Google Maps : Getting ready with Google Maps JavaScript API v3
Google Maps API enables us to seemly integrate Google Maps with external Web Applications.
This post focuses on getting ready with Google Maps JavaScript API creation, activation and monitoring.
Console Home:
Initially we need to create a Project, enable it and get a API Key to access it.
Go to Google Maps JavaScript API Doc page here.
Click on "Get A Key", you would be provided with a popup as shown below, choose "Continue".
That would take us to google dev console page, requesting us to create a New Project or choose from Existing ones, make a choice and move futher.
Post that you would require to create a Server Key as ADF applications deploy to WebServer, so Choose "Server Key" from API Key.
Give some meaningful name, and any domain details for restrictions and you are done.
Note: The Google Maps API is free for commercial use, provided that the site on which it is being used is publicly accessible and does not charge for access, and is not generating more than 25 000 map accesses a day.
You may monitor Usage and Quota from API Manager Overview of the dev console.


Comments
Post a Comment