Longitude is a geographic coordinate that specifies the east-west position of a point on the Earth's surface. It is an angular measurement, usually expressed in degrees, minutes and seconds.
0
votes
1answer
22 views
Location Manager won't display latitude and longitude
I have an app which displays the longitude and the latitude of the users position. The application asks for the current location, and the latitude and the longitude displays in Xcode. But in the app, ...
0
votes
0answers
11 views
Android Latitude and Longitude issue
i have this code, i can't get the latitude and longitude on my editText but no data is received.
I would like some help since i'm stuck here.
When i click on my button no information is received so ...
-2
votes
0answers
32 views
calculate latitude longitude given displacement and direction android [duplicate]
I want to find the latitude and longitude given the current latitude and longitude, displacement in meters, and direction in degrees.
For example :
current_latitude = 10;
current_longitude = 10;
...
0
votes
2answers
22 views
Generate all coordinates of earth?
Does somebody know an algorithm that calculates/generates all coordinates of earth?
I want to generate a dot mesh with a very high resolution. Each dot represents one real coordinate of earth. ...
1
vote
1answer
42 views
Directions between points on map?
I need any help in finding directions between path point
the problem is i can find bearing, distance and angles between points this page helped me a lot i have the latitude and longitude of each ...
0
votes
0answers
19 views
Is there a simple/automated way to do this? [closed]
I have about 30 locations, and I'd like the map to be searchable by:
Location ID, Location name, street/city/zip, lat/long, and radius from a certain zip and lat/long. Batchgeocode.com is great, you ...
0
votes
3answers
62 views
C# Code to list locations within certain location
I have a list of locations and I want to be able to enter a location and for locations within X mile radius of my specified location to populate in a data grid. Does anyone have any experience on ...
0
votes
1answer
12 views
Should my map be able to use both types of latitude and longitude?
I hope this is the right place to post this. I'm a web designer who is doing a site for a client, except for their store location page, which I have contracted out to a Google map developer. The map ...
0
votes
0answers
74 views
How can I convert LAC and Cell ID to Latitude and Longitude?
I'm working on my first project in PHP which is to be able to display the location of a tracker on Google maps. I'm doing this based on LAC (Location Area Code) and Cell ID, and I need to convert ...
1
vote
1answer
83 views
How to find distance (by road) between 2 geo points in Android application?
I am developing an Android application. I need to find the distance between two geo coordinates.
I used Location.distanceBetween() and Location.distanceTo() functions. These functions give the ...
0
votes
1answer
54 views
PHP Calculate distance between an user and other users (one by one)
I've tried with this code but something is wrong in the result: i got only 1 km result the others are 0 and it gets in solutions or all users or nobody. Maybe i'm wrong with mysql_fetch_array. This is ...
0
votes
0answers
33 views
Android dev: Tell me when my latitude/longitude match the ones in my xml file
I keep getting my app crashing when my latitude / longitude match the ones saved in my xml file..
Any idea how to figure this out?
public void findElement(String longitude, String latitude) throws ...
0
votes
1answer
31 views
Location manager in Android
Im new to android. but it's not returning the lat and longitude values. I tried this in emulator. i test and onLocationChanged method is not executing. i just need to get the gps coordinates of the ...
0
votes
0answers
94 views
Sending information using JSON to MYSQL database
I'm developing an Android project which will send information to my mysql database. I tried sending the information (name, price, description, latitude, longitude) to the database, but received an ...
1
vote
0answers
63 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 ...
0
votes
0answers
30 views
Loading area arround 180 Longitude under Android with osmdroid
I've created a function to pre-load an area from the current view, with a specific zoom level.
But if i want to preload an area arround the -/+180, I just load the tiles from the active mapview.
...
0
votes
0answers
341 views
c# get longitude and latitude using Google map API from 2 different markers
There is probobly already a thread about this. But could not find something similar to what im trying to do.
So lets see if i can explain what i mean.
I'm trying to get longitude and latitude from ...
0
votes
1answer
71 views
How to show Lat and Long using phonegap
I'm trying to show (on alert) a position of GPS using Phonegap when I call other function, but it doesn't work at all.
My code:
var lat=0.0;
var lon=0.0;
document.addEventListener("deviceready", ...
0
votes
0answers
18 views
Android 2 and Android 4 NETWORK_PROVIDER
i install apps on Android 2 and i get Longitude, Latitude from network i use:
lm.requestLocationUpdates(LocationManager.NETWORK_PROVIDER, 0, 0, ll);
Mainfest file
<uses-permission ...
0
votes
3answers
211 views
Latitude / Longitude Distance Calculation
A quick question about a Lat / Long calculation.
I want to take a value set e.g. Lat: 55.123456 Long -6.123456 and work out the four points that are an arbitrary distance away.
As the given ...
0
votes
3answers
176 views
Android - Error test getting latitude and longitude in activity
i am testing my activity to get GPS coordinate (lat,long), but when click on Register button, the log cat show error.
i intent to test on this code
Log.d(ACCESSIBILITY_SERVICE, ...
2
votes
1answer
61 views
Using pyephem to calculate when a satellite crosses a Longitude
I am having a hard time figuring out how to calculate when a satellite crosses a specific Longitude. It would be nice to able to provide a time period and a TLE and be able to return all the times at ...
0
votes
2answers
62 views
How to check if pair (lat and lon) of coordinates is close to arterial road or highway on Google Maps?
By "close" I mean 100m. Is there a way to do it? Any help would be appreciated.
0
votes
0answers
25 views
Big Table latitude and longitud search by ridus change ID primary key
Help please. I have a table name ubicacion:
`id_ubicacion` INT(10) NOT NULL AUTO_INCREMENT ,
`latitud` DOUBLE NOT NULL ,
`longitud` DOUBLE NOT NULL ,
PRIMARY KEY (`id_ubicacion`) )
DEFAULT ...
0
votes
2answers
264 views
Latitude / Longitude and meters
I have a small algorithmic problem.
I am developing an Android application. I get GPS coordinates. For example: latitude: 23.23907, longitude: 50.45786.
So I get a point. I want to compute bounds ...
0
votes
2answers
103 views
How can I get the turn by turn direction between 2 pins in map in iOS5?
In my app i implemented the maps .Using latitude and longitude values dropped the pins.But i need to get the turn by turn directions between 2 pins .How can i get the direction between 2 ...
1
vote
1answer
152 views
How can i get the latitude and longitude values using zipcode in ios5?
I used http://maps.google.com/maps/geo?output=csv&q=ZIPCODE
this url to get the latitude and longitude from zipcode..but im getting wrong latitude and longitude values.Is there any other ...
0
votes
0answers
60 views
getting latitude and longitude of user and calculate distance from two different latitude and longitude values [duplicate]
I have a really long question and I'm hoping one or many people can help. I'm having trouble with a function that I found online which, given two latitude and longitude coordinates, will find the ...
0
votes
0answers
108 views
Is it possible to find out the latitude and longitude values using zip code in iphone?
In my application when user enters the zip code then i need to drop the pin using latitude and longitude values.Can any one help me how can i get the latitude and longitude values using zip code?
...
0
votes
3answers
131 views
Check if coordinate is within area
I got a real-estate facing problem.
I've got a real-world address that I'm converting to earth coordinates (such as "London Eye" to "-0.119543;51.503324").
I also got a perimeter or area within I'm ...
0
votes
1answer
102 views
Validate correct format for coordinate using REGEX
i've been trying to validate the correct format for coordinate. Currently i want to save the coordinate. But when the format is wrong, the markers wont appear on my map.
This is the some of my sample ...
0
votes
2answers
29 views
Is it possible to display the address location on pin with out tap on pin?
In my application i have one requirement.i have the latitude and longitude values on cell in table view. when user tap on cell then automatically display the info(location address ) on pin(which pin ...
0
votes
0answers
54 views
How to get Latitude and Longitude at nook color
I made a weather application and I want to work this application on nook tablets. I used Geocoder for latitude and longitude.
String address = "";
Geocoder geoCoder = new Geocoder(context, ...
1
vote
2answers
243 views
Calculate the distance from point A to line segment using Lat /Lon
SOLUTION FOUND thanks to jbx. Follow the link in his answer and go to the Cross Track portion.
I am working on an Android app that uses the GPS. I would like to know if there is a way I can throw out ...
0
votes
1answer
93 views
How to calculate a new lat long based on distance from a point
I'm trying to calculate a new lat long from a point based on a distance in metres from that point.
I've found a few posts on here and elsewhere that helped, but I'm still having a little trouble.
...
0
votes
1answer
120 views
How can I drop a multiple pins using different latitude and longitude values in iphone?
How can I drop multiple pins using different latitude and longitude values in iphone?
I have the 10 latitude and longitude values. So, by using those values I need to drop the 10 pins in map ...
1
vote
0answers
93 views
Posting Event to Page with Latitude and Longitude, and getting a Map Link inserted
My requirement is very simple, and I know that it has been raised before, with no real solution! I have an application that runs automatically every night, and posts several Events to a Facebook Page. ...
1
vote
1answer
158 views
Trying to draw a square around a latitude and longitude point
I am working on a C# script to do some mapping. I have one function I am working on where I am given a latitude and longitude, a distance, and an angle of rotation.
I then want to create a ...
0
votes
1answer
173 views
Get Bounding Box from a lat/lon polygon
i have a list of boundaries (polygons) and a list of ways all represented by latitudes and longitudes. i would like to find out if one way is inside a polygon.
i do this in perl but cant find anything ...
0
votes
1answer
79 views
Get first moving object towards fixed position (from latitude/longitude)
Got a big issue that I cant get it right in my head.
Tried to read lot's of articles on net, but just culdn't make all pieces together to one clear image what to do.
I have foloving data:
1) ...
0
votes
1answer
312 views
Converting GPS coordinates (latidude and longitude) to decimal
I am getting the latitude and longitude from GPS device. They look like 21081686N,079030977E
If I manually convert them to 21°08'16.86"N, 79°03'09.77"E and check on Google maps, the location is ...
0
votes
1answer
172 views
Having the latitude and longitude, plotting in 2d, can I use the 3d formula?
This equations takes in latitude and longitude and returns the y and x coordinates :
y = R * cos(latitude) * sin(longitude);
x = R * cos(latitude) * cos(longitude);
...
-1
votes
1answer
83 views
How could i obtain the Latitude and Longitude of Countries [closed]
How could I obtain the Latitude and Longitude of countries?
1
vote
2answers
363 views
PHP & MySQL Geographic Distance Calculation
I have a working PHP function that takes in latitude/longitude coordinates and a distance in miles, then tests row by row in a MySQL table of zip codes/lat-lon pairs (40,000+ rows) whether each zip ...
0
votes
3answers
163 views
Microsoft Access - SQL-generated field evaluated as Text instead of Single data type
I have a SQL statement (saved as "LocationSearch" in Access) that calculates distance between two points and returns the "Distance" as a generated field.
SELECT ...
0
votes
1answer
57 views
how to get status element from geocode url
i want to get the value of the status element from geocode url.
{
"results": [
{
"address_components": [
{
"long_name": "India",
...
-1
votes
1answer
436 views
Google Map longitude and latitude from particular place
I have a Android GPS enabled mobile.
It gives me, my current place location on map with Latitude, Longitude.
Now I want something like that when I show places on Google map.
How can I find that ...
0
votes
1answer
89 views
how to make a Hovmuller plot in Matlab?
I have 12 matrices containing numbers from 0 to 99. Each matrix is 1446x1124 double and correspond to a month. I have also latitude and longitude matrices each one is also 1446x1124. I would like to ...
0
votes
1answer
205 views
Javascript : find a city using latitude/longitude?
I have a XML file containing meteorological measures with their latitudes and longitudes.
I want to find the city corresponding to a given latitude and longitude with Javascript. How should I do ?
...
2
votes
2answers
129 views
Android: Detect Country Using KML File and Geolocation
I have a KML file that lists coordinates on a polygon for every country. I have a latitude and longitude pair and I would like to check in which country this location lies in. I want to do this in the ...




