C# Class MapWithRoutes.MapView.MapViewDelegate

Inheritance: MKMapViewDelegate
Mostrar archivo Open project: anujb/MapWithRoutes

Private Properties

Property Type Description

Public Methods

Method Description
MapViewDelegate ( MapView mapView ) : System
RegionChanged ( MKMapView mapView, bool animated ) : void
RegionWillChange ( MKMapView mapView, bool animated ) : void

Method Details

MapViewDelegate() public method

public MapViewDelegate ( MapView mapView ) : System
mapView MapView
return System

RegionChanged() public method

public RegionChanged ( MKMapView mapView, bool animated ) : void
mapView MKMapView
animated bool
return void

RegionWillChange() public method

public RegionWillChange ( MKMapView mapView, bool animated ) : void
mapView MKMapView
animated bool
return void