Partager via


GeoPointCollection Constructeurs

Définition

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 à