C# 클래스 MapWithRoutes.MapView.MapViewDelegate

상속: MKMapViewDelegate
파일 보기 프로젝트 열기: anujb/MapWithRoutes

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MapViewDelegate ( MapView mapView ) : System
RegionChanged ( MKMapView mapView, bool animated ) : void
RegionWillChange ( MKMapView mapView, bool animated ) : void

메소드 상세

MapViewDelegate() 공개 메소드

public MapViewDelegate ( MapView mapView ) : System
mapView MapView
리턴 System

RegionChanged() 공개 메소드

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

RegionWillChange() 공개 메소드

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