Application based on Google Maps API to display the selected place type
- Google Maps API
- Markers
- Info Window
- Google Places API
- You will need to add the
key.json
file injs
folder key.json
will contain following code
var mapsKey = {
"key": "YOUR_GOOGLE_MAP_KEY"
};
- Open the Web browser to
index.html
- Add more information on infoWindow for places.
- Add more filters like opening timing for the restaurant and other.
- Add feature on click of filter display the places.
- Improve UI