Search found 2 matches

Go to advanced search

by David7061102
Tue Aug 26, 2014 3:22 pm
Forum: Issues
Topic: Backend services for adding multiple map locations to map (with marker) from database.
Replies: 6
Views: 790
 
Jump to post

Backend services for adding multiple map locations to map (with marker) from database.

Can you be a little more explicate. I'm using the instructions from here with the following code. https://getsatisfaction.com/apperyio/... var response = JSON.stringify(data); localStorage.setItem("latlng", response); var latlng = localStorage.getItem('latlng'); var obj = JSON.parse(latlng...
by David7061102
Sat Aug 23, 2014 2:00 am
Forum: Issues
Topic: Backend services for adding multiple map locations to map (with marker) from database.
Replies: 6
Views: 790
 
Jump to post

Backend services for adding multiple map locations to map (with marker) from database.

My goal in using Appery.io is to display the user's gps location on a map, with a zoom of about 15, and display all the businesses listed in our MangoDB database in the general vicinity. It is very important that we also display the business name on the marker. https://getsatisfaction.com/apperyio/....

Go to advanced search