Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can my code get the Google map API version number?

I am not using the v parm when I load the Google map API. Therefore I always get the "release" version of the API.

My app has an "About" feature and I would like to display the API version number.

Is there a way for me to get that value or would this be an enhancement request?

like image 991
Gmap4 guy Avatar asked Dec 21 '22 15:12

Gmap4 guy


1 Answers

simply use: google.maps.version

http://jsfiddle.net/doktormolle/anN4U/

like image 178
Dr.Molle Avatar answered Jan 10 '23 01:01

Dr.Molle