Top "Location" questions

Location is a specific position in physical space, e.g. a point on the surface of the Earth described using latitude and longitude coordinates.

cellID and LAC / PSC for 3G neighboring cells in Android

I am trying to identify the neighboring cells location in 3G with Android, which I get with getNeighboringCellInfo(). When The …

android location 3g cellid
Simulating a location on Real iOS Device

Is it possible to simulate a location on iOS Device, say I want to simulate London on the device while …

iphone ios location device
How to check for Mock Location in Android Marshmallow?

How to detect if the location is triggered with Mock Location in Android Marshmallow? Previously, I used Settings.Secure.ALLOW_…

android location geofencing android-6.0-marshmallow
Android Context without being in an activity? And other activity-less programming?

I'll try really hard to turn this into one comprehensive question: I'm writing a method to get a String that …

android android-activity gps location android-context
IllegalArgumentException: provider doesn't exisit: null on Maps V1

I'm using Google Maps API V1. I have this error : java.lang.IllegalArgumentException: provider doesn't exisit: null This is my …

android location location-provider
Angularjs $location service apparently not parsing url?

I'm using angular in an application which is, basically, a table with search results. Access to this table can be …

javascript service angularjs location
Distance calculation from my location to destination location in android

I have to made a project where i need to calculate the distance from my location to destination location and …

android location distance
Where are C/C++ main function's parameters?

In C/C++, the main function receives parameters which are of type char*. int main(int argc, char* argv[]){ return 0; } …

c++ c parameters location main
geolocation without requesting permission

Ive noticed that modern html5 based geolocation always asks the user "do you want to share your location with this …

javascript geolocation location zipcode
handling location permissions instantaneously in swift

I am trying to implement a basic map view and add a user's current location to the map as an …

ios swift location mkmapview core-location