unproject abstract method

LatLng? unproject(
  1. UPoint point
)

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

Implementation

LatLng? unproject(UPoint point);