C# Class MyDriving.iOS.TripMapViewDelegate

Inheritance: MKMapViewDelegate
Show file Open project: Azure-Samples/MyDriving Class Usage Examples

Public Methods

Method Description
GetViewForAnnotation ( MKMapView mapView, IMKAnnotation annotation ) : MKAnnotationView
OverlayRenderer ( MKMapView mapView, IMKOverlay overlay ) : MKOverlayRenderer
TripMapViewDelegate ( bool isCurrentTripMap ) : System

Method Details

GetViewForAnnotation() public method

public GetViewForAnnotation ( MKMapView mapView, IMKAnnotation annotation ) : MKAnnotationView
mapView MKMapView
annotation IMKAnnotation
return MKAnnotationView

OverlayRenderer() public method

public OverlayRenderer ( MKMapView mapView, IMKOverlay overlay ) : MKOverlayRenderer
mapView MKMapView
overlay IMKOverlay
return MKOverlayRenderer

TripMapViewDelegate() public method

public TripMapViewDelegate ( bool isCurrentTripMap ) : System
isCurrentTripMap bool
return System