MonoTouch.Dialog.MapViewController.MapViewController C# (CSharp) 메소드

MapViewController() 공개 메소드

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