Search
Preparing search index...
@signalk/schema-types
Point
Interface Point
interface
Point
{
coordinates
?:
[
number
,
number
]
;
type
?:
"Point"
;
[
k
:
string
]:
unknown
;
}
Indexable
[
k
:
string
]:
unknown
Index
Properties
coordinates?
type?
Properties
Optional
coordinates
coordinates
?:
[
number
,
number
]
A single position, in x,y order (Lon, Lat)
Min Items
2
Optional
type
type
?:
"Point"
On This Page
Properties
coordinates
type
Signal K
Loading...
A single position, in x,y order (Lon, Lat)