user3182266
user3182266

Reputation: 1330

Using a Google Maps API v2

I want to make an app that uses Google Maps Android API V2. So I searched the Internet about tutorials and I found a lot of useful tutorials. In the tutorials they said that, to use Google Maps Android API V2 I have to get a a Google Maps API key. Ok so far so good.

My question is

Upvotes: 5

Views: 126

Answers (2)

Minas
Minas

Reputation: 1422

No, you need to create just one API key for your app.

Upvotes: 1

Lucifer
Lucifer

Reputation: 29670

Will this key work on multiple phones using my app?

Yes, One Application with proper Map-Key can works on many devices. You dont need to create device wise map-key.

Do I have to create an individual Google Maps API key for each new phone that downloads my app from the store?

No. One Key is enough.

Upvotes: 4

Related Questions