viewCoordinates property - MapImageOverlay class - mapview library - Dart API
viewCoordinates
viewCoordinates property
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;
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);