| Members: 41708 |
| Language: English |
| Group categories:
|
| More group info » |
|
The Maps API evolves, weekly. New features are introduced all the time (thanks!), but new features also means bugs (oh dear).
So in an effort to allow the developer some control over this, the API uses a versioning system whereby you can specify which version you require, ranging from the latest and (hopefully) greatest, to a old but stable version, or even a specific version (one you know works well for you) The version is specified on the script tag, with the v parameter: <script src="http://maps.google.com/maps?file=api&v=2&key=abcdefg&sensor=false" type="text/javascript"></script> but the same version string can be used when loading the API via the common loader: google.load("maps", "2.x", {"other_params":"sensor=false"}); There are 4 main variations on this you can choose to use,
You can find what version you actually have loaded: GLog.write(G_API_VERSION)... so if you are happy with the current version and want to continue to use that version for the short-term then just plug this version into the URL, don't forget to set a reminder to check later if the API has caught up (or fixed the issue affecting you). New releases into the 2.x trunk are announced as they happen into the Issues wiki here, this also notes which actual versions the various aliases represent, subscribe to the RSS feed here (or a Pipe). You can also get hints on this unoffical changelog, with its own RSS feed. There is also a new announcement only group for API changes: http://groups.google.com/group/google-maps-api-notify
|
| ||||||||||||||||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2009 Google |