On Dec 29, 8:00 pm, "Aer Ligus" <[email protected]> wrote: > Hi Andrew, > > I deleted the line map.setMapType(G_MAP_TYPE); I then checked the version to > my surprise it was v2
You're getting Version 2 of the API, but that would happen if you had v=1. Your *code* uses Version 1 methods like centerAndZoom, which still work in Version 2 but won't be supported for ever. Andrew -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
