Including Google Places API in your web application

Utilizing an API key for the Google Places API Web Service is just as easy—if not easier—as generating the API key. To make use of a generated API key in your web application, all that is necessary is the inclusion of the following line of HTML in the markup of the page you want to make use of the web service:

<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key={{API_KEY}}&libraries=places"></script>

Ensure you replace  {{API_KEY}} with your generated API key.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.226.185.196