Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google map v2 or v3?

I started an app using Google map.I came to know that api v1 is deprecated.So i used api v2. It is working from android version 12 or higher.It is fine.But after sometime i read in some site api v2 is also deprecated and v3 is there.But when i saw v3, it was related to html 5 and java script. So can anyone clarify me can i develop using v2 or i have to go for v3. Thanks in advance.

like image 763
Android Killer Avatar asked Mar 06 '13 06:03

Android Killer


People also ask

How do I reference Google Maps?

The required elements for referencing from Google Maps are: Map publisher (Year of publication) Title of map section, Sheet number or tile, scale. Available at: DOI or URL (Accessed: date).

Is there a premium version of Google Maps?

Welcome to the Google Maps Platform Premium Plan After you sign up for the Google Maps Platform Premium Plan, you'll receive a Welcome letter from Google at the contact email address you provided. Your Welcome letter contains the following important information, so make sure you keep it handy: Project ID. Client ID.

Which method is used to get the current zoom level of the map?

Maps API getZoom() Method The getZoom() method returns the current zoom level of the map.


2 Answers

Hey, for Android Google maps API V2 is used and V3 is used for Websites and it can be used for HTML5 also, So you can Use maps API V2 for your android Application . check this link for more Information .

like image 71
androidgeek Avatar answered Sep 27 '22 17:09

androidgeek


Version 3 is for websites. The latest version for android is V2.

https://developers.google.com/maps/documentation/android/

like image 45
Archie.bpgc Avatar answered Sep 27 '22 15:09

Archie.bpgc