On Apr 8, 8:07 pm, "gjs.heal" <[email protected]> wrote: > I have successfully displayed a route polyline with when the map is > associated with Gdirections request. However, I need to customize the > overlay and the endpoint markers, therefore the code in the link below > is an alternative which uses the custom overlay capability using a > Gdirections request that does not associate the map with the request > and then displays route info and then the polyline as map.overlay. > When attempting to do so I get the error: directions.getPolyLine is > not a function
GDirections.getPolyLine is not a function. Javascript is case sensitive: GDirections.getPolyline is the correct name... -- Larry > > I get the same results in both Firefox 3.08 and IE 7.0 with Vista > Ultimate OS. > > http://www.hospicevolunteerassociation.org/dev/sample_maps.aspx > > Any help would be appreciated as I have been attempting to resolve > this for 2 days now and have been unsuccessful at seeing the error of > my ways. > > Thanks. > > Greg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
