Support for Google Maps SDK for Android v3.0 Beta? #18
acespring78
started this conversation in
Ideas
Replies: 3 comments
-
We'll keep an eye on it for when it leaves beta to a first release. I'm hoping they start publishing the apk instead of requiring it to manually be included. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Converted from an Issue to a Discussion |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://developers.google.com/maps/documentation/android-sdk/releases#august_18_2021
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
State your question
It appears that Google has a Maps SDK version (v3.0.0) in Beta that does not depend on play services, but instead is an aar library:
https://developers.google.com/maps/documentation/android-sdk/v3-client-migration
What this means though is that the dependency to TileProvider, referenced in GeoPackageOverlayFactory must now use a version from
com.google.android.libraries.maps.*
instead ofcom.google.android.gms.maps.*
Is there any plans of supporting geopackage-java that is compatible with the v3.0.0 version of Maps SDK in the near future?
Beta Was this translation helpful? Give feedback.
All reactions