The Google Maps API allow for the embedding of Google Maps onto web pages of outside developers, using a simple JavaScript interface or a Flash interface. It is designed to work on both mobile devices as well as traditional desktop browser applications. The API includes language localization for over 50 languages, region localization and geocoding, and has mechanisms for enterprise developers who want to utilize the Google Maps API within an intranet.
If the Google Maps v3 API stops working, try the following:
1. get API key https://console.cloud.google.com/apis/, if existing >> Credentials
2. Change code from
https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false
to
https://maps.googleapis.com/maps/api/js?key=xxx&callback=initMap
Read more articles
- Log in to post comments