unproject method

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

Inverse of project.

Implementation

external LatLng unproject(Point point, double zoom);