Android publish app with Google map 1.0 -


i created new android app google maps v1 , when tried publish see google map v1 not sopported google . there way publish app v1?

thanks

the short answer be: no, unless have generated release api key before service became deprecated.

google doesn't provide keys google map api v1, therefore unless have registered application's release key google's api console, afaik there no way right now.

as mentioned in comment, there lot of resources port api v1 implementation api v2, can take @ blog post wrote on integrating google map api v2 in application:

google map api v2


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -