toLatLng method

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

Implementation

@override
Future<LatLng?> toLatLng(Point screenLocation) {
  return _controller.toLatLng(screenLocation);
}