Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Maps API v2 vs Google Maps API v3? [closed]

Tags:

google-maps

Google Maps API v2 vs Google Maps API v3?

why Google create a new one?

what are the prons and cons?

which one to use?

Thanks

like image 930
Bart Avatar asked Aug 04 '10 03:08

Bart


4 Answers

Google Maps v3 is very slow when it comes to subclassing overlay classes. Most of the time when you have some custom overlays on your map it will start to LAG which means it is unusable in most cases.

Version 2 is much, much, much FASTER for REAL PURPOSES.

Unfortunatelly it is not supported anymore :(

like image 64
Joro Seksa Avatar answered Jan 03 '23 17:01

Joro Seksa


V2 is deprecated. Google will continue to support V2, (fix eventual bugs), for at least 3 years, but no new features will be added to it. V3 is the current version.

Why create a new one? Because V2 was made before smartphones became a common everyday device. V3 is much lighter and faster, and it is specifically oriented towards mobile devices, though it performs fine on PC as well, of course.

Marcelo.

like image 34
Marcelo Avatar answered Jan 03 '23 18:01

Marcelo


google maps api v3 is NOT a replacement of v2. It's missing many features of v2, so you can quickly get dissapointed. I think this post explains it the best:

http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/ea02ee8291d3577e

and also, if you need to manage a lot of markers, according to this post v2 is the way:

http://blog.navigationarts.com/google-maps-api-v2-or-v3/

like image 29
Tomas Avatar answered Jan 03 '23 16:01

Tomas


I believe this answers everything:

http://www.youtube.com/v/zI8at1EmJjA

like image 26
Bart Avatar answered Jan 03 '23 16:01

Bart