The geopoints tag has no wiki summary.
1
vote
1answer
25 views
Comparing distances between geopoints fast
I have a (very long) list of points that I display in a map. I need to calculate the distance from each one to a user-inputted point, and sort the list from the nearest to the farthest.
Right now I'm ...
0
votes
1answer
32 views
Knockout observable array sort by geo location.
I am attempting to sort a knockout observable array using geo-points according to proximity to the users location. I have a function that loops through all the stores in my array and finds the ...
1
vote
1answer
69 views
Measure distance walked with GeoPoint and displaying distance to user
In my app I am trying to make it possible to calculate the distance a person walks. To do this I have created a LocationHelper class that should get me the current GeoPoint every 30 seconds or 10 ...
0
votes
0answers
12 views
Detecting turns in geopoint list
I am developing an android maps+navigation app. I have drawn a route on map using the list of geopoints, now i have to provide user with navigation i.e. detect turns with 90 or larger angle. Kindly ...
1
vote
1answer
148 views
Android Maps API version 1 to version 2 migrations
Background:
I've inherited someone else's problem and am trying to get an app up and running. Multiple developers have ditched the project and now its my turn. I'm an iOS developer by trade but I ...
0
votes
3answers
181 views
Data in the database is not fetched from MySQL in PHP code
I have implemented my database and then I am retrieving data from database via PHP.
In my code I am supposed to filter data by name and if the name exists, I want to print the data. Although the ...
0
votes
0answers
35 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.
...
1
vote
1answer
308 views
How to find heading angle between two points on Earth - straight through the Earth just as if they were two points in Empty space?
I would like to get the formula on how to calculate the Euclidian distance between two geographical co-ordinates on earth and heading angle relative to True North. Say from New York to New Dehli , I ...
0
votes
1answer
35 views
SQL, Select by geoposition on an area
I'm trying to make a query that select users located on an area.
I've this table:
Users (user_id, username, user_latitude, user_longitude)
I have an area defined by 2 points:
North West (lat, ...
0
votes
0answers
47 views
SQLSTATE[42000] on the Haversine formula in PHP/MySQL and CakePHP
I am just testing the Haversine formula taking from Google Developers: https://developers.google.com/maps/articles/phpsqlsearch_v3#findnearsql
I've put the snippet into my code and it gives me a SQL ...
1
vote
4answers
115 views
How to find the distance between geopoints?
Good afternoon. I have the following code
ParseQuery query = new ParseQuery("MyOb");
query.findInBackground(new FindCallback() {
public void done(List<ParseObject> myOb, ...
0
votes
2answers
108 views
GeoPoint and current Location
how I can get current GeoPoint from my location.
I am on :
Longitude: 21.760029
Latitude: 54.035795
But when I use getLatitude(), I have 54.0
but I want 54.035795.
Please help.
-4
votes
1answer
261 views
Geo-camera in android [closed]
i want to plot the geo point on camera view shown in image below.!
here is display the geo point which are in same direction. It is such like a augmented reality, if i move the camera right or left ...
0
votes
0answers
95 views
Overlay is added below the tap point because mapView is not fullscreen
Simply adding one overlay on map. From other questions i have come to know that problem is due to layout i.e not showing mapView in full screen, but no solution is general and so not working in my ...
0
votes
0answers
76 views
Android binary file vs sqLite
I'm writing an android application when I have a big binary file (40 MB), filled with GeoPoints.
I use this file with RandomAccessFile manager many times for getting a point and its neighbors, but its ...
0
votes
1answer
174 views
Draw multiple lines on touch in map in android? [closed]
I am drawing line on touching one lat-long to second lat-long but how can i draw again when i touch third, fourth and so on in android? I am new to android.My code is.
public class rescue extends ...
0
votes
4answers
554 views
Getting the latitude and longitude of an EditText location Android
Ok, so what I'm trying to do is have an EditText box in which the user can enter a street name. My application will then get the lat/long of that street and place a marker at that geopoint location on ...
0
votes
1answer
276 views
Add geopoint manually in a map and get its latitude and longitude
Im triying to add a geopoint of a position in a mapview. I would like to move the mapview until I want and get the center as a location(longitude and latitude) and with this position and my current ...
0
votes
1answer
250 views
Android: Calculate distance to another pinpoint
I have created a method to calculate the distance from my currentposition to my hardcoded position. But it does not work. The calculator are not showing the distance. What is wrong here?
public void ...
1
vote
2answers
146 views
Drawing icon on map where it is touched
I am trying to draw some icon on the map as long as it is touched. I think I am almost there.
Here is the code.
package com.example.googledemo4;
import java.util.List;
import ...
0
votes
0answers
49 views
some example to get the route between two GeoPoint with json or xml?
I have looked in many places but can not find how to do find the path between two GeoPoint using xml or json by coordinates.
If someone can attach some sample code or some link that would serve me ...
0
votes
1answer
90 views
Zend Framework 2 - Doctrine 2 - How to use GeoPointFields
I need to implement a GeoPointField with Doctrine2.
It seems that Zend and Doctrine don't support it natively...
Is there a best practice for validating such an input? In the database I'd use a ...
0
votes
1answer
113 views
Android: How to display the route between two GeoPoint?
Using the example of the next page and it works perfect.
http://csie-tw.blogspot.com/2009/06/android-driving-direction-route-path.html
But when I change the coordinates to my country (Chile), I can ...
6
votes
5answers
711 views
Android My Location-Fix
When my map activity is called I make a call in the onCreate to addUserMapPoint. This function contains two instances where I try to get the location information using myOverlay.getMyLocation. On ...
0
votes
1answer
109 views
Longpress on mapview returns GeoPoint that is below the area that is actually longpressed
It seems that longpress on google mapview returns a GeoPoint below the area that is actually longpressed.
If for example I pressed on (x,y):
Geopoint ...
1
vote
0answers
137 views
Using Android maps.jar GeoPoint on JBoss 7: java.lang.RuntimeException: stub
I'm new about posting answers on stackoverflow. I hope you can help me.
I'm developing an Android app using Google Maps.
It calls a JBOSS 7 server via HTTP REST, this server calls another server via ...
0
votes
0answers
86 views
how to read images from folder not url help me so show in mapview ballon
This is my full code which read image from url and show in mapview balloon how do i read images from assets folder? I try many thing no one helping me so tell me how do i modify this code to read ...
1
vote
0answers
217 views
Google maps gps tracking app
I have been trying to get this app to draw a line connecting an array of geoPoints which are collected from the users current locations. I have got stuck when trying to populate the array so that they ...
0
votes
0answers
111 views
google maps Location distanceTo
I draw with my finger on google maps some lines.. and these lines consists of GeoPoints which i get like this:
mapView.getProjection().fromPixels((int)motionEvent.getX(),(int)motionEvent.getY())
So ...
-4
votes
1answer
100 views
Android: How to get x and y points of a specific item clicked on GridView [closed]
i have a gridView. i want to display the x and y points of a specific item when an item is clicked. tnx.
0
votes
1answer
76 views
count geopoint frequency
I do this on Android with Google Maps.
I have an arraylist of GeoPoint's.
GeoPoint API is here.
List<GeoPoint> geoPoints;
Now I want to check the frequency of each GeoPoint.
If there is some ...
1
vote
2answers
106 views
Can't animate to a valid geopoint on button click
One part of the application I am making requires google map. I want the user to be able to type into edittext some search string and then press a search button and the map will animate to the first ...
0
votes
1answer
139 views
android losing precision of the lon and lat from location object
I've an app that gets the current user's location from a location service. When i get the lon and lat from the location object, they are as follows
lat = 53.653770446777344
lon = -1.520833969116211
...
0
votes
1answer
31 views
error when trying to load csvToGeoPoints
I need to collect gps point from a csv and create a list of geopoints so I'll be able to add them as overlays on my map. So I've come up with this piece of code that collects all the relevant points ...
0
votes
1answer
123 views
How to know which of the geopoints is closest to my actual current location?
Hope someone could shed some light on my problem.
I have 9 sets of geopoints data. Is there a way to decide/select which is the closest geopoint to my current GPS location(p1 to p9)?
public class ...
0
votes
1answer
125 views
Set point on map from Exif data? [closed]
I am using the google maps api, and would like to mark location on a map based on image received from pictures taken with Exif data. Would does anyone have an example on how to do this?
@Override
...
1
vote
3answers
249 views
Location and GeoPoint distanceTo()
I have location of user(class Location). And list of GeoPoints. Is it some function to calculate distance? Or write own function it is the only solution?
3
votes
2answers
113 views
animate an icon that is moving through GeoPoints
i am developing an android application which is based on mapview. (a live real time bus timing application).
im using the "overlay" class for this purpose (inserting the icons etc').
i am recieving ...
2
votes
1answer
648 views
Drawing a line between 2 points using Google Maps
My problem is that I want to create a method that when I invoke it giving it two GeoPoint's I want it to draw a line between the two points and I haven't been able to do this.
Thanks in advance.
...
1
vote
1answer
186 views
Android MapView not centering on point
I have got a mapview, but once I added a for loop I cannot seem to be able to center on the geopoint :(. Any Ideas?
CODE
public class MainActivity extends MapActivity
{
public GeoPoint point;
...
0
votes
1answer
209 views
android geopoint app with remote sqlite
This is my code (bellow),
how to remove geopoints form code, and read it from sqlite from server? i have more than 1000 geopoints so my code is too long.
I have created datebase allready, but dont ...
0
votes
1answer
444 views
adding Geopoints to ItemizedOverlay array failed
I've been trying to add my GeoPoints to the itemizedOverlay Array in order to draw the points on the map. Unfortunately, the app crashing at this point.
My Code:
package com.example.phooogle;
...
1
vote
0answers
59 views
ItemizedOverlay in MapView strange behaviour
I have a problem with java/android, sure it's my guilt, but I don't see the mistake.
I'm writting a program that it saves places with a little description. ( Places that you visited, for example )
In ...
0
votes
2answers
159 views
Fatal Error when I try to launch my custom MapActivity
This in a bit complex issue so read carefully.
I have tried to realize a map that
-shows my current position,
-when I click on a point in the map, the app should place a custom geoPoint getting ...
1
vote
0answers
105 views
How to get latitude and longitude with a custom GeoPointer
I have a GPS map and want to use a custom geopoint (using a my PNG) that when I click on a place in the map returns latitude and longitude.
Searching I have found this code
public void ...
1
vote
2answers
331 views
Android google maps show geo points which are closest to current location
Is there any way If I have like 100 geo points added in my MapActivity and I want to show only these which are like 1000m away from my current location. The other ones should not be visible on the ...
1
vote
0answers
61 views
Show places on map upon selecting context menu options
I'm making a simple app using google maps, I have a context menu in the middle of the map and I want to show places, upon selecting one of the context menu options (the menu items have listeners which ...
0
votes
0answers
515 views
Get geopoints of displayed screen of mapview, android
I need to get geopoint of displayed screen, when the mapview loads.
And I want to get the geopoints of topLeft corner of displayed screen and bottomRight (latitude and longitude) but i still get the ...
1
vote
1answer
515 views
Google Maps API - Geometry Encoding - TypeError: a.lat is not a function
I have a list of GeoPoints in an array with looks like this:
var coordinates = [[50.7, 6.7], [49.5, 7.0], ...]
When I try to use encodePath for minifying the code as explained here, I get the ...
1
vote
3answers
474 views
Google Maps - How do I efficiently create a polygon with many points?
I need a polygon for every German state. I go all the GeoPoints in one JavaScript-file but the file is because of the amout of points about 4MB. I've been googling and thinking about this problem all ...




