MKMapView.ShowsPointsOfInterest Property

Definition

Whether the map should display features that are marked as points of interest.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShowsPointsOfInterest { [Foundation.Export("showsPointsOfInterest")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setShowsPointsOfInterest:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ShowsPointsOfInterest : bool with get, set

Property Value

The default value is true.

Attributes

Applies to