GeoJsonPoint interface
A valid GeoJSON Point
geometry type. Please refer to RFC 7946 for details.
- Extends
Properties
type |
Inherited Properties
coordinates | A |
Property Details
type
type: "Point"
Property Value
"Point"
Inherited 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[]
Inherited From GeoJsonPointData.coordinates
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