Partager via


GeoJsonMultiPointData(IEnumerable<IList<Double>>) Constructeur

Définition

Initialise une nouvelle instance de GeoJsonMultiPointData.

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

Paramètres

coordinates
IEnumerable<IList<Double>>

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

Exceptions

coordinates a la valeur null.

S’applique à