On Jan 19, 6:57 pm, Jaans <[email protected]> wrote: > Hi all > > I'm struggling to figure out which version of Google Maps gets loaded > when using the Ajax loader as follows: > > google.load('maps', '3', { 'other_params': > 'client=XXXXXXX&sensor=false' }); > > Will this load 3.7 (Dev) or 3.6 (Stable) or 3.x ?
If a version isn't specified, you get the "nightly development" version http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning + The nightly (development) version, specified with v=3 or by omitting the v + parameter. This version reflects the current version based off the trunk, including + any bug fixes and new features as they are publicly released. -- Larry > > Many thanks > Jaans -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
