Questions tagged [latitude-longitude]

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

Latitude

enter image description here

Longitude

enter image description here

2920 questions
1
vote
2 answers

How to get lat long from dragable route by google map api

Is it possible during dragable routing we can get latitude and longitude value along the routing way If it have please leave me a link or solution Thank for help
1
vote
1 answer

Latitude and Longitude to Address

I have about 8000 + Latitudes and Longitudes. I need to extract(reverse code), them to location, possibly city. Initially I checked with Google Maps, but according to their terms we should not hit their services with our scripts. Even the…
user907629
  • 544
  • 1
  • 7
  • 17
1
vote
2 answers

Reading Latitude and Longitude from Network

I am using the following code to get the latitude and longitude. Is it fine to rely on Network Provider always? public static String getLatitudeLongitudeString() { LocationManager lm = (LocationManager) GlobalApplication …
ssk
  • 9,045
  • 26
  • 96
  • 169
1
vote
1 answer

MySQL GeoSpatial function for ST_Distance_Spheroid? Metric used in return Type of GLength?

Is there a ST_Distance_Sphere, ST_Distance_Spheroid equivalent function in MySQL's GeoSpatial Support? If not, any way to emulate this? What is the metric used in return type of GLength (length of the LineString)? The manual for GLength says…
ThinkingMonkey
  • 12,539
  • 13
  • 57
  • 81
1
vote
0 answers

API to calculate which addresses out of an address list are in the radius of another address

What I am trying to do is the following: I have an address XYZ I have a list of other Addresses I want to get out of the list, all the addresses within a certain distance of XYZ Is it possible, if yes, which API would you recommend to do this? I…
dukable
  • 3,968
  • 11
  • 31
  • 42
1
vote
1 answer

getting current location longitude and latitude in android

THis is my location class with this i am getting location longitude and latitude, but my problem is if i change my current location the longitude and latitude values are not updating. if i store my home location in my device, then my app is taking…
atluriajith
  • 762
  • 3
  • 17
  • 41
1
vote
1 answer

Java - New Point, X Distance from Latitude / Longitude point

I need to take a point, and determine what the point is that's N miles north-west of it, and N miles south-east of it. It'll essentially create a bounding box around the initial point. I've looked around a bit, and found some stuff about Haversine,…
Josh
  • 12,448
  • 10
  • 74
  • 118
1
vote
2 answers

Problems converting longitude and latitude to xyz (in order to rotate a camera) in Three.js

I am developing a javascript application in which it is possible to design your own closet. I want it to be possible to rotate the closet smoothly (without changing the distance from the camera to the closet). Normally it would be easiest to rotate…
Zypp
  • 47
  • 2
  • 8
1
vote
5 answers

How to get the current Location name as a string , when we know the latitude and longitude

Possible Duplicate: How to retrieve user's current city name? using the following methods i am getting latitude and longitude of the current position - (void)viewDidLoad { [super viewDidLoad]; locationManager = [[CLLocationManager alloc]…
Ravi
  • 1,759
  • 5
  • 20
  • 38
1
vote
2 answers

Printing the latitude and longitude of number of locations in a single page

I have a javascript.In it i have a code which displays the latitude and longitude of number of locations in pune. The latitude and longitude gets displayed in an alertbox. When i write it in a document.write() method it gives error.After that i…
user1387035
  • 209
  • 4
  • 9
1
vote
1 answer

JavaScript for finding the latitude and longitude of number of places

I have never used JavaScript. In my application I am using SQL Server database 2005 which contains almost 2200 addresses of a particular city. I have to find the latitude and longitude of all these locations. For that I want to use JavaScript. Can…
user1387035
  • 209
  • 4
  • 9
1
vote
2 answers

Marine Traffic Map - Latitude/Longitude Javascript

I have created a map from my webpage showing ais-ships in a certain location: