C# 클래스 MyDriving.iOS.TripMapViewDelegate

상속: MKMapViewDelegate
파일 보기 프로젝트 열기: Azure-Samples/MyDriving 1 사용 예제들

공개 메소드들

메소드 설명
GetViewForAnnotation ( MKMapView mapView, IMKAnnotation annotation ) : MKAnnotationView
OverlayRenderer ( MKMapView mapView, IMKOverlay overlay ) : MKOverlayRenderer
TripMapViewDelegate ( bool isCurrentTripMap ) : System

메소드 상세

GetViewForAnnotation() 공개 메소드

public GetViewForAnnotation ( MKMapView mapView, IMKAnnotation annotation ) : MKAnnotationView
mapView MKMapView
annotation IMKAnnotation
리턴 MKAnnotationView

OverlayRenderer() 공개 메소드

public OverlayRenderer ( MKMapView mapView, IMKOverlay overlay ) : MKOverlayRenderer
mapView MKMapView
overlay IMKOverlay
리턴 MKOverlayRenderer

TripMapViewDelegate() 공개 메소드

public TripMapViewDelegate ( bool isCurrentTripMap ) : System
isCurrentTripMap bool
리턴 System