Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
GeoJsonPoint
Interface GeoJsonPoint
interface
GeoJsonPoint
{
coordinates
:
number
[]
;
type
:
"Point"
;
}
Index
Properties
coordinates
type
Properties
Readonly
coordinates
coordinates
:
number
[]
Longitude (stored on index
[0]
) and latitude (stored on index
[1]
) of the
Point
.
Readonly
type
type
:
"Point"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
coordinates
type
Typescript SDK Type Docs
Loading...
Longitude (stored on index
[0]
) and latitude (stored on index[1]
) of the Point.