views:

411

answers:

3

i make a demo using v2 , and now i want to using v3..

but i found v3 has not many method that v2 has,

ex:

1.map.enableGoogleBar();

2.map.enableScrollWheelZoom();

3.polyline.enableDrawing()

is v3 powerful enough ???

thanks

+4  A: 

Google Maps v3 is the next iteration of the API and my initial reaction would be to suggest that you use it. However, v3 is still a Google Labs product and is not as mature as the v2 API.

The initial focus for v3 was optimized performance and user experience on mobile platforms and ,as a result, some of the v2 features haven't made it into the v3 library (this gap is getting smaller). However, the performance improvements that have been made in v3 are equally applicable on the desktop, so you are faced with a performance/feature set trade off.

If there is a specific feature that is in v2 and not v3 and you aren't developing for a mobile device (and it sounds like you aren't), then you may want to use v2 and migrate to v3 once your feature is available.

Cannonade
+2  A: 

In addition to Cannonade's answer, note that the scroll wheel feature can be enabled and disabled in v3, and even polygon editing is possible:

I couldn't find any reference for the Google Bar however.

Daniel Vassallo
+1 That's good to know :)
Cannonade
A: 

I found the syntax of V3 is better and more consistant than V2.