Open ivanesi opened 10 months ago
Do you display the user's location on the map?
Seems like we should also modify https://github.com/maplibre/flutter-maplibre-gl/blob/acb428a005efd9832a0a8e7ef0945f899dfb3ca5/maplibre_gl_platform_interface/lib/src/method_channel_maplibre_gl.dart#L342 by first checking if result != null && result is Map<dynamic, dynamic>
and if that is not fulfilled, return null.
On iOS I got exception:
when call
controller.requestMyLocationLatLng()
:On Android request freeze and no log output after it.