coordinates property
Gets geographical location of the WidgetPin.
Implementation
GeoCoordinates get coordinates;
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);