-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MapboxMapController requestMyLocationLatLng implementation missing #423
Comments
@loxodrome21 Hi, |
At the moment |
Thought it would be easy to just grab location from |
Did you ever resolve this issue? I am still getting this error on |
There is no "resolution". Somebody with the knowledge of how iOS work needs to implement method |
Ok. I might be able to do this. I will need to if it is preventing any way of showing the user location in my Flutter app. Will get back to you. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Seems to still be relevant. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still missing, contribution from iOS devs is needed here. |
I actually thing that i would be better to just deprecate this function and let users use some external package |
I also had this thought. We could also use some external package internally to build this functionality into the library. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi,
There used to be an implementation of the method requestMyLocationLatLng in lib/src/controller.dart:
It was changed in this commit Web implementation (#223) to:
which is not yet implemented in lib/src/mapbox_gl_platform_interface.dart:
Is there any workaround or plugin implementing this function? I am interested in iOS and Android implementations.
Thanks,
Carlos
The text was updated successfully, but these errors were encountered: