Top "Android-location" questions

android-location refers to the location API provided by the Android framework.

How to extend android class which implements Parcelable interface?

First of all i have check this answer. What i am trying to do is extending Location class calling it …

android inheritance android-location
Android: Drag map while keeping marker at the center

I am currently getting Current Location of device (lat,lng) in MapActivity. Now , I want to let the user move …

android google-maps google-maps-markers android-location
Minimal android foreground service killed on high-end phone

I'm trying to create an app that lets users log routes (locations/GPS). To ensure locations are logged even when …

android android-service android-lifecycle android-location android-doze
Need android activity to wait until GPS location obtained

Sorry for my english. I'm trying to get a single location from GPS to put on global variables latitude, longitude. …

android android-activity gps wait android-location
Set a time-out for android requestSingleUpdate

I am using the routine requestSingleUpdate() reoutine of the android LocationManager library with a LocationListener. The functionality I am trying …

android android-location
share location with share intent Activity

I need to share location from my app using the share intent activity, I have gone through some examples and …

android android-intent android-location
Why does my OnLocationChanged() never get called?

What I am trying to do: I am trying to develop an app that only requires the user's location at …

android android-location android-loadermanager
isProviderEnabled(LocationManager.NETWORK_PROVIDER) return false

I am using NETWORK_PROVIDER to get latitude and longitude of the place. I'v already check the setting in the "…

android locationmanager android-location
Route simulation using GPX on Android

I've asked this question before but still no resolution. Here is what I'm looking for. I am working on a …

android-emulator android-location