Compartir a través de


GetMapStaticImageOptions Constructores

Definición

Sobrecargas

GetMapStaticImageOptions(GeoBoundingBox, IList<ImagePushpinStyle>, IList<ImagePathStyle>)

Representar opciones de imagen estáticas con rectángulo de límite.

GetMapStaticImageOptions(GeoPosition, Int32, Int32, IList<ImagePushpinStyle>, IList<ImagePathStyle>)

Representar opciones de imagen estáticas con coordenada central y el ancho y alto de la imagen.

GetMapStaticImageOptions(GeoBoundingBox, IList<ImagePushpinStyle>, IList<ImagePathStyle>)

Source:
GetMapStaticImageOptions.cs

Representar opciones de imagen estáticas con rectángulo de límite.

public GetMapStaticImageOptions (Azure.Core.GeoJson.GeoBoundingBox boundingBox, System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePushpinStyle> imagePushpinStyles = default, System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePathStyle> imagePathStyles = default);
new Azure.Maps.Rendering.GetMapStaticImageOptions : Azure.Core.GeoJson.GeoBoundingBox * System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePushpinStyle> * System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePathStyle> -> Azure.Maps.Rendering.GetMapStaticImageOptions
Public Sub New (boundingBox As GeoBoundingBox, Optional imagePushpinStyles As IList(Of ImagePushpinStyle) = Nothing, Optional imagePathStyles As IList(Of ImagePathStyle) = Nothing)

Parámetros

boundingBox
GeoBoundingBox

Coordenadas mínimas (oeste, sur, este, norte) del rectángulo delimitador en el sistema de coordenadas de longitud de latitud.

imagePushpinStyles
IList<ImagePushpinStyle>

Agregue marcadores con estilo en la imagen del mapa.

imagePathStyles
IList<ImagePathStyle>

Agregue rutas de acceso con estilo en la imagen de mapa.

Se aplica a

GetMapStaticImageOptions(GeoPosition, Int32, Int32, IList<ImagePushpinStyle>, IList<ImagePathStyle>)

Source:
GetMapStaticImageOptions.cs

Representar opciones de imagen estáticas con coordenada central y el ancho y alto de la imagen.

public GetMapStaticImageOptions (Azure.Core.GeoJson.GeoPosition centerCoordinate, int widthInPixels, int heightInPixels, System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePushpinStyle> imagePushpinStyles = default, System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePathStyle> imagePathStyles = default);
new Azure.Maps.Rendering.GetMapStaticImageOptions : Azure.Core.GeoJson.GeoPosition * int * int * System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePushpinStyle> * System.Collections.Generic.IList<Azure.Maps.Rendering.ImagePathStyle> -> Azure.Maps.Rendering.GetMapStaticImageOptions
Public Sub New (centerCoordinate As GeoPosition, widthInPixels As Integer, heightInPixels As Integer, Optional imagePushpinStyles As IList(Of ImagePushpinStyle) = Nothing, Optional imagePathStyles As IList(Of ImagePathStyle) = Nothing)

Parámetros

centerCoordinate
GeoPosition

Coordenada central de la imagen del mapa.

widthInPixels
Int32

Ancho en píxeles de la imagen de mapa.

heightInPixels
Int32

Alto en píxeles de la imagen de mapa.

imagePushpinStyles
IList<ImagePushpinStyle>

Agregue marcadores con estilo en la imagen del mapa.

imagePathStyles
IList<ImagePathStyle>

Agregue rutas de acceso con estilo en la imagen de mapa.

Se aplica a