GeoCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GeoCollection(IEnumerable<GeoObject>) |
Initializes new instance of GeoCollection. |
GeoCollection(IEnumerable<GeoObject>, GeoBoundingBox, IReadOnlyDictionary<String,Object>) |
Initializes new instance of GeoCollection. |
GeoCollection(IEnumerable<GeoObject>)
- Source:
- GeoCollection.cs
Initializes new instance of GeoCollection.
public GeoCollection (System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoObject> geometries);
new Azure.Core.GeoJson.GeoCollection : seq<Azure.Core.GeoJson.GeoObject> -> Azure.Core.GeoJson.GeoCollection
Public Sub New (geometries As IEnumerable(Of GeoObject))
Parameters
- geometries
- IEnumerable<GeoObject>
The collection of inner geometries.
Applies to
GeoCollection(IEnumerable<GeoObject>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)
- Source:
- GeoCollection.cs
Initializes new instance of GeoCollection.
public GeoCollection (System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoObject> geometries, Azure.Core.GeoJson.GeoBoundingBox? boundingBox, System.Collections.Generic.IReadOnlyDictionary<string,object?> customProperties);
new Azure.Core.GeoJson.GeoCollection : seq<Azure.Core.GeoJson.GeoObject> * Azure.Core.GeoJson.GeoBoundingBox * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Azure.Core.GeoJson.GeoCollection
Public Sub New (geometries As IEnumerable(Of GeoObject), boundingBox As GeoBoundingBox, customProperties As IReadOnlyDictionary(Of String, Object))
Parameters
- geometries
- IEnumerable<GeoObject>
The collection of inner geometries.
- boundingBox
- GeoBoundingBox
The GeoBoundingBox to use.
- customProperties
- IReadOnlyDictionary<String,Object>
The set of custom properties associated with the GeoObject.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET