unproject abstract method

LatLng unproject(
  1. UPoint point
)

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

Implementation

LatLng unproject(UPoint point);