/places-demo

An ionic demo using ngCordova Geolocation, Google Maps and Google Places nearby search

Primary LanguageJavaScript

Places Demo

A progressing ionic app demo showing how to use:

  1. ngCordova's Geolocation plugin to locate the user's device
  2. Angular Google Maps to display a Google Map
  3. Angular Google Places to search for Nearby Places

Working:

  1. Geolocation
  2. Google Maps
  3. Search nearby based on geolocation

Not Working:

  1. Turning list of returned Nearby Places to markers on the map

To use:

  1. git clone https://github.com/skotturi/places-demo.git && cd places-demo
  2. npm install && bower install
  3. ionic serve --lab
  4. A list of Nearby Places will populate once they're loaded

TODO:

  1. Turn list of nearby places into markers on map
  2. Allow the user to pan the map around, keeping the main marker pin centered, redo nearby location search
  3. ... ?

License:

MIT