MapKit.MKMapView: Property Members

The properties of MapKit.MKMapView are listed below. For a list of all members, see the MKMapView Members list.

See Also: Inherited members from UIKit.UIView

Public Properties

[read-only]
AnnotationsIMKAnnotation[]. Returns all the annotations associated with a map.
[read-only]
AnnotationVisibleRectCoreGraphics.CGRect. Returns the rectangle where annotations are displayed.
[read-only]
static
AppearanceMKMapView.MKMapViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
CameraMKMapCamera. Defines the perspective of the map.
CenterCoordinateCoreLocation.CLLocationCoordinate2D. The center of the map.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateIMKMapViewDelegate. An instance of the MapKit.MKMapViewDelegate model class which acts as the class delegate.
GetViewForAnnotationMKMapViewAnnotation. Delegate invoked by the object to get a value.
GetViewForOverlayMKMapViewOverlay. Delegate invoked by the object to get a value.
MapTypeMKMapType. The type of map to display
OverlayRendererMKRendererForOverlayDelegate. Delegate invoked by the object to get a value.
[read-only]
OverlaysIMKOverlay[]. Returns the overlays for the map.
PitchEnabledbool. Whether the view uses the angle defined by the MKMapView.Camera.
RegionMKCoordinateRegion. The region displayed by the map view.
RotateEnabledbool. Whether the view uses the heading defined by the MKMapView.Camera.
ScrollEnabledbool. Control if the map can be scrolled with a pan gesture.
SelectedAnnotationsIMKAnnotation[]. An array containing the curently selected annotations.
ShowsBuildingsbool. Whether 3D geometry (if available) is rendered.
ShowsPointsOfInterestbool. Whether the map should display features that are marked as points of interest.
ShowsUserLocationbool. Shows the user's location.
[read-only]
UserLocationMKUserLocation. Returns the user's location.
[read-only]
UserLocationVisiblebool. Returns if the user's location is currently visible on the map.
UserTrackingModeMKUserTrackingMode. Specifies if and how the map should track the application user's position.
VisibleMapRectMKMapRect. The map rectangle that is currently visible.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type
ZoomEnabledbool. Controls if the user can zoom in and out of the map using a pinch gesture.