getScreenCoordinate abstract method

Future<ScreenCoordinates> getScreenCoordinate(
  1. LatLng latLng
)

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

Implementation

Future<ScreenCoordinates> getScreenCoordinate(LatLng latLng);