C# Class MapWithRoutes.MapView.MapViewDelegate

Inheritance: MKMapViewDelegate
Afficher le fichier Open project: anujb/MapWithRoutes

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
MapViewDelegate ( MapView mapView ) : System
RegionChanged ( MKMapView mapView, bool animated ) : void
RegionWillChange ( MKMapView mapView, bool animated ) : void

Method Details

MapViewDelegate() public méthode

public MapViewDelegate ( MapView mapView ) : System
mapView MapView
Résultat System

RegionChanged() public méthode

public RegionChanged ( MKMapView mapView, bool animated ) : void
mapView MKMapView
animated bool
Résultat void

RegionWillChange() public méthode

public RegionWillChange ( MKMapView mapView, bool animated ) : void
mapView MKMapView
animated bool
Résultat void