santekotturi / places-demo

An ionic demo using ngCordova Geolocation, Google Maps and Google Places nearby search
20 stars 12 forks source link

How to turn the list of nearest places into markers #4

Open Minhaf opened 8 years ago

Minhaf commented 8 years ago

I am not getting able to convert the list of the nearest places into markers and i'm using this code in my project. Can someone please tell me how to place markers on the nearest places ?

santekotturi commented 8 years ago

@Minhaf I never got that far, however, the angular-google-maps lib which this demo uses, does support this (I believe this is new and did not exist when I first put this demo together). http://angular-ui.github.io/angular-google-maps/#!/api/marker

Minhaf commented 8 years ago

@skotturi thanks for your support. i managed to convert the list of nearest places into markers successfully by writing some custom code and making some changes in the google-places api. My project is running fine on browsers but its not running on android device plus i tried to work on ionic lab but it i'm getting no where on both with this issue. Please help me out of this issue. Google map is not showing up in both cases ( the android device & ionic lab )