Skip to main content
13 events
when toggle format what by license comment
May 23, 2017 at 10:27 history edited URL Rewriter Bot
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Dec 4, 2012 at 10:08 comment added HaTeRs This is how i convert it in Java.
Dec 4, 2012 at 10:05 comment added HaTeRs var point = new GLatLng(parseFloat(y),parseFloat(x),true); is the same with this? "GeoPoint onePoint = new GeoPoint((int)(float)(newLat),(int)(float)(newLong));" in the pagesource?
Dec 3, 2012 at 10:20 comment added Barkausen Right click -> page source -> take a look at "getCirclePoints" (around row 90)
Dec 3, 2012 at 9:15 comment added HaTeRs Is this possible in android google maps?. . maps.forum.nu/gm_driving_radius.html
Nov 26, 2012 at 8:11 comment added Barkausen Help you on wich part? You already have the code to decode data from google maps, you only have to find a float between Xa-Xb and Ya-Yb and put it in the request O.o
Nov 23, 2012 at 14:36 comment added HaTeRs can you give me some codes that can help me on this?..thank you so much.. i didnt get your instructions, because im a beginner on android google maps. :)
Nov 21, 2012 at 15:02 comment added HaTeRs do you have an idea about this?. this is my other post.. stackoverflow.com/questions/13494424/…
Nov 21, 2012 at 14:53 comment added HaTeRs Thank you so much for your answer barkausen.. it gives me a lot of idea..:)
Nov 21, 2012 at 14:32 history edited Barkausen CC BY-SA 3.0
Updated after code has been posted + responding to a comment
Nov 21, 2012 at 14:24 history edited Barkausen CC BY-SA 3.0
Updated after code has been posted
Nov 21, 2012 at 13:54 comment added HaTeRs in my case i get start point through GPS, and my destination is when i tapped on the map. and there is a dialog box that appear asking to generate a route/path.. but if i have to generate another route/path, how can i achieve that by clicking another button?..thank you so much.
Nov 21, 2012 at 13:47 history answered Barkausen CC BY-SA 3.0