GeoPointCollection Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GeoPointCollection(IEnumerable<GeoPoint>) |
Inicializa a nova instância do GeoPointCollection. |
GeoPointCollection(IEnumerable<GeoPoint>, GeoBoundingBox, IReadOnlyDictionary<String,Object>) |
Inicializa a nova instância do GeoPointCollection. |
GeoPointCollection(IEnumerable<GeoPoint>)
- Origem:
- GeoPointCollection.cs
Inicializa a nova instância do 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>
A coleção de pontos internos.
Aplica-se a
GeoPointCollection(IEnumerable<GeoPoint>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)
- Origem:
- GeoPointCollection.cs
Inicializa a nova instância do 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>
A coleção de pontos internos.
- boundingBox
- GeoBoundingBox
O GeoBoundingBox a ser usado.
- customProperties
- IReadOnlyDictionary<String,Object>
O conjunto de propriedades personalizadas associadas ao GeoObject.
Aplica-se a
Azure SDK for .NET