Google map api v3 support over https
It is great news from Google map api development team. We can access the Maps JS api over HTTS, allowing us to utilize oue secure private data.
To load the Gmaps JS API v3 over HTTPS from following URl:
type="text/javascript">
https://maps-api-ssl.google.com/maps/api/js?v=3&sensor=false
query string V is Googlemap api version and sensor is GPS locator to determine the user's location.
0 Comments:
Post a Comment
<< Home