@maschinenlesbar.org/autobahn-cli
Preparing search index...
GeoJsonPoint
Interface GeoJsonPoint
A GeoJSON Point:
coordinates
is
[longitude, latitude]
.
interface
GeoJsonPoint
{
coordinates
:
number
[]
;
type
:
"Point"
;
}
Index
Properties
coordinates
type
Properties
coordinates
coordinates
:
number
[]
type
type
:
"Point"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
coordinates
type
@maschinenlesbar.org/autobahn-cli
Loading...
A GeoJSON Point:
coordinatesis[longitude, latitude].