Modifica

Share via


MKMapView.ShowsBuildings Property

Definition

Whether 3D geometry (if available) is rendered.

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

Property Value

The default value is true.

Attributes

Applies to

See also