viewCoordinates property

Point2D viewCoordinates

The view point in pixels on the map viewport where the map overlay is drawn. Gets the view point in pixels on the map viewport where the overlay is drawn.

Implementation

Point2D get viewCoordinates;
void viewCoordinates=(Point2D value)

The view point in pixels on the map viewport where the map overlay is drawn. Sets the view point in pixels on the map viewport where the overlay is drawn.

Implementation

set viewCoordinates(Point2D value);