> Depending on where the user logs on, I want the "start" location to > change. What code do I need to capture the users location?
depends on where you want the start location to be. I'm guessing you want it to be the user's current location, in which case it would make sense to use navigator geolocation to find their position (more or less), then feed that to the directions service (which can accept a latlng or address) as a starting point -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
