0

Can we use multiple google API key in same project, so that one API key can be used for google map and another for google places.

Thanks Anil

Anil
  • 255
  • 1
  • 3
  • 14

1 Answers1

0

You should not do it. Though it works in cases. Take a look at following answer

https://stackoverflow.com/a/17141660/1120126

Community
  • 1
  • 1
Zahan Safallwa
  • 3,880
  • 2
  • 25
  • 32
  • I don't want to add two google api key for debug and release version of app. I wanted to add these two api key for calling map api and google places API. – Anil Oct 07 '15 at 07:18