Demo Example helps developer to know how to integrate Google Maps and play around with its events.It also describes how to create custom control and Info windows in Google map.
Angular Map Example is built using Angular 4, Google Map API and Angular Material .
Functionalities :
- Display markers of differnt hotel and onclick of marker show relevent information
- Add Hotel Infromation and Marker on map by double clicking on map at perticular hotel location
- Custom control on map which states category description of hotel and its relevent marker icon
Here is images of each functionality :
To run Demo, clone the repository. and follow below steps :
- npm install
- npm run build
- npm start
and browse https://localhost:4200/ in your browser.