I’m using this path to load Google maps
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
In some cases I need to be able to load an older version of the API but are unable to find the links.
Anyone who know where to find?
Thanks
See the documentation
The following bootstrap request illustrates how to request a specific version of the Maps Javascript API:
http://maps.googleapis.com/maps/api/js?v=3.9&sensor=true_or_false
Currently the available versions are:
Version 3.10 Reference (Release)
Version 3.11 Reference (Experimental)
Version 3.9 Reference (Frozen)
Versions 3.0 – 3.8 have been retired.
When a version is retired it is no longer available, you are served the “Frozen” version.