coordinates property

GeoCoordinates coordinates

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;
void coordinates=(GeoCoordinates value)

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);