C# Class XamMapz.iOS.MKPolylineEx

Advanced polyline - optimized for frequent updates. Using a collection of shorter polylines to achieve this.
Inheritance: IDisposable
Afficher le fichier Open project: gabornemeth/XamMapz

Méthodes publiques

Méthode Description
AddToMap ( ) : void
Dispose ( ) : void
InsertCoordinate ( int index, CLLocationCoordinate2D coord ) : void
MKPolylineEx ( MKMapView map, List polylines, CLLocationCoordinate2D coordinates ) : System
RemoveFromMap ( ) : void

Private Methods

Méthode Description
GetOverlayIndex ( float zIndex ) : int
OnCreateView ( MKPolyline polyline ) : MKPolylineView

Method Details

AddToMap() public méthode

public AddToMap ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InsertCoordinate() public méthode

public InsertCoordinate ( int index, CLLocationCoordinate2D coord ) : void
index int
coord CLLocationCoordinate2D
Résultat void

MKPolylineEx() public méthode

public MKPolylineEx ( MKMapView map, List polylines, CLLocationCoordinate2D coordinates ) : System
map MKMapView
polylines List
coordinates CLLocationCoordinate2D
Résultat System

RemoveFromMap() public méthode

public RemoveFromMap ( ) : void
Résultat void