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[]