observation-js Documentation - v1.16.0
Preparing search index...
LineString
Interface LineString
A GeoJSON LineString geometry, used for sessions of type
"transect"
.
interface
LineString
{
type
:
"LineString"
;
coordinates
:
[
number
,
number
]
[]
;
}
Index
Properties
type
coordinates
Properties
type
type
:
"LineString"
coordinates
coordinates
:
[
number
,
number
]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
coordinates
observation-js Documentation - v1.16.0
Loading...
A GeoJSON LineString geometry, used for sessions of type
"transect".