unproject method

LatLng unproject(
  1. Point point
)

Given a projected coordinate returns the corresponding LatLng. The inverse of project.

Implementation

external LatLng unproject(Point point);