hello to all, i have the following scenario: 1. i will keep a list of stores locations (coordinates and info) 2. will "feed' relevant info from that list to Google map object 3. the user can search for stores around a given radius from their home 4. the generated map will display markers of stores if any are found.
so far, i'm good.. NOW: after such a map has been generated and markers placed in it, how can i retrieve (hopefully from the Google object) a list of all included stores/markers ? -- the idea here is that my client wants to store the users' address along with the stores close to their home.
any help would be highly appreciated, thanx in advance