Home > @i2analyze/notebook-sdk > data > IGeoPointData
data.IGeoPointData interface
A set of data for creating a geospatial position.
Signature:
interface IGeoPointData
Introduced: version 1.1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
latitude | readonly |
number | Gets the latitude of the new position, in degrees north. |
longitude | readonly |
number | Gets the longitude of the new position, in degrees east. |