Partager via


GeoJsonLineStringData(IEnumerable<IList<Double>>) Constructeur

Définition

Initialise une nouvelle instance de GeoJsonLineStringData.

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

Paramètres

coordinates
IEnumerable<IList<Double>>

Coordonnées de la GeoJson LineString géométrie.

Exceptions

coordinates a la valeur null.

S’applique à