Motorola Droid :: Overlay A Route In Google Maps?
Feb 5, 2010
I am looking for a way to overlay a route in google maps.
What I want is to take this map Greenways Oak Ridge Google map and get it to my google My Maps. Then I can pull it up in Maps and use my location to see where I am in relation to where I need to be in case I want to take a different route to need to shorted the ride due to darkness.
Most rides I do I can find these maps but cant do anything with them.
View 13 Replies
Feb 26, 2010
Looking through the searches I can't seem to find anyone who has asked this question before and maybe this is being addressed with the 2.1 update. When I'm in the Google Maps application and I've entered my start and end point the route it give me is on a toll road or a highway I know to be very slow because of traffic. I know that when I'm using my computer for directions I can drag the line to add a via point / alternate route. Is there a way to do this in the current Google Maps on the HTC Droid Eris?
View 3 Replies
View Related
Mar 8, 2010
I was playing with Google Maps after the 2.1 update and on one occasion for a trip a screen came up that listed (3) different routes with the total miles and time for each route. One was for I295, one for I95, and one was for US202. Since then I can't seem to replicate that screen. Any answers? Suggestions? UPDATE: Found the answer. After selecting Navigate for a route, click Menu and a screen will come up with (3) symbols on the bottom. Left most one is the Symbol for Navigate, the symbol with a couple of arrows is the one to PRESS. This will give alternate route info that you can select. UPDATE AGAIN When I tried again, the option I mentioned above was grayed out and no longer works. I'm not sure what is going on.
View 7 Replies
View Related
Jan 9, 2009
Is there anyway to store a route or track using the google maps on the g1. I have a garmin that when on automatically stores your route and it can be saved and uploaded to the computer. It seems logical that this would be available on the g1, as it has all the capabilities already available, ie gps and maps. I can't find any mention of it or a way of doing this with existing software. It seems this would make for a very powerful tool if enabled. What about being able to sync routes and tracks with google earth? I have seen the new application "my maps editor" , but it only enables you to manually place lines or shapes.
View 5 Replies
View Related
Jul 11, 2010
Been searching for the life of me for an app (or some way in Google Maps) to go to a spot on the map and draw a line down the street along a certain route and store the run to My Maps. Am I missing something?
View 2 Replies
View Related
Aug 7, 2010
Is it possible to move routes/directions from Google maps on your PC web browser to maps and navigation on your phone?
I have worked out how to export kml files from Google Maps on the PC.
It would have been nice to be able to save routes in My Maps (maybe you can, but I don't see how).
Also, is it possible to build a route with multiple destinations in Google Maps/Navigation on the phone?
View 20 Replies
View Related
Jun 15, 2009
I would like to put a bunch of dots on a google map, and have the appropriate listener called when one of them gets clicked.All i seem to be able to find is to get the location at which the click occurred, and then iterate through the dots until I find one that I think matches. Is there no listener for an arbitrary shape, like a drawable? I feel like this might be a Java question more so than android, but hopefully someone can still answer it.
View 3 Replies
View Related
Jul 20, 2010
I can draw overlay items onto google maps just fine, an image that looks like:
_____
| |
______
/
Where the "/" part is the "pin" that marks the lat/lon on the map and a picture in the middle of it. My question is, is there any way to expand this when the user clicks on it? I'll of course have to change this to some kind of dialog or layout and change it when it gets clicked.
I want to have it smaller like that with just an image when not clicked on, but when it is clicked on it expands over like a second to:
--------------------------------------
| <image> <buttons> |
| <buttons> |
| <some info here> |
| |
--------------------------------------
/
Is this possible?
View 2 Replies
View Related
Aug 1, 2010
I wonder, how can I draw a nice flight route between 2 points on a google map's MapView? look at this: http://maps.forum.nu/gm_flight_path.html
View 6 Replies
View Related
Aug 16, 2010
Before I updated to android 2.2 and updated to latest Googlemaps the navigation was perfect. It calculated the route in seconds and was a joy to use. Since the updates, it is taking ages to calculate route, so long in fact that I exit the programme and start again, and then I just give up and dig out my atlas.
View 2 Replies
View Related
Nov 4, 2010
I've been stuck for ages now trying to implement threading or background image loading for a custom tile overlay class I've been working on. I'm pretty useless when it comes to Java so threading isn't something I've had any experience with. Basically I have extended an ItemizedOverlay and in the draw() method calculate the tiles I need to display over the standard google tiles then fetch those images with a URLConnection and using BitmapFactory decode them and draw them to the canvas at the correct position on the screen so that the images are on top of the google tiles with about 50% opacity (the custom tiles are cellphone network coverage png's which are used for our web app). I initially got this all working with the tiles loading in the correct places but hit issues with memory and "freezing" while panning so implemented some basic caching and memory management to only store the tiles that are displayed on the map in memory and when downloading a tile store it to SD card.
Then I figured the freezing while panning is due to the blocking nature of downloading the images so, have been trying to implement threading. I created a class that extends AsyncTask to download the images in the background and store them to SD, in the onPostExecute method I then try to draw all the tiles. But onPostExecute never seems to fire, now I know that the AsyncTask has to be called in the main ui thread so tried to debug the execution with Thread.currentThread().getId() calls through out the code. The thread Ids through out is 1 and then 10 for the doInBackground method for the AsyncTask. Now I'm not sure if 1 is the main UI thread or not. In the extended MapActivity class I have, the onCreate method's Thread.currentThread().getId() returns 1 but I'm not sure if the MapActivity class is executed in the main ui thread? Here Romain Guy mentions that the onPostExecute method should have @Override but when I do that eclipse flags it as an error
"The method onPostExecute(Boolean...) of type TileCache.ImageLoadTask must override or implement a supertype method"
So I guess something is wrong there but the only fix eclipse offers is to remove the @Override
So I guess with out post all my source code, the question's I have are:
Is the MapActivity onCreate method called in the main ui thread?
What does the @Override error mean? or why does it show that error
Does anyone have an example of a custom tile overlay implementation with background image loading and tile caching?
View 1 Replies
View Related
Jan 19, 2010
Trying to make an google maps overlay in an android program. Inside of my overlay's draw method, I have two ways of adding a pin. One of them works, and one does not. Unfortunately, the one that does not work is also the only one that has the ability to add a shadow!
CODE:...........................
View 2 Replies
View Related
Sep 18, 2010
Frustrating - but apparently the capability is I can customize a route online with Google Maps, save it to my maps and send it to the phone but it sends the static map.Ridiculously, all this power and I can't take those directions from the PC and turn them into turn by turn directions on the phone.
View 3 Replies
View Related
Apr 1, 2010
i want to just find a shortest path between the location on map. we have to pass the location's geopoint then click the button to get direction. it will show the shortest path like a blue line. how to do this? i search about this. many of them import a package com.google.googlenav.*;. where i have to get this? Any Idea?
View 2 Replies
View Related
Oct 19, 2010
I'm running Cyanogenmod 6. I just noticed that I can't find Google voice or Google maps in the market. I do have the apps installed, but can't see them int he market to get updates. I tried out LFY1.7 and Ultimate Droid 1.0.0, and see the same issue.
View 5 Replies
View Related
Jun 11, 2010
I am trying to overlay route data in KML files on a MapView.
The following code works great:
CODE:................
The only problem I have with this is that I don't need to re download these KML files every time. I have about 10-15 KML files that will rarely change. Also since it has to connect, download, and parse these each time there is a delay in opening the maps.
It would make a lot more since for me to save these as a local resource and have the URI reference it there. Is there a way to construct a URI using the geo: scheme and have it point towards a local resource?
It looks like file:///sdcard support was included in 2.1. The only reference I could find to it was at the end of this bug report thread. I am currently at work and don't have time to play with this yet but I would like to figure it out later. I feel like there are a lot of people on stackoverflow and elsewhere who would really appreciate a reasonable way to do this.
View 1 Replies
View Related
May 29, 2013
I'm planning my first big project and I'm wondering if there is an API function or plugin somewhere that would allow users to plot a route on a map without using addresses.
I mean them choosing a route on specific roads or portions of roads, like dragging points in Google Maps, or tracing a few roads on the map and creating a route.
View 1 Replies
View Related
Jun 10, 2010
A co-worker has an iphone app that allows him to draw a line and it only shows the results for his search within a specified distance of the drawn line as opposed to in a radius from where you are as is default in google. Thus not giving you results that are behind you and don't really help. He said it is called Y! Sketch. I couldn't find that specific app in the Android market. Is this because I'm a search noob and just missed it? If that specific app is not made for Android, is there another similar app?
View 1 Replies
View Related
Dec 31, 2009
I am amazed to see the size of the google OS community. it is quite mind blowing to see the many passionate people here and at other sites. now to my question:
I have noticed everyone here in the states have voice turning gps. I have the motorola android phone but I do not have the navigation? why is this? how may i acquire this software? i am willing to pay what ever cost.
View 5 Replies
View Related
Oct 29, 2010
Does the dx have Google maps and navigation pre loaded or do you have to get from the market. Or do you have to use vz navigater.
View 5 Replies
View Related
Feb 12, 2010
I used the Droid/Google GPS over Christmas to get from Tx to Fla... smooth as butter. Satellite view of the route was amazing.Since then I've rooted with SMUpdater and installed the newest Google Maps, as well as SetCPU, running at 800,000.I used the GPS yesterday and though it worked great, it was a bit laggy, took a while to fill in with satellite view from time to time, especially if I tried to zoom in at any point.Is the rendering of the map reliant more upon the speed of the processor or upon the speed of the internet -- and could any of the updates or mods affected this/
View 5 Replies
View Related
Jun 30, 2010
My maps and nav were working fine last night, but today for somereason it gets stuck on "getting directions" and wont load upthe maps... I've tried uninstallng but no luck.. I'm running BB v0.2.1...
View 19 Replies
View Related
Nov 24, 2009
3.2.1 in the Market. And my phone says it is running 3.2.0. Anyone tried this? If this is old news than i am sorry that I have been actually working today.
View 21 Replies
View Related
Mar 19, 2010
I was planning on just updating google maps from the market after i got the 2.1 update, but since that isn't coming should i just update google maps now?what will happen to the 'live wallpaper' and whatever- will it just not be there and then show up when 2.1 comes out?
View 21 Replies
View Related
Oct 29, 2010
In system settings, I have Use GPS satellites unchecked but Enable assisted gps checked.Now on my old blackberry, if I didn't have gps turned on, it would still find my approximate location to about a mile using cellular networks. On google maps on the Droid X, google maps doesn't find me at all and simply gives this error"Please enable a my location source in system settings".I don't want to enable full GPS for simple things like finding a local restaurant as approximate location would be fine with this
View 1 Replies
View Related
Aug 11, 2010
I got an update notification and it downloads but will not install.Any ideas.
View 40 Replies
View Related
Mar 22, 2010
I used root explorer to delete every trace of google maps on my sd card and on the droid. and when i go to market to download it, it says installation error, incompatible update. how can that be, when i don't have maps installed on my phone yet?
View 3 Replies
View Related
Mar 3, 2010
i'm 99% sure google maps on droid won't work in other countries, but just wanted to check.
View 8 Replies
View Related
Jul 18, 2010
Can I use Google Maps to follow me on my daily walk/run and report back the distance I covered, draw my route on the map etc. ?
View 4 Replies
View Related
May 22, 2010
Every where I go with the navigation on my droid it is off by a block. The street view is real obvious of that. Anyone else have that problem?
View 11 Replies
View Related