A location on a spheroid can be specified using its latitude - the angular distance of that location south or north of the equator, and its longitude - the angle east or west from a reference meridian.
0
votes
0answers
11 views
Javascript library for global intensity map
I want to be able to pass a list of latitude/longitude values to a javascript library and have it spit out something like these images:
http://www.onebag.com/popups/earthnight.jpg
...
2
votes
2answers
31 views
how to get location using Latitude and Longitude in java?
I am getting longitude and latitude from JSP using HTml5 in Servlet, i want exact location(City name,Country name) using these two parameters.Any suggestion to Resolve this ISSUE.
0
votes
2answers
37 views
How to obtain the latitude and longitude corresponding to a point on android device screen using GoogleMap
I am working on GoogleMap. I need to get the latitude and longitude corresponding to the four corners of the GoogleMap which is currently visible to me on my android device screen.
Its not possible ...
1
vote
4answers
57 views
Fast access to data without using a database?
I'm looking for a solution to access some buffered data in a fast way:
I have a bunch of (let's say up to 200) cached position information consisting of latitude and longitude plus some additional ...
0
votes
1answer
44 views
Programatically get latitude and longitude without GPS? (Non mobile) [closed]
Is there any methodology or manner of obtaining a devices physical location (I.e. Latitude and longitude) without a GPS device? I know of some limited services that will provide you with this ...
0
votes
1answer
45 views
use Google map with php and mysql to display locations
i have a map page that include a Google map to display users static locations using the php and mysql because the longitude and lattitude are stored in the database in village table but the ...
2
votes
1answer
33 views
Passing Longitude and Latitude in Twitter Streaming API of Pakistan
I am having problem in passing longitude and latitude format of Pakistan in Twitter Streaming API. This API provides some sample examples of passing longitude and latitude of some cities. The location ...
1
vote
1answer
66 views
Values returning null when using getter
I'm trying to inderstand what I'm doing wrong here, but it realy doesn't make sense to me.
I have a class calleld LatLongBean
Here I'm trying to parse an XML feed.
I have a method where I do all the ...
0
votes
1answer
38 views
Find intersection by 2 vectors on the globe
I am trying to calculate intersection GPS coordinate by 2 vectors.
Vector#1 is created by (longitude#1, latitude#1) and (longitude#2, latitude#2).
Vector#2 is created by (longitude#3, latitude#3) and ...
0
votes
2answers
14 views
longitude and latitude of a city whithout using Google Map
I'd like, on a mobile app, to display a list of possible cities after a user has entered a few letter and get their GPS position
For example, if the user enters 'Paris', I'd like to have :
- Paris ...
0
votes
1answer
27 views
Jquery/JavaScript Formula that adds x meters/miles/km to latlng coordinates
I am looking for a formula in jquery/javascript which i can use to get new coordinates if i have an existing lat long coordinates.I have several markers on a Google map and i would like to scatter ...
0
votes
1answer
89 views
calculate distance between 2 location selected from a database using php mysql
i want to calculate distance between 2 selected location from a drop list
i have a table id , village_name, lattitude, longitude.
i did follow an example about the calculation but i did not ...
2
votes
3answers
62 views
How to find latitude and longitude in node.js?
I am working on web analytics, we are using node.js in server side, we are sending the data using http request(express framework).
Requirement:Have to find the latitude and longitude of the visitor.
...
0
votes
3answers
50 views
Can't get current device location
I am trying to get current location of my android phone and display the longitude and latitude in a toast. Here is a function I wrote. While debugging the code I see that the control never goes inside ...
-2
votes
1answer
35 views
longitude and latitude coordinates
Is there any way to get all the Longitude and Latitude coordinates for a single area/location ?
For example, There are many Longitude and Latitude coordinates within Central Park NY. But Google map ...
-3
votes
0answers
38 views
how to use google map API [closed]
I never been using googles map API and I look the documentation but I don't really find the example what would do the following. I retrieve from database different locations longitude and latitude and ...
0
votes
0answers
52 views
Solr 4.0 lat long search results has no accuracy
I am using Solr 4.0 with DIH on Ubuntu. I am trying to setup solr to list the nearest locations for the given distance(radius) based on latitude and longitude values. For this I'm trying geofilt and ...
4
votes
2answers
46 views
How to find whether a GPS point will lie in given set of Start and End GPS location?
I am searching for a solution in Android to check whether a GPS point will lie in given set of Start and End GPS location or not. For Example Mr A will start from point X and will reach point Z via Y. ...
0
votes
1answer
115 views
how to get latitude and longitude of my current location using JAVA
I want to get latitude and longitude using Java. I need some JAVA API , which can be used to get current latitude and longitude. There is option in Google Geo-location API in which we can get latitude ...
0
votes
3answers
76 views
Nan in calculating Distance using Latitude and Longitude
I am calculating the Distance between two Latitudes and Longitudes. I get the results for some distances but sometimes,I get the results as NAN.
This is the Latitude and Longitude which I have got ...
0
votes
3answers
175 views
Latitude and Longitude of IP Addresses using R
I have a huge list of IP addresses. Is there a way using R to get the corresponding latitude and the longitude of these addresses?
Thank you.
Ravi
0
votes
1answer
168 views
Convert decimal latitude/longitude coordinates to iPad screen coordinates
I have a latitude/longitude decimal coordinates that I would like to convert to points that will fit within the area of the iPad coordinate system.
My code takes in a latitude/longitude coordinates ...
0
votes
1answer
97 views
get the latitude and longitude using javascript
I have a textbox in my page which gets a location name and button with text getLat&Long. Now on clicking my button I have to show an alert of latitude and longitude of the location in the textbox. ...
0
votes
1answer
359 views
Google Maps Android API v2 detect long click on map and add marker not working
I want to add marker on map with long click. but it is not working. normal click is working. Toast in onMapClick() is displayed with normal tap. but long click is not working. Toast in ...
5
votes
1answer
143 views
How to get a time zone from a location?
There are too many questions on StackOverflow about resolving a time zone from a location. This community wiki is an attempt at consolidating all of the valid responses.
Please update my answer, or ...
0
votes
0answers
51 views
JQuery mobile Finding locations
Does anyone know how i can use the code below which displays current location, to display several locations. The long and lat are stored in the phpmyadmin database. I know it needs to use JSON but not ...
1
vote
0answers
61 views
What is the maximum length of latitude and longitude?
How long can latitude and longitude be?
I am getting very long lengths sent by a Windows Phone device:
Latitude=-63572375290155
Longitude=106744840359415
This is exceeding my table column size and ...
1
vote
2answers
82 views
Trouble with fetching latitude and longitude data
i have bit strange problem.
I am fetching latitude and longitude of place in my php.
demo latitude and longitude are like this
Latitude 20º 24.002' N
Longitude 87º 18.135' W
The problem is because ...
3
votes
1answer
102 views
How, when and what to vectorize in python?
Right, so this is basically a follow up of an earlier question of mine. I have some binary data that are in floating point binary format. Using C, the process is fast, but I lose some precision with ...
1
vote
2answers
311 views
Calculate distance in (x,y) between two GPS-Points
I'm looking for a smoothie way to calculate the distance between two GPS-Points, so I get the result like: "You have to go x-meters up and y-meters to the left - so I can work with a 2d-coordinate ...
0
votes
1answer
60 views
Assign Latitude and Longitude values to pixels
This is a problem that I have been trying to solve for some time. I have a binary file, that, after processing, leaves me with a binary bmp file, i.e, the pixels have only two values. Now, I have with ...
1
vote
2answers
93 views
CLLocationManager gets latitude and longitude values at first time when iphone is in Airplane mode.Why?
I put my phone in to Airplane mode and tried to get location details.At first time it takes latitude and longitude values,then again I tried to get location,but it fails and throws a ...
0
votes
1answer
44 views
How to assing the value of (location.getLatitude()) to the variable “x” so I can make arithmetic operations with it
I can display the coordinate with (TextView)findViewById(R.id.Display)).setText(String.valueOf(location.getLatitude()));
but I'm wondering how could I assing the value of (location.getLatitude()) to ...
0
votes
1answer
25 views
How to get pictures metadatas on windows phone?
I choose a picture with a PhotoChooserTask and I would like to get metadatas (longitute, latitude, device, ect) from this picture. How can I do that ?
My code:
void ...
0
votes
1answer
21 views
Moving Collada file Lat Long
I append a collada file into the plug-in, and then move it (append.Child, then remove.Child, then append.Child, etc) based on very small Latitude and Longitude increments. When the Latitude increment ...
1
vote
0answers
129 views
Python Getting Time Zone from Lat Long Coordinates
I am trying to get the time zones for latitude and longitude coordinates but am having a few problems
The mistakes are probably very basic
I have a table in a database with around 600 rows. Each row ...
1
vote
0answers
246 views
how to draw all routes in google map
I've made a application in android for tracking vehicles and visualizing the movement in web browser using JavaScript. the android app when moving inserts the new latitude and longitude into the ...
0
votes
4answers
481 views
How can I quickly estimate the distance between two (latitude, longitude) points?
I want to be able to get a estimate of the distance between two (latitude, longitude) points. I want to undershoot, as this will be for A* graph search and I want it to be fast. The points will be at ...
0
votes
1answer
130 views
Perl to get location (longitude+latitude), plus post codes
There is this from another poster. (jpgunter)http://stackoverflow.com/users/1857927/jpgunter
use strict;
use LWP::Simple; # from CPAN
use JSON qw( decode_json ); # from CPAN
sub getLatLong($){
my ...
1
vote
0answers
61 views
Simple Weather API needed for android app according to latitude and longitude [closed]
I need a Simple Weather API for my android app that can give me xml according to latitude and longitude.
I found many of that but most of them are very difficult to understand.
Please give me some ...
0
votes
1answer
50 views
DBpedia, get country of a site having a latitude and longitude
I want to get the Country which contains a latitude and longitude. Currently, I have the query below which works,
SELECT DISTINCT ?lat,?long,?place WHERE {
:Taj_Mahal dbpprop:latitude ?lat .
...
0
votes
1answer
48 views
latitude/longitude info in a GML Bounding box
If, for example, we have bounding box as given below in gml:
<gml:Envelope>
<gml:lowerCorner>42.943 -71.032</gml:lowerCorner>
<gml:upperCorner>43.039 ...
6
votes
1answer
138 views
identify which is the polygon from latitude and longitude
I have a map drawn using leaflet.js. If I give longitude and latitude value as input
Can I identify the polygon? Can I get a client side script for this?
0
votes
2answers
280 views
Getting different latitude and longitude for one constant location
I've created an android application to get the latitude and longitude of the location every 2 seconds. The application works fine but when i keep my android device constant at one location i'm getting ...
0
votes
1answer
72 views
OpenStreetMaps and Postgis: wrong latitude and longitude from a geography point
I downloaded the file italy.osm and import to postgresql with postgis.
So i try to extract latitude and longitude from the field "way" (geometry) of the table planet_osm_point, using the functions ...
0
votes
2answers
204 views
JSON string changes its keys for Google MAPS API v3
I've seen this question a few times already on here but the responses aren't quite applicable to my case.
I am using a google.maps.Polygon object to save bounds that is drawn on a map.
Later I am ...
-2
votes
2answers
128 views
Google Maps API - Markers with duplicate latitude and longitude
I have a map that shows up to 30 markers, all loaded from the store database table upon user query.
the table has couple of thousand stored in it.
Problem:
Some latitude and longitude in database ...
0
votes
1answer
136 views
GPS waypoint latitude and longitude
I am making a GPS app on my phone using the Goggle Maps SDK. I would like to add a feature to allow the user to get the latitude and longitude for a specific point simply by taping that point on the ...
1
vote
0answers
105 views
Fetch boundary latitudes, longitudes of locality / city?
We know Google identifies Countries, States, Cities and Localities.
Searching Gurgaon (Google India) fetches us:
Now, I want to get the boundry lat-longs of a locality like Gurgaon.
How do I ...
0
votes
2answers
174 views
How to find Bottom-left and Top-right latitude and longitude from given latitude and longitude?
I want to convert given latitude and longitude as per below:-
Bottom-left latitude
Bottom-left longitude
Top-right latitude
Top-right longitude
For example, I have a Latitude:29.0167 and ...
