Property | Type | Description | |
---|---|---|---|
_geocodeAnnotation | MKAnnotation |
Method | Description | |
---|---|---|
MapViewController ( CLLocationCoordinate2D newLocation ) : MonoTouch.Dialog | ||
UpdateLocation ( CLLocationCoordinate2D newLocation, bool animated ) : void | ||
ViewDidLoad ( ) : void | ||
ViewWillAppear ( bool animated ) : void |
Method | Description | |
---|---|---|
_createMapView ( ) : MKMapView |
public MapViewController ( CLLocationCoordinate2D newLocation ) : MonoTouch.Dialog | ||
newLocation | CLLocationCoordinate2D | |
return | MonoTouch.Dialog |
public UpdateLocation ( CLLocationCoordinate2D newLocation, bool animated ) : void | ||
newLocation | CLLocationCoordinate2D | |
animated | bool | |
return | void |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |