pointToLatLng method

LatLng pointToLatLng(
  1. Point point,
  2. double zoom
)

The inverse of latLngToPoint. Projects pixel coordinates on a given zoom into geographical coordinates.

Implementation

external LatLng pointToLatLng(Point point, double zoom);