offsetToLatLng abstract method

LatLng offsetToLatLng(
  1. Offset point,
  2. double zoom
)

Converts a map point to the sphere coordinate (at a certain zoom).

Implementation

LatLng offsetToLatLng(Offset point, double zoom);