GeoPointCollection 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
GeoPointCollection(IEnumerable<GeoPoint>) |
Inicializa la nueva instancia de GeoPointCollection. |
GeoPointCollection(IEnumerable<GeoPoint>, GeoBoundingBox, IReadOnlyDictionary<String,Object>) |
Inicializa la nueva instancia de GeoPointCollection. |
GeoPointCollection(IEnumerable<GeoPoint>)
- Source:
- GeoPointCollection.cs
Inicializa la nueva instancia de GeoPointCollection.
public GeoPointCollection (System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoPoint> points);
new Azure.Core.GeoJson.GeoPointCollection : seq<Azure.Core.GeoJson.GeoPoint> -> Azure.Core.GeoJson.GeoPointCollection
Public Sub New (points As IEnumerable(Of GeoPoint))
Parámetros
- points
- IEnumerable<GeoPoint>
Colección de puntos internos.
Se aplica a
GeoPointCollection(IEnumerable<GeoPoint>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)
- Source:
- GeoPointCollection.cs
Inicializa la nueva instancia de GeoPointCollection.
public GeoPointCollection (System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoPoint> points, Azure.Core.GeoJson.GeoBoundingBox? boundingBox, System.Collections.Generic.IReadOnlyDictionary<string,object?> customProperties);
new Azure.Core.GeoJson.GeoPointCollection : seq<Azure.Core.GeoJson.GeoPoint> * Azure.Core.GeoJson.GeoBoundingBox * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Azure.Core.GeoJson.GeoPointCollection
Public Sub New (points As IEnumerable(Of GeoPoint), boundingBox As GeoBoundingBox, customProperties As IReadOnlyDictionary(Of String, Object))
Parámetros
- points
- IEnumerable<GeoPoint>
Colección de puntos internos.
- boundingBox
- GeoBoundingBox
Objeto GeoBoundingBox que se va a usar.
- customProperties
- IReadOnlyDictionary<String,Object>
Conjunto de propiedades personalizadas asociadas a GeoObject.
Se aplica a
Azure SDK for .NET