Android :: Launching Google Navigation Without Destination?

Sep 12, 2010

I tried since many hours to launch navigation from my app. I want navigation without destination. I tried with:
Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q="));
startActivity(i);

That launches navigation but with destination not found. I tried too to launch:
processName, packageName with startIntent with com.google.android.apps.maps,
com.google.android.apps.maps:driveabout and
**com.google.android.maps.driveabout.app.DestinationActivity
with no success too :/

Android :: Launching Google Navigation Without Destination?


Motorola Droid :: Google Navigation Showing Navigation W/o Destination

Nov 3, 2009

Can anyone confirm if Google Navigation can be used to just show your progress/location on a road while driving, without having to have an actual destination input?I know this was shown on a few of Rob's videos as not being possible, but just wanted to confirm if anyone had any further info on it.

View 30 Replies View Related

HTC Wildfire :: Cant Get Destination Cleared On Google Navigation

Aug 25, 2010

cant get destination cleared on google navigation[please help

View 3 Replies View Related

Android :: Documentation On Launching / Controlling Google Navigation App Via Intents?

Dec 11, 2009

I realize this might not be the proper place to post this since it's not Android specific, but rather its about integrating with a google app.

I've been trying to find some documentation on launching / controlling the Google Navigation app via Intents or otherwise. I was hoping to find an intent to launch the navigation app with address parameters setup and start navigation immediately.

Can't find anything out there, so I'm still not even sure if it can be done.

View 8 Replies View Related

General :: Can't Select Destination In Navigation Map

Feb 15, 2013

When I launch Navigation, I'm given four methods of choosing a location: "Speak Destination", "Type Destination", "Go home", and "Map". Clicking on "Map" brings me to a map view (cool)... which doesn't actually let me select a destination (WTF). Is this bug present only in Jelly Bean? I can't believe it wouldn't have been caught earlier otherwise.

Oh, launching Maps and long-pressing on a point allows me to select it and set it as a destination for Navigation. Ironic that this functionality is missing from Navigation itself.

Is there a fix for this, or is Maps the only way to select a destination by clicking on a map?

View 1 Replies View Related

Motorola Droid X :: Google Navigator And Another Application - Destination Info Gone?

Sep 7, 2010

Am I doing something wrong? If I am using Google Maps/Navigator - happily following along as my car wends it's way down the street and I have to exit to say, answer a phone call, look at another app. when I go back into Navigator my destination info is gone. I have to re-enter my destination.

View 8 Replies View Related

Android :: Launching Google Map Application - Unable To Get URL

May 4, 2010

I am launching Google map application from my application, using
Uri.parse("geo:" + "13.042206" + "," + "80.17000?z=10");
and its working fine. But I want to show direction between two latitudes and longitudes, for that I tried using this uri,
Uri.parse("geo:" + "13.042206" + "," + "80.17000" + "geo:" + "9.580000" + "," + "78.100000?z=10");
But I am getting a Toast telling "Unable to load the url".

View 5 Replies View Related

Android :: Launching Google Maps With More Parameters

Aug 20, 2010

I have read a lot of stuff about launching Google Maps in Android. That's pretty easy:
Uri uri = Uri.parse("geo:38.899533,-77.036476");
Intent it = new Intent(Intent.ACTION_VIEW, uri);
startActivity(it);

The problem is that the map is shown at a high zoom level and there is no marker on the map. So, if the user move a little bit or something happen, the point is lost. Is that possible to add a marker like this:

http://img.skitch.com/20100820-da3n4r7h5xbsu6bsx4p4ujjghc.jpg
or like this:
http://img.skitch.com/20100820-qg7k2m5wtwm3j5phphrgc8tb53.jpg

So I can be sure that even if the user move the map, he will be able to find this place again.

View 1 Replies View Related

Android :: Launching Google Maps And Navigator From Application

Aug 18, 2010

I have an android application which allows the user to open up google maps or navigator to show a certain address. This functionality was working in the past, but now I get the following error and the app crashes:
ERROR/AndroidRuntime(2165):
android.content.ActivityNotFoundException:
No Activity found to handle Intent { act=android.intent.action.VIEW
dat=google.navigation:q=MCNAMARA+TERMINAL+ROMULUS+MI+48174 }

The two intents I'm using are-

1) For Map:
String uri = "geo:0,0?q=MCNAMARA+TERMINAL+ROMULUS+MI+48174";
Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri));
startActivity(i);

2) For Navigator:
String uri = "google.navigation:q=MCNAMARA+TERMINAL+ROMULUS+MI+48174";
Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri));
startActivity(i);

View 1 Replies View Related

Android :: Launching Google Maps Directions Via Intent

Apr 18, 2010

My app needs to show Google Maps directions from A to B, but I don't want to put the Google Maps into my application - instead, I want to launch it using an Intent. Is this possible? If yes, how?

View 2 Replies View Related

Android :: What's Difference Between Google Navigator And Google Navigation?

Aug 3, 2010

A client of mine also has an Eris and I was helping her get her navigation system set up and teach her how to use it. I wanted to put the google navigator icon (the blue arrow) on her home screen but could not find it anywhere in her apps. I did find the google navigation (map icon) app and set that up for her. So, my questions are: What is the difference between the two? How come I couldn't find the navigator app on her phone (on mine, it's under "programs")?

View 5 Replies View Related

Android :: Launching Google Finance And Display Graph On A Particular Stock

Mar 6, 2010

I would like to do two things within my Android app: Check if the Google Finance app is installed on the device. Should be pretty straight forward, isn't it ? If yes, launch an intent to Open up Google Finance, displaying a graph on a particular Stock. So I also need to pass the stock ticker to Google Finance in some way... but is this even possible? Any other alternative I could use to display Stock Charts (let's say a 5 days intraday chart) on any stock?

View 2 Replies View Related

HTC Incredible :: How To Stop Google Maps From Launching Itself?

Jul 21, 2010

My incredible keeps launching google maps on it's own. I will kill it will ATK and it will stay killed for a while but sometime between 15min to 45 min later it will have launched itself again. Has anyone found a way to stop this?

View 4 Replies View Related

Android :: Using Google Maps Navigation

Oct 4, 2010

I'm trying to use Google Maps Navigation from within my application. I've found on the net it can be done with this intent : Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("geo:"+lat +","+lng)); where lat and lng are the latitude and longitude. Unfortunately, I get a SecurityException :'(. Can someone tell me which permission I should ask ?

View 3 Replies View Related

Android :: GPS Navigation Without Google Maps

Nov 1, 2009

I'd like to show you off-road GPS navigator utility, created for active people. I like no-map Garmin GPS handy navigators, so I created software, that has most functions of such navigator. TripComputer records tracks of your trips and stores your interesting waypoints. You can view them on map view, see stats like distances, speed, time, altitute graph, bearing, azimuth, and many more. Also, if you have internet connection, you can send your selected waypoints and find waypoints sent by others,to use in you own trips.

At this time, TripComputer does not use maps - because in off-road areas, maps are useless. However, topo maps will be supported in future versions. Also, I'm working on GPX files and some geocaching support.

View 23 Replies View Related

Android :: Google Navigation - Shortcut

Oct 8, 2010

Is there any way to put a shortcut on your homescreen that would open Google Nav with directions to that point?

IE putting an icon on the home screen that says "Home", tap on it, and Google Nav opens up with directions to your home that you've previously programed.

Using Fascinate if it matters

View 6 Replies View Related

Android :: Google Navigation Route

Sep 24, 2010

I made the switch to Google Navigation after using Sprint's Navigation application for a few years on my previous BlackBerry and love it! It's my primary GPS application. So, here's my query. While I was tinkering with it today, I noticed the option to choose an alternate route. We are going to be driving to LA a little later this evening and the default route Google Navigation chose was longer in both time and distance compared to one of the alternate routes (total of three routes). The default route gave said it is 332 miles and 6hr/9min. When I pulled up alternate routes, the second option was 325 miles and 5hr/49min. The third route was over 7 hours long. Do you guys know what methodology Google Navigation uses to pick the default route? Why the longer route?

View 17 Replies View Related

Android :: Volume Control In Google Navigation?

Jul 2, 2010

I can't seem to find the volume control for Google Navigation. It seems that I can only have either mute or full volume which doesn't help if I playing music in the background. Am I missing something or is there no way to adjust the volume in Navigation? Thanks.

View 7 Replies View Related

Android :: Change Voice On Google Navigation?

May 25, 2010

Just wondering if there are any apps on the market that I can get to change the default voice because this womans voice drives me and others mad. I havnt found anything on the market myself yet but would be grateful if anybody knew of an app that will allow me to change the default text to speech voice to a better voice like a normal sat nav.

View 7 Replies View Related

Android :: Sprint Navigation Vs Google Maps

Nov 4, 2009

Which one do you like better? I used GM the other day and got lost. then tried SN to get back on track. Any real world usage? Opinions?

View 17 Replies View Related

Android :: Can't Get The Navigation To Work On Google Maps

Nov 29, 2010

I've just had a HTC Wildfire, I can't get the navigation to work on google maps. When I open google maps, there is only a zoom in and out button. Does anyone know if it works on this version of phone.

View 1 Replies View Related

Android :: Google Navigation Needs Downloadable Maps?

Apr 28, 2010

Suprised that this has not been mentioned already, but in the timesonline article re the release of the GMN they mentioned downloading the maps to your SD card. Quote: The system?s main weakness, he acknowledged, is that motorists using their Google Maps satnav in Europe will be forced to pay data roaming charges. He suggested that users on holiday download a route using wireless broadband internet before setting out, and then tourn off data roaming to avoid racking up a huge bill.

So my question is can you?if yes how, if not when can you? or is it always going to require your data signal and download as you use? Also noticed someone mention that they did not like the voice for the sat nav only for some smart arse to simply reply, change it. I have a had a look and cant see how you can, so maybe said smart arse can enlighten us all

View 10 Replies View Related

Android :: Download Google Navigation Full Map?

Sep 30, 2010

Does anyone know can you download Maps into Google Nav? The reason I ask is that if you take a wrong turn it takes for ever to download the new route. Does anyone know a way around this or if you can download a full map?

View 2 Replies View Related

Android :: Google Navigation And Bluetooth Error

Jul 18, 2010

My google navigation will "skip" when I use it with my car stereo's bluetooth. The first second of every turn-by-turn direction, is missing. Any ideas on with the problem might be? I have an HTC EVO and my car stereo is the Dual XHD7714. When I use Pandora with bluetooth, everything is perfect, no skipping; even google navigation works great too when it is running with Pandora. However, when i run google navigation by itself with bluetooth, the first second is missing. Thank you in advanced and sorry if this question has already been answered. I tried to search for it but could not find any mention of it.

View 1 Replies View Related

Android :: Google Navigation Screen Timeout

Oct 21, 2010

I was using Google Navigation this morning to direct me to somewhere and the screen kept timing out and locking. This was happening every 10 minutes or so.

Surley this is not meant to happen on a NAVIGATION application where you would expect the screen to stay active all the time! how can i prevent this from happening?

View 2 Replies View Related

Android :: Speed Camera Application And Google Navigation

Sep 20, 2010

I use google navigation which I think is a brilliant navigation system seeing as it's completely free! The only downside is that it doesn't pick-up speed cameras. Does anyone know of any good speed camera apps that can run in the background or in conjunction with google navigation?

View 1 Replies View Related

Android :: Beta Version Of Google Maps Navigation

Dec 8, 2009

I am looking for a link to download the beta version of Google Maps Navigation and I can not find it at all. I have a Hero and really want this.

View 3 Replies View Related

Android :: Google Maps / Navigation - Stuck On Location

Jul 1, 2010

Anyone having issues with Google Maps? Stuck on looking for the location.

View 5 Replies View Related

Android :: Way On Google Navigation To Get View Down To Street Level

Aug 2, 2010

Is there a way on Google Navigation you can get the view down to street level - like the kind you get on a Tom Tom? You know, the arrow very close to the screen & it shows you turn by turn?

View 1 Replies View Related

Android :: Minimum Version For Google Maps Navigation

Jun 25, 2010

Does anyone know the minimum version of Android that the latest Google Maps with Navigation will work on? I can't find this on Google's website.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved