On Jun 1, 7:46 am, "[email protected]" <[email protected]> wrote: > I have a working map athttp://www.ranch-home.com/mw_inc/map6.htm > > It uses the GAdsManager for Adsense. What I'm having trouble with is: > What would be the best way to add a Drive to Direction? I have the > Sensor set to true for GPS locator to determine the user's location. > I have a div set with the destination set but when I input an address > I get nothing in return
See Mike Williams' tutorial (and the documentation) for working examples of GDirections. Setting sensor=true just tells google that your map is connected somehow to a sensor to determine the location of the user. It doesn't change the behavior of the API. You need to pass that location (if you really have it) to the GDirections call. -- 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 -~----------~----~----~----~------~----~------~--~---
