What version of the Google Maps API is the default?

What version of the Google Maps API is used if you did not provide a version number? Perhaps the latest version? The version documentation does not say.

The documentation recommends that production applications indicate a minor version number. But he also says that β€œall API changes will be backward compatible,” so is there any reason why I should indicate the version number if I don't use any experimental features?

+5
source share
2 answers

English is not my first language, so I might not read this part correctly (from the document associated with the version you linked)

, API , v... () , v = 3 v.

, 3.9 .

3.9 ()

, , v ( ) , 3.9.

<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>

: , :

, ,

, API . , .

, . , , .

, . .

+6

Google Maps , , API . , , : v3.6, Google

, .

, , , API:

<script src="http://maps.google.com/maps/api/js?sensor=false&v=3.16" type="text/javascript"></script>

. API, google.maps.version.

, - .

+3

All Articles