Home > @i2analyze/i2connect > data > IGeoPoint
data.IGeoPoint interface
A geospatial point.
Signature:
interface IGeoPoint
Introduced: API version 2.0
Properties
Property | Type | Description |
---|---|---|
latitude | number | Gets the latitude of the point, in degrees north. |
longitude | number | Gets the longitude of the point, in degrees east. |
Methods
Method | Description |
---|---|
toGeoJsonPoint() | Gets the geospatial point as an IGeoJsonPoint . |