C# 클래스 XamMapz.iOS.MKPolylineEx

Advanced polyline - optimized for frequent updates. Using a collection of shorter polylines to achieve this.
상속: IDisposable
파일 보기 프로젝트 열기: gabornemeth/XamMapz

공개 메소드들

메소드 설명
AddToMap ( ) : void
Dispose ( ) : void
InsertCoordinate ( int index, CLLocationCoordinate2D coord ) : void
MKPolylineEx ( MKMapView map, List polylines, CLLocationCoordinate2D coordinates ) : System
RemoveFromMap ( ) : void

비공개 메소드들

메소드 설명
GetOverlayIndex ( float zIndex ) : int
OnCreateView ( MKPolyline polyline ) : MKPolylineView

메소드 상세

AddToMap() 공개 메소드

public AddToMap ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InsertCoordinate() 공개 메소드

public InsertCoordinate ( int index, CLLocationCoordinate2D coord ) : void
index int
coord CLLocationCoordinate2D
리턴 void

MKPolylineEx() 공개 메소드

public MKPolylineEx ( MKMapView map, List polylines, CLLocationCoordinate2D coordinates ) : System
map MKMapView
polylines List
coordinates CLLocationCoordinate2D
리턴 System

RemoveFromMap() 공개 메소드

public RemoveFromMap ( ) : void
리턴 void