Top "Latitude-longitude" questions

Managing data about geographic point locations, using a latitude-longitude pair (degrees north/south, and east/west, respectively) per point.

Android - How to get current location (latitude and longitude)?

I am using the following code to get the current location namely (latitude and longitude), but I am not getting …

android geolocation latitude-longitude geocode google-latitude
Converting Longitude & Latitude to X Y on a map with Calibration points

If i have a jpeg map with size sizeX, sizeY and some calibration points on the map (X, Y, Lon, …

gps geocoding coordinates latitude-longitude
proper/best type for storing latitude and longitude

In a system level programming language like C, C++ or D, what is the best type/encoding for storing latitude …

encoding types latitude-longitude
Preferred order of writing latitude & longitude tuples in GIS services

When dealing with GIS source code you often need to write latitude and longitude coordinate tuples. E.g. in Google …

google-maps gis latitude-longitude
Java, convert lat/lon to UTM

Does anyone know of a way, in Java, to convert an earth surface position from lat, lon to UTM (say …

java geolocation latitude-longitude geography geotools
get Lat Lang from a place_id returned by autocomplete place api

I am searching the place in my apps using the google autocomplete place api and now I want to get …

android google-maps google-maps-android-api-2 latitude-longitude google-places-api
Converting longitude/latitude to X/Y coordinate

I created a map using Google Maps API that highlights all Minnesota counties. Basically, I created the county polygons using …

java google-maps latitude-longitude cartesian coordinate-transformation
Longitude and latitude value from IP address

Is it possible to get the longitude and latitude value from IP address in asp.net? If it is possible, …

asp.net geolocation latitude-longitude
Positive/Negative Latitude and Longitude values vs. Cardinal Directions

As I've been taught, lat and long are of following types: Latitude North Longitude West Latitude South Longitude East During …

google-maps geolocation maps latitude-longitude geography
Calculating bounding box a certain distance away from a lat/long coordinate in Java

Given a coordinate (lat, long), I am trying to calculate a square bounding box that is a given distance (e.…

math geospatial trigonometry latitude-longitude bounding-box