GeoJsonPointDataOutput interface
Data contained by a GeoJson Point
.
Properties
coordinates | A |
Property Details
coordinates
A Position
is an array of numbers with two or more elements. The first two elements are longitude and latitude, precisely in that order. Altitude/Elevation is an optional third element. Please refer to RFC 7946 for details.
coordinates: number[]
Property Value
number[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript