How To Get Your Current Location In Android

less than 1 minute read

The following is a reference implementation for retrieving your current geo-graphical location using your Android device. The following Helper class can be used in an activity to easily retrieve your the latitude and longitude for use with frameworks such as Google API v2 to show your location on a map.

Required permission:

Updated: