Managing data about geographic point locations, using a latitude-longitude pair (degrees north/south, and east/west, respectively) per point.
Is there a way to get a city name from a latitude and longitude point using the google maps api …
javascript node.js google-maps geocoding latitude-longitudeI have a textbox in my page which gets a location name and button with text getLat&Long. Now …
javascript google-maps geocoding latitude-longitudeHere's my try, it's just a snippet of my code: final double RADIUS = 6371.01; double temp = Math.cos(Math.toRadians(latA)) * …
java math latitude-longitudeHow would I go about converting an address or city to a latitude/longitude? Are there commercial outfits I can "…
geocoding latitude-longitude street-addressI'm calculating the distance between two GeoCoordinates. I'm testing my app against 3-4 other apps. When I'm calculating distance, I …
c# windows-phone-7 geocoding latitude-longitudeI've heard that it is possible to submit an Address instead of Longitude and Latitude and this would be much …
javascript google-maps google-maps-api-3 latitude-longitude street-addressplease shed some light on this situation Right now i have two array having latitude and longitude of nearby places …
android location distance latitude-longitudeI'm designing a table in SQL Server 2008 that will store a list of users and a Google Maps co-ordinate (longitude &…
sql-server sql-server-2008 latitude-longitude spatialGiven a set of latitude and longitude points, how can I calculate the latitude and longitude of the center point …
math latitude-longitude geoI am newbie to PostgreSQL and PostGIS. I want to store latitude and longitude values in PostgreSQL 9.1.1 database table. I …
postgresql types latitude-longitude postgis