I'm working on a store locator as part of a tiggzi app.
I've managed to get the geolocation service to find current location and enterered location but how to I display the nearest locations/stores?
I'm working on a store locator as part of a tiggzi app.
I've managed to get the geolocation service to find current location and enterered location but how to I display the nearest locations/stores?
Display where, on a map?
Sorry, yes. Locations to be displayed on the map and the nearest five to be displayed as a list below the map.
You nee do calculate the distance between the location point and the points of interest and then place markers there.
This should help:
http://docs.tiggzi.com/tutorials/#Goo...
http://blog.tiggzi.com/2012/04/extend...