Share via


GetMapStaticImageOptions.MapImageLayer Property

Definition

Map layer requested. Possible value: StaticMapLayer.Basic, StaticMapLayer.Labels or StaticMapLayer.Hybrid If layer is set to StaticMapLayer.Labels or StaticMapLayer.Hybrid, the format should be png.

public Azure.Maps.Rendering.MapImageLayer? MapImageLayer { get; set; }
member this.MapImageLayer : Nullable<Azure.Maps.Rendering.MapImageLayer> with get, set
Public Property MapImageLayer As Nullable(Of MapImageLayer)

Property Value

Applies to