thanks for the feedback. i will start coding it and see what i can do. appreciate it.
On Aug 16, 1:00 pm, Rossko <[email protected]> wrote: > > do you have any examples for me that can help me? > > No, but its all straightforward server-side coding in some unspecified > language to search some unspecified database, and well outside the > scope of this group. > > Search in a radius, count results. > If (results count less than you want) > extend search by repeating with a bigger radius. > Order results by the distance. > If (results count more than you want) > Discard the most distant. > > You might find it easier to code by turning it on its head: > Search your absolute maximum allowed radius. > Discard furthest-away results until you reach your target count. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
