GeoPointCollection Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GeoPointCollection(IEnumerable<GeoPoint>) |
Initialise de nouvelles instance de GeoPointCollection. |
GeoPointCollection(IEnumerable<GeoPoint>, GeoBoundingBox, IReadOnlyDictionary<String,Object>) |
Initialise de nouvelles instance de GeoPointCollection. |
GeoPointCollection(IEnumerable<GeoPoint>)
- Source:
- GeoPointCollection.cs
Initialise de nouvelles instance 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))
Paramètres
- points
- IEnumerable<GeoPoint>
Collection de points internes.
S’applique à
GeoPointCollection(IEnumerable<GeoPoint>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)
- Source:
- GeoPointCollection.cs
Initialise de nouvelles instance 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))
Paramètres
- points
- IEnumerable<GeoPoint>
Collection de points internes.
- boundingBox
- GeoBoundingBox
GeoBoundingBox à utiliser.
- customProperties
- IReadOnlyDictionary<String,Object>
Ensemble de propriétés personnalisées associées à .GeoObject
S’applique à
Azure SDK for .NET