Why are you using the reverse geocoder? If you know the coordinates of the destination, just use them.
The GDirections geocoder is different from the normal geocoder. If it gets multiple results, it just gives up. If you want to refer to Zizkov by name in GDirections, then you have to pass it enough information to distinguish "Zizkov, South Dakota" from "Ostrava-Zizkov, Czech Republic". But if you've got the coordinates, there's no point in doing that. Simply use "From Prague to: 49.860,18.158". Hint: you can write "From Prague to: My [email protected],18.158" if you want text rather than numbers in the route description. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
