MapImageOverlay constructor
Creates an instance of an overlay at given view coordinates, represented by specified image.
-
viewCoordinatesThe overlay's view coordinates in pixels. -
imageThe image to draw on the map.
Implementation
factory MapImageOverlay(Point2D viewCoordinates, MapImage image) => $prototype.$init(viewCoordinates, image);