Hi Andrew -- Unfortunately, I don't have a link I can show you, as I'm just starting to develop this map. I'd like mine to function the way yours does in that the user will be entering their address and then (hopefully) be getting proper directions to our business.
How are you substituting something else in for Google's faulty instructions? I have been playing with this example and feel I have generated the proper path; however, I have no idea how to hardcode this multi-point routing into a map (http://econym.org.uk/gmap/ example_multi2.htm). Any suggestions? Thanks for your help! --Ty On Apr 2, 10:53 am, Andrew Leach <[email protected]> wrote: > On Apr 2, 3:21 pm, TyH <[email protected]> wrote: > > > > > I'm creating a pretty basic map. My company is located at a point on > > the map -- users are entering in their address and are given > > directions how to get here. The problem is that the directions that > > Google is giving aren't the best and are a bit confusing when you > > actually try to make the drive. > > > How can I change these? > > It would be good to know what the problem is (perhaps with a link and > an example address so we can see?) > > The answer to the question is "Not easily"! You need to get each step > of the directions, examine it and if it's wrong, substitute something > else. I do that on a map where TeleAtlas have forgotten about a banned > turn and direct people to turn right > anyway:http://www.xpeastbourne.org/map/xpmap.htm > (enter a starting address of "Whitley Road, Eastbourne UK"). The code > detects where a right turn is indicated where it shouldn't be, adjusts > the route and resubmits the request. > > Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
