Skip to content

trulymittal/google-maps-directions-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Google Maps API with Places autocomplete and Directions service and renderer.

What is covered?

  1. Google maps in React
  2. Adding Markers
  3. Panning and zooming maps
  4. Disable default controls
  5. Places Autocomplete
  6. Directions Service
  7. Directions Renderer on map

Youtube tutorial

https://youtu.be/iP3DnhCUIsE

Starting the app

Create an API in the google developers console https://console.developers.google.com, make sure to enable billing for the google project, otherwise you may get a warning as development purposes only.

Add a .env file or .env.local in the project root and specify your API key as REACT_APP_GOOGLE_MAPS_API_KEY=your_api_key_here

In the project directory, you can run:

yarn install
yarn start

OR using npm

npm install
npm start

Author

Contribute

You can fork this repo and send me a PR.

About

Google Maps API integration in React with directions service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published