GoogleMapsController provides this method called, _googleMapController.getLatLng(_screenCoordinates) ScreenCoordinate's as parameters and returns respective lat-long of the coordinate points.
But to achieve the similar feature on Apple Maps, which I'm rendering using apple_maps_flutter plugin, the plugin doesn't seen to offer any such methods.
Has anyone tried this? My main motive is to be able to allow free hand polygon drawing on maps. Would love some suggestions and insights on how this could be achieved.
1. Provide functionality on host (platform=ios)
in AppleMapController.swift
2. call native code in your flutter app over method channel
in controller.dart
ScreenCoordinate implementation can be found here