GeoPointCollection コンストラクター

定義

オーバーロード

GeoPointCollection(IEnumerable<GeoPoint>)

の新しいインスタンスを GeoPointCollection初期化します。

GeoPointCollection(IEnumerable<GeoPoint>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)

の新しいインスタンスを GeoPointCollection初期化します。

GeoPointCollection(IEnumerable<GeoPoint>)

ソース:
GeoPointCollection.cs

の新しいインスタンスを 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))

パラメーター

points
IEnumerable<GeoPoint>

内部ポイントのコレクション。

適用対象

GeoPointCollection(IEnumerable<GeoPoint>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)

ソース:
GeoPointCollection.cs

の新しいインスタンスを 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))

パラメーター

points
IEnumerable<GeoPoint>

内部ポイントのコレクション。

boundingBox
GeoBoundingBox

使用する GeoBoundingBox

customProperties
IReadOnlyDictionary<String,Object>

に関連付けられているカスタム プロパティの GeoObjectセット。

適用対象