toLatLng method

Future<LatLng> toLatLng(
  1. Point<num> screenLocation
)

Implementation

Future<LatLng> toLatLng(Point screenLocation) async {
  throw UnimplementedError('toLatLng() has not been implemented.');
}