Home > @i2analyze/notebook-sdk > data > IGeoPoint
data.IGeoPoint interface
A position on a map.
Signature:
interface IGeoPoint
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| latitude | readonly |
number | Gets the latitude of the position, in degrees north. |
| longitude | readonly |
number | Gets the longitude of the position, in degrees east. |
| type | readonly |
'point' | Gets the type of the position. |