Compartilhar via


GeoJsonMultiLineStringData Construtor

Definição

Inicializa uma nova instância 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))))

Parâmetros

coordinates
IEnumerable<IList<IList<Double>>>

Coordenadas para a GeoJson MultiLineString geometria.

Exceções

coordinates é nulo.

Aplica-se a