containerPointToLatLng method

LatLng containerPointToLatLng(
  1. Point point
)

Given a pixel coordinate relative to the map container, returns the corresponding geographical coordinate (for the current zoom level).

Implementation

external LatLng containerPointToLatLng(Point point);