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.

Create new C++ object at specific memory address?

Is it possible in C++ to create a new object at a specific memory location? I have a block of …

c++ memory object pointers location
When using GPX in Xcode to simulate location changes, is there a way to control the speed?

I'm using the following GPX file in Xcode 4.2 to simulate a location change. It works well, but I can't control …

iphone ios xcode location gpx
List of major cities with latitude longitude and timezone

I am looking for an open source flat file (comma separated values for example) of the major cities in this …

resources timezone location latitude-longitude
Change Location Mode to High Accuracy Programmatically Android

Is it possible to get the information on the location mode which the user has selected among the three modes …

android gps location android-location android-geofence
How to group latitude/longitude points that are 'close' to each other?

I have a database of user submitted latitude/longitude points and am trying to group 'close' points together. 'Close' is …

sql database geolocation location cluster-analysis
What services can I used to find a user's location based on their IP address?

If you need to locate a user based on their IP address, what services are available (free and not free …

ip-address location geography
cannot resolve symbol 'LocationServices'

I am trying to build an android app using android studio that uses the userlocation. I am trying to import …

android location google-play-services location-services
How to call functions on the stage in JavaFX's controller file

I am using javafx along with fxml, so I use the controller for the real coding. I need to do …

location javafx-2 javafx fxml
Getting the number of satellites from Location object

I'm using a GPS provider and LocationListener.onLocationChanged(Location location) to receive location fixes. Documentation says, that Location.getExtras() contains …

android gps location satellite
Simulate fake location on real iOS device

I want to simulate fake location on my iPhone 5S device using specific longitude and latitude. Is there a way …

ios location simulate