getLatLng abstract method

Future<LatLng> getLatLng(
  1. ScreenCoordinates screenCoordinates
)

Return a ScreenCoordinate corresponding to the LatLng in the map view.

Implementation

Future<LatLng> getLatLng(ScreenCoordinates screenCoordinates);