The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
23 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
11 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
79 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
144 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
31 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
283 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
31 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
43 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
105 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
98 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
208 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
83 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
67 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
160 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
495 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
259 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
222 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
138 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
46 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
88 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
107 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
572 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
102 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
129 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
82 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
206 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
104 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
93 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
72 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
103 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
131 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
110 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
115 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
232 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
112 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
620 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
176 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
208 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
435 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
58 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
151 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 ...
0
votes
2answers
296 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
60 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
511 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
465 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
436 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 ...
1
vote
1answer
274 views

Android force close with NullPointerException in GoogleMap app

in this activity i take the latitude and longitude from table mission in my database then i put them into the map with a marker image : i have a force close with null pointer exception in log cat ... ...
0
votes
1answer
333 views

Converting a string to an int for an Android Geopoint

I'm getting latitude and longitude as strings from a Google Places URL. Now I'd like to place a pin on a map using the obtained coordinates. Something is goofy because I'm trying to parse the strings ...

1 2