Skip to content

Commit

Permalink
Update Read.me
Browse files Browse the repository at this point in the history
  • Loading branch information
kajaljoshi committed Apr 12, 2018
1 parent ad248ab commit 95f2a11
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# Angular-Map-Example

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 :
1) Display markers of differnt hotel and onclick of marker show relevent information
2) Add Hotel Infromation and Marker on map by double clicking on map at perticular hotel location
3) 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 :
1) npm install
2) npm run build
3) npm start

and browse http:https://localhost:4200/ in your browser.

0 comments on commit 95f2a11

Please sign in to comment.