On Apr 5, 7:11 am, Huggy <[email protected]> wrote: > Hi! > > I'm building a google map where you can insert your home address. > Every visitor should be able to insert his Adress + a Distance (f.ex. > 50 miles). The script should then give an output with all the allready- > known markers , that are in that area! > > Is that possible?
Yes. > I know that there is that "distanceFrom > (other:GLatLng, radius?:Number) " > but I don't know exactly how to use it! > > The XML looks like this: > > http://xa69.xa6.serverdomain.org/Projekte/sonstiges/birdmap/phpsqlaja... > > My Sourcecode is at http://xa69.xa6.serverdomain.org/Projekte/sonstiges/birdmap/map.html > sorry for the layout, it's not public yet.. See page title *smile* > > Is there a possibility for this? Yes. But doing it client side might not be the best way if the locations that you are searching among are in a database. I think the example you started with has that function built in to it. If not, look at the store locator tutorial: http://groups.google.com/group/Google-Maps-API/browse_frm/thread/486d66cb18073921/bdb2f1eb9cceaaae -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
