coordinates property

GeoCoordinates coordinates

Gets geographical location of the WidgetPin.

Implementation

GeoCoordinates get coordinates;
void coordinates=(GeoCoordinates newCoords)

Changes geographical location of the WidgetPin.

The altitude component of the coordinates, if set, is interpreted as above sea level. When not set, the coordinates are interpreted as at ground level.

Implementation

set coordinates(GeoCoordinates newCoords);