Top "Latitude-longitude" questions

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

Need to find latitude and longitude of postcodes and store into my database

I’ve got a database full of UK Postcodes, now I’d like to be able to store the latitude …

php open-source google-maps latitude-longitude postal-code
Can I get the altitude with geopy in Python? (with Longitude/Latitude)

it is possible? i tryed: from geopy.point import Point from geopy import geocoders [...] p = Point(Latitude, Longitude) lat, lon, …

python latitude-longitude geopy
Get Longitude and Latitude from Country Name

I have Gmaps embedded in my site which pulls out a list of dealers from my database around the world …

maps google-maps-markers latitude-longitude countries
How to calculate delta latitude and longitude for MapView component in React-Native?

How can i calculate delta-latitude and delta-longitude values form latitude and longitude values for MapView component in React-Native. Thank You

android-mapview latitude-longitude react-native delta
Given coordinates, how do I get all the Zip Codes within a 10 mile radius?

I have a location (latitude & longitude). How can I get a list of zipcodes that are either partially or …

c# .net-3.5 geolocation latitude-longitude zipcode
Geo fencing in PHP and MySQL using latitude, longitude and radius

I have a MySQL table with columns latitude, longitude, userId and radius. When the user provides his current location (lat, …

php mysql latitude-longitude geofencing
Convert latitude/longitude to state plane coordinates

I've got a dataset with latitude and longitude which I'd like to convert to the state plane coordinates for Illinois …

r gis latitude-longitude rgdal
MySQL latitude and Longitude table setup

I want to store latitude and longitude values of places in a mysql database table. With the future in mind …

mysql spatial latitude-longitude
Android How to Convert Latitude Longitude into Degree format

I want to convert latitude 40.7127837, longitude -74.0059413 and to the following format N 40°42'46.0218" W 74°0'21.3876" What is the best …

java android google-maps latitude-longitude android-gps