GetMapStaticImageOptions Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET