Google Maps Premium Plan on react-native-maps
Google Maps Premium Plan on react-native-maps
I'm trying to modify an app which is using react-native-maps with a free API token to start using the "Premium plan" for Google Maps.
I have reviewed the documentation, but I can not find how to add the premium client id and channel id.
Also, after checking https://developers.google.com/maps/premium/android-get-started I saw that for native applications the package "com.google.android.m4b.maps" should be used instead of "com.google.android.gms.maps". How can I do this with react-native-maps?
Thanks!
1 Answer
1
The react-native-maps project has several dependencies on com.google.android.gms.maps
. Unfortunately, you will need to either…
com.google.android.gms.maps
com.google.android.m4b.maps
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.