Preparing search index...
The search index is not available
@vertigis/arcgis-extensions
@vertigis/arcgis-extensions
utilities/_geoJson
GeoJSONPoint
Interface GeoJSONPoint
A GeoJSON point.
interface
GeoJSONPoint
{
coordinates
:
number
[]
;
type
:
"Point"
;
}
Index
Properties
coordinates
type
Properties
coordinates
coordinates
:
number
[]
The point 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 point.