Home > @i2analyze/i2connect > data > IGeoPointData
data.IGeoPointData interface
A set of data for creating a geospatial point.
Signature:
interface IGeoPointData
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. |