Top "Geolocation" questions

Geolocation is the identification of the real-world geographic location of an object, such as a cell phone or an Internet-connected computer terminal.

How do I get the current GPS location programmatically in Android?

I need to get my current location using GPS programmatically. How can i achieve it?

android geolocation gps location
How to get current location in Android

I'm having troubles of getting my current position coordinates using the NETWORK provider of android location system. Already read a …

java android gps geolocation android-location
Calculate distance between 2 GPS coordinates

How do I calculate distance between two GPS coordinates (using latitude and longitude)?

math geolocation geometry latitude-longitude geography
How to emulate GPS location in the Android Emulator?

I want to get longitude and latitude in Android emulator for testing. Can any one guide me how to achieve …

android testing android-emulator geolocation
Getting the location from an IP address

I want to retrieve information like the city, state, and country of a visitor from their IP address, so that …

php geolocation ip geoip
What is the simplest and most robust way to get the user's current location on Android?

The LocationManager API on Android seems like it's a bit of a pain to use for an application that only …

android geolocation location latitude-longitude
How to convert latitude or longitude to meters?

If I have a latitude or longitude reading in standard NMEA format is there an easy way / formula to convert …

math geolocation geo
Get GPS location from the web browser

I am developing a mobile based web-site, there I have integrated Google Maps, I need to fill the 'From' field …

javascript mobile geolocation
Get city name using geolocation

I managed to get the user's latitude and longitude using HTML-based geolocation. //Check if browser supports W3C Geolocation API …

javascript html geolocation
How to get Latitude and Longitude of the mobile device in android?

How do I get the current Latitude and Longitude of the mobile device in android using location tools?

java android geolocation