Skip to content

Application based on Google Maps API to display the selected place type

License

Notifications You must be signed in to change notification settings

bhaskarmac/places

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Places

Application based on Google Maps API to display the selected place type

Stuff used to make this happen

  1. Google Maps API
  2. Markers
  3. Info Window
  4. Google Places API

Environment setup

  1. You will need to add the key.json file in js folder
  2. key.json will contain following code
var mapsKey = {
	"key": "YOUR_GOOGLE_MAP_KEY"
};
  1. Open the Web browser to index.html

Preview

Live demo

TODO

  1. Add more information on infoWindow for places.
  2. Add more filters like opening timing for the restaurant and other.
  3. Add feature on click of filter display the places.
  4. Improve UI