Skip to content Skip to sidebar Skip to footer
Showing posts with the label Location

Location Updates Not Working On Allowing Runtime Permission

I've written code for app that shows phone's latitude and longitude and displays it on the … Read more Location Updates Not Working On Allowing Runtime Permission

How Get Location By Coarse Location

I'm trying to develo an app that get location by COARSE location. This app must run on Android … Read more How Get Location By Coarse Location

Googlemap.setonmaploadedcallback Is Not Called

I want to get location with using googleMap and geocode features. Place find my right latitude,lon… Read more Googlemap.setonmaploadedcallback Is Not Called

How To Get Full Address From Passing Latitude And Latitude?

i used the code on my phone bellow to get address { country, street, city}, but it didnt work for … Read more How To Get Full Address From Passing Latitude And Latitude?

Getlastknownlocation() Returns Null Value On Nexus

i am developing location based project where i am using the following code i am using google api 8… Read more Getlastknownlocation() Returns Null Value On Nexus

Check If Location Is Unavailable In Android Location Client

I would like to check if Location Client is able to provide any location. Is there any way to do so… Read more Check If Location Is Unavailable In Android Location Client

Android Asynctask & Locationlistener

I created a class GPSController. The onReceive is called every Minute. I want to get the current G… Read more Android Asynctask & Locationlistener

Android Check Location Services Enabled With Play Services Location Api

You can determine if any providers are available with LocationManager, but can it be done with the … Read more Android Check Location Services Enabled With Play Services Location Api

How Can I Pull Databases Off My Android Onto My Desktop?

I'm trying this with my Nexus One. I have the android SDK and have used the command adb pull … Read more How Can I Pull Databases Off My Android Onto My Desktop?

Writing Realm From Service Class Causing Ui Block

I am writing realm db from my LocationService class on every location change listener and listing t… Read more Writing Realm From Service Class Causing Ui Block

Locationmanager In Service

Is it possible, to use getSystemService in service? My service class: private LocationManager locat… Read more Locationmanager In Service

Distance Between A Point And Several Locations

I am developing an application that shows the distance between the user and multiple locations (suc… Read more Distance Between A Point And Several Locations

Place Picker Closes After Launching

I am not able to launch Google Place Picker from my fragment. Followed all the steps and forums for… Read more Place Picker Closes After Launching

How To Update Marker Using Live Location Along A Polyline?

My question titles seems to be an existing one, but here is my complete scenario. I have an activit… Read more How To Update Marker Using Live Location Along A Polyline?

How Can I Replace Fusedlocationapi With Fusedlocationproviderclient?

I want to find current location on connected. I am currently using FusedLocationApi which is deprec… Read more How Can I Replace Fusedlocationapi With Fusedlocationproviderclient?

Location.getlongitude() And Getlatitude() Only Updating Every 100-300 Seconds

I'm working on an application that has a feature in which GPS position is tracked to draw a map… Read more Location.getlongitude() And Getlatitude() Only Updating Every 100-300 Seconds

Location Returns Null

I am writing an Android app that returns longitude and latitude, however location holds a Null valu… Read more Location Returns Null

Cant Run Background Service

I am trying to use LocationListener class in a background service to receive the current location o… Read more Cant Run Background Service

Locationclient Does Not Update Getlastlocation() On Emulator

I'm using the google play services api to get location updates in my app. However, for some rea… Read more Locationclient Does Not Update Getlastlocation() On Emulator

Draw Line Between Location Markers In Arcore?

Is there a possibility to connect two marker locations with a line? I have two location marker: Loc… Read more Draw Line Between Location Markers In Arcore?