A progressing ionic app demo showing how to use:
- ngCordova's Geolocation plugin to locate the user's device
- Angular Google Maps to display a Google Map
- Angular Google Places to search for Nearby Places
- Geolocation
- Google Maps
- Search nearby based on geolocation
- Turning list of returned Nearby Places to markers on the map
git clone https://github.com/skotturi/places-demo.git && cd places-demo
npm install && bower install
ionic serve --lab
- A list of Nearby Places will populate once they're loaded
- Turn list of nearby places into markers on map
- Allow the user to pan the map around, keeping the main marker pin centered, redo nearby location search
- ... ?
MIT