Genadinik
Genadinik

Reputation: 18639

Google maps v2 vs. v3

I am using mostly google maps version 2 on my pages, but now I am trying to work from an example which is v3. Should that be ok? Will it have any strange effects on my application?

What is the best way to smoothly upgrade in versions of google maps in an application?

Thanks, Alex

Upvotes: 2

Views: 2018

Answers (1)

CamelCamelCamel
CamelCamelCamel

Reputation: 5200

You can use examples using v3 but always check them against the v2 API reference or you'll meet unexpected results at some point.

Upgrade is always a pain but here are a two suggestions:

  1. Problems in upgrading to v3 from v2 of google maps API
  2. Yichi's Tips for upgrading

Upvotes: 2

Related Questions