GeoJsonGeometryOutput type
Um objeto de geometria válido GeoJSON
. O tipo tem de ser um dos sete tipos de geometria GeoJSON válidos – Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon e GeometryCollection. Consulte RFC 7946 para obter detalhes.
type GeoJsonGeometryOutput =
| GeoJsonGeometryOutputParent
| GeoJsonPointOutput
| GeoJsonMultiPointOutput
| GeoJsonLineStringOutput
| GeoJsonMultiLineStringOutput
| GeoJsonPolygonOutput
| GeoJsonMultiPolygonOutput
| GeoJsonGeometryCollectionOutput
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for JavaScript