Android- Google Maps V2 : Trace route from current position to an other destination
问题 I started with this example, to draw a route between 2 address, type by the user. It is working. http://blog.rolandl.fr/1357-android-des-itineraires-dans-vos-applications-grace-a-lapi-google-direction But now I would like to draw a route from my current position to an other destination, type by the user. My problem is that I don't know how to retrieve the current position, in this case. I've tried to do : LocationManager locationmanager=(LocationManager)this.getSystemService(LOCATION_SERVICE)