Partager via


GeoJsonMultiLineStringData Constructeur

Définition

Initialise une nouvelle instance de 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))))

Paramètres

coordinates
IEnumerable<IList<IList<Double>>>

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

Exceptions

coordinates a la valeur null.

S’applique à