user1833186
user1833186

Reputation: 33

using google maps or navigation through Intent

I am developing an App in which I am launching an Intent to use the Google maps navigation. Now my question is , do I have to include Google maps API Key or some other kind of permission from Google in my App or am I good to go?

Thanks

Upvotes: 1

Views: 222

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006539

If you are using ACTION_VIEW with a geo: Uri to start up Google Maps, you do not need a Maps API key or any other kind of permission.

Upvotes: 2

Related Questions