Home > @i2analyze/i2connect > data > IGeoJsonPoint
data.IGeoJsonPoint interface
A position on a map, as described in RFC 7946.
Signature:
interface IGeoJsonPoint
Introduced: API version 1.0
Properties
Property | Type | Description |
---|---|---|
coordinates | GeoJsonPosition | Gets the geospatial coordinates of the position. |
type | 'Point' | Gets the type of the position. |