Chase Miller
Posts: 0
Joined: Thu Mar 07, 2013 4:09 am

Adding markers to Google Maps from Tiggzi Database

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!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Adding markers to Google Maps from Tiggzi Database

Here is how to add multiple markers: https://getsatisfaction.com/tiggzi/to...

As for getting the latitude/latitude -- you can do a simple GET request to get all the data.

Chase Miller
Posts: 0
Joined: Thu Mar 07, 2013 4:09 am

Adding markers to Google Maps from Tiggzi Database

Thank you, Max.

I read through that post. I guess I need some help understanding how to go from the GET request to creating the markers. I would prefer to it be done automatically instead of manually creating them all via JS.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Adding markers to Google Maps from Tiggzi Database

This tutorial will show you how to do a GET request against Tiggzi database: http://docs.tiggzi.com/tutorials/buil...

Return to “Issues”