API Reference / GeoPoint · interface
Interface: GeoPoint
Geographic point on the Earth's surface (geodetic latitude, east longitude).
Properties
| Property | Type | Description |
|---|---|---|
<a id="lat"></a> lat | number | Geodetic latitude in degrees, north positive. |
<a id="loneast"></a> lonEast | number | Longitude in degrees, east positive, in (-180, 180]. |