On Dec 30, 1:30 pm, sssrpm <[email protected]> wrote: > Does anyone know of a way to access this information in the API. > Specifically we want to know whether a route falls into a toll zone or > not so we can display an icon.
Have a look at http://econym.org.uk/gmap/steps.htm -- you need to examine each GStep's .getDescriptionHtml() for the words "toll zone". I've done something similar (and potentially easier to follow) at http://www.xpeastbourne.org/map/xpmap.htm where in the callback function checkBanned(), I examine each step for a banned left or right turn. 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 -~----------~----~----~----~------~----~------~--~---
