C# 클래스 fivenine.UnifiedMaps.iOS.UnifiedMapDelegate

상속: MKMapViewDelegate
파일 보기 프로젝트 열기: fiveninedigital/UnifiedMaps

공개 메소드들

메소드 설명
CalloutAccessoryControlTapped ( MKMapView mapView, MKAnnotationView view, UIControl control ) : void
DidSelectAnnotationView ( MKMapView mapView, MKAnnotationView view ) : void
GetViewForAnnotation ( MKMapView mapView, IMKAnnotation annotation ) : MKAnnotationView
OverlayRenderer ( MKMapView mapView, IMKOverlay overlay ) : MKOverlayRenderer
RegionChanged ( MKMapView mapView, bool animated ) : void
UnifiedMapDelegate ( UnifiedMapRenderer renderer ) : System

비공개 메소드들

메소드 설명
SetSelectedAnnotation ( MKMapView mapView, IMKAnnotation annotation ) : void
UpdateImage ( MKAnnotationView annotationView, IMapPin customAnnotation, bool selected = false ) : void
UpdatePinColor ( MKAnnotationView annotationView, IMapPin customAnnotation, bool selected = false ) : void

메소드 상세

CalloutAccessoryControlTapped() 공개 메소드

public CalloutAccessoryControlTapped ( MKMapView mapView, MKAnnotationView view, UIControl control ) : void
mapView MKMapView
view MKAnnotationView
control UIControl
리턴 void

DidSelectAnnotationView() 공개 메소드

public DidSelectAnnotationView ( MKMapView mapView, MKAnnotationView view ) : void
mapView MKMapView
view MKAnnotationView
리턴 void

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

RegionChanged() 공개 메소드

public RegionChanged ( MKMapView mapView, bool animated ) : void
mapView MKMapView
animated bool
리턴 void

UnifiedMapDelegate() 공개 메소드

public UnifiedMapDelegate ( UnifiedMapRenderer renderer ) : System
renderer UnifiedMapRenderer
리턴 System