次の方法で共有


GeoJsonMultiLineStringData コンストラクター

定義

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

public GeoJsonMultiLineStringData (System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<System.Collections.Generic.IList<double>>> coordinates);
new Azure.Maps.Search.Models.GeoJsonMultiLineStringData : seq<System.Collections.Generic.IList<System.Collections.Generic.IList<double>>> -> Azure.Maps.Search.Models.GeoJsonMultiLineStringData
Public Sub New (coordinates As IEnumerable(Of IList(Of IList(Of Double))))

パラメーター

coordinates
IEnumerable<IList<IList<Double>>>

ジオメトリの GeoJson MultiLineString 座標。

例外

coordinates が null です。

適用対象