App Specific Requirements
This page described additional requirement to run this app properly.
1. Generate your own Google Maps API key
To use Google Maps, you'll need a Google Maps API key. Don't worry, it is not paid, for most beginner purposes, but you may need to add Billing Account. Google just asks you for a valid payment method, but you'll get thousands of free API calls for free. Generate the Google App API Key from instructions given in this Link
After Generating Google Map API key don't forgot to enable the Direction API and Place API, GeoCoding API
After Generating Google Map API key :
Go to to the
app.module.ts
andconfig.xml
fileSearch for “Google Map API Key” and replace with our Google Map API Key
In Environment.ts and Environment.prod.ts also replace the MAP API constant.
Change the API key in
index.html
in thescript
tag
Last updated