On Oct 15, 5:34 am, Francesco <[EMAIL PROTECTED]> wrote: > Hi! > Sorry for my bad english, I'm an Italian student. > I would know if there is a way (API) to find the nearest marker > (placemark set in MyMap) from the departure address (so if departure > address is set into the map, the method returns the nearest > placemark). >
Yes. Do you want shortest driving distance or closest point? How many markers do you have? If you have a lot and a database, you may want do do some of the work on the server. General concept, assuming an array of markers, iterate through the array, find the point with the smallest value of .distanceFrom the departure address. -- 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 -~----------~----~----~----~------~----~------~--~---
