Preparing search index...
The search index is not available
@vertigis/arcgis-extensions
@vertigis/arcgis-extensions
utilities/_geoJson
GeoJSONLineString
Interface GeoJSONLineString
A GeoJSON line.
interface
GeoJSONLineString
{
coordinates
:
number
[]
[]
;
type
:
"LineString"
;
}
Index
Properties
coordinates
type
Properties
coordinates
coordinates
:
number
[]
[]
The line coordinates.
type
type
The type of GeoJSON geometry.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
coordinates
type
@vertigis/arcgis-extensions
Loading...
A GeoJSON line.