I am working on an app that will require several thousands of custom markers for a Google map. I have the coordinates stored in my tiggzi database. I am looking for an efficient way to create markers based from these.
Additionally, below the map, I want to have a list of the markers. These should be arranged from nearest to farthest to the user based on geolocation. I have the formula to do this, however I need help getting the latitude and longitude from the database into the app.
Thanks!