lauraenria / ud864

Public repository for code examples used in Udacity's Google Maps APIs course (https://www.udacity.com/course/google-maps-apis--ud864).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercises Udacity course

How to get an GOOGLE API

  • first you need to have your own Google Developer Project.

  • If you don’t already have one, you can go to the Google APIs Console and create your own project. This is free and will allow you to generate your own API key to use within your site.

  1. Visit https://console.developers.google.com

  2. Sign in with your Google - i.e. yourname@gmail.com. If you don't have one, you can go to accounts.google.com to create one for free.

  3. Click on "Select a Project" and then "Create a Project" in the upper right side of the screen.

  4. Name your project something descriptive

  5. Click the "Create" button.

  6. Click on the "Google Maps JavaScript API" under "Google Maps APIs"

  7. Click the "Enable" button

  8. for this couse use these API:

  • Maps Javascript API

  • Roads

  • Static

  • Street View

  • Web Service

  • Geocoding

  • Directions

  • Distance Matrix

  • Geolocation

  • Elevation

  • Time zone

  1. Click the “Credentials” menu item on the left of the screen

  2. Click the “Create Credentials” button

  3. Select “API Key” from the options that appear.

  4. Select the “Browser Key” button

  5. Name your API Key something descriptive, such as Maps_API_Udacity_Course. It should reflect your intended use of the key. Click the “Create” button

  6. Repeat steps 10 and 11 for “Server Key,” if you will be making server-side requests. You can access these keys at any time by visiting the “Credentials” sub-menu under the “API Manager” menu

  7. Get mapping!

PS: I haven't add my key API for security reason

@credit Udacity

About

Public repository for code examples used in Udacity's Google Maps APIs course (https://www.udacity.com/course/google-maps-apis--ud864).

License:MIT License


Languages

Language:HTML 100.0%