On Oct 15, 6:30 am, Nailson <[email protected]> wrote: > Thanks. I don't know why I didn't see that... Everything is working > fine now. > Really thank you all for your help but there is still one thing > left that I don't undertand: > > Can I still specify the API version I want to use? The script src > used in the hello world sample page doesn't use a version number at > all...http://maps.google.com/maps/api/js?sensor=set_to_true_or_false
Yes, you can specify a version and that is the recommended (by the google engineers) way to do it. If you don't specify the version, you get the latest development version, equivalent to v2.x, and not very stable. See the documentation: http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning -- Larry > > How will I keep track of the API version am I using? Wouldn't I be > able to do that? > If there's an incompatible V4 API in the future, I'll have to dig deep > into my code to see what version I'm using instead of just looking at > the page head? > > Thanks in advance -- 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.
