MonoTouch.Dialog.MapViewController.MapViewController C# (CSharp) Method

MapViewController() public method

public MapViewController ( CLLocationCoordinate2D newLocation ) : MonoTouch.Dialog
newLocation CLLocationCoordinate2D
return MonoTouch.Dialog
        public MapViewController (CLLocationCoordinate2D newLocation) {
			_mapView = _createMapView();
			_currLocation = newLocation;
		}