coordinates property
The point on the map where the map marker is drawn. Gets the point on the map where the marker is drawn.
Implementation
GeoCoordinates get coordinates;
The point on the map where the map marker is drawn. Sets the point on the map where the marker is drawn. The altitude component of the coordinates is ignored.
Implementation
set coordinates(GeoCoordinates value);