GeoLineStringCollection 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
GeoLineStringCollection(IEnumerable<GeoLineString>) |
Initializes new instance of GeoLineStringCollection. |
GeoLineStringCollection(IEnumerable<GeoLineString>, GeoBoundingBox, IReadOnlyDictionary<String,Object>) |
Initializes new instance of GeoLineStringCollection. |
GeoLineStringCollection(IEnumerable<GeoLineString>)
- Source:
- GeoLineStringCollection.cs
Initializes new instance of GeoLineStringCollection.
public GeoLineStringCollection (System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoLineString> lines);
new Azure.Core.GeoJson.GeoLineStringCollection : seq<Azure.Core.GeoJson.GeoLineString> -> Azure.Core.GeoJson.GeoLineStringCollection
Public Sub New (lines As IEnumerable(Of GeoLineString))
Parameters
- lines
- IEnumerable<GeoLineString>
The collection of inner lines.
Applies to
GeoLineStringCollection(IEnumerable<GeoLineString>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)
- Source:
- GeoLineStringCollection.cs
Initializes new instance of GeoLineStringCollection.
public GeoLineStringCollection (System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoLineString> lines, Azure.Core.GeoJson.GeoBoundingBox? boundingBox, System.Collections.Generic.IReadOnlyDictionary<string,object?> customProperties);
new Azure.Core.GeoJson.GeoLineStringCollection : seq<Azure.Core.GeoJson.GeoLineString> * Azure.Core.GeoJson.GeoBoundingBox * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Azure.Core.GeoJson.GeoLineStringCollection
Public Sub New (lines As IEnumerable(Of GeoLineString), boundingBox As GeoBoundingBox, customProperties As IReadOnlyDictionary(Of String, Object))
Parameters
- lines
- IEnumerable<GeoLineString>
The collection of inner lines.
- boundingBox
- GeoBoundingBox
The GeoBoundingBox to use.
- customProperties
- IReadOnlyDictionary<String,Object>
The set of custom properties associated with the GeoObject.
Applies to
Azure SDK for .NET