GeoPointCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GeoPointCollection(IEnumerable<GeoPoint>)
の新しいインスタンスを 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初期化します。
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セット。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET