-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feature request: implement Google Maps API #3526
Comments
This seems like a great idea to me. I know that it would probably be a lot of work and not fully in scope with the project, but I would love this. |
There is OsmAnd API already http://osmand.net/build_it, not clear how much this issue will be evolved. |
Thanks for pointing that out. It would still be helpful to have a Google Maps compatibility layer so other apps don't have to rewrite anything. |
Have you checked out GmsCore? https://forum.xda-developers.com/android/apps-games/app-microg-gmscore-floss-play-services-t3217616 It replaces a lot of the Google Maps stuff with OSM replacements. |
Please correct me if I am wrong, but isn't the OsmAnd API completely useless for anyone looking for a replacement for MapView? I don't see any way to embed a rendered map into your own app with it. |
@sdfg2 GmsCore is great but Overlays and Place Picker don't work, yet. |
I would support the feature request. Finally you have an app that want's to show something at a map. Best would be to emulate that and show OSM instead of Gmaps. |
Just to get it right: When this feature would be implemented, you would get an osmand style map even without internet (when downloaded map data) in every app which currently uses the Maps API of Google Play Services? |
It would be great if OsmAnd could be used as a drop-in replacement for third party apps that depend on Google Maps.
The app I am most concerned with is the Signal encrypted communication app, which removed its hard dependency on Google Play Services for its basic functionality. However, it still depends on com.google.android.gms.maps to send a location to another user.
The text was updated successfully, but these errors were encountered: