On Mar 27, 3:21 pm, Thomas <[email protected]> wrote: > Hello, > > I am trying to provide directions for the yard sales in the My > Route tab onhttp://www.garagesalefinder.com/template/shopper.php . > Use Virginia as the state and choose any two different sale addresses > and add them to the route using the link in the info window. > > I receive an error in FireBug: a.c.ga is not a function and the > points do not load. I tried several browsers and a different PC. The > error is in the code returned on the directions call in the line" if(! > a.c.ga()||!a.zc[zG])a.c.va(b.P(),a.c.getBoundsZoomLevel(b)); > > Thanks for your help, > > Thomas Forrester > > Your Computer Solutions Expert
goDirections = new GDirections(goMap); http://code.google.com/apis/maps/documentation/reference.html#GDirections.GDirections last I checked GDirection needed an object of type GMap2 as an argument. goMap is not a GMap2 object. -- 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 -~----------~----~----~----~------~----~------~--~---
