coordinates property

GeoCoordinates coordinates

The position of the 3D marker on the map corresponding to the origin of the 3D marker model coordinate system. The altitude component of the coordinates, if set, controls 3D marker's elevation above ground. If not set, the 3D marker is placed at ground level. Gets the 3D marker's position on the map corresponding to the origin of the 3D marker model coordinate system.

Implementation

GeoCoordinates get coordinates;
void coordinates=(GeoCoordinates value)

The position of the 3D marker on the map corresponding to the origin of the 3D marker model coordinate system. The altitude component of the coordinates, if set, controls 3D marker's elevation above ground. If not set, the 3D marker is placed at ground level. Sets the 3D marker's position on the map corresponding to the origin of the 3D marker model coordinate system.

Implementation

set coordinates(GeoCoordinates value);