This Project has been done in Angular js Using angular seed project, Project uses google maps javascript api.
Project has been modularised into two services, two filters and one controller
- Location Data : This service is used to get data from server, currently served from location.js file
- loadGoogleMapAPI : This service is used to load Google map asyncronously
- filterBy : this custom filter takes two parameters on an Object, first is key to serach for in the object and 2nd is particular value to serach for and it returns filtered data accordingly