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?

Android :: Launching Google Maps Directions via Intent


Android :: Google Directions For Maps

Jun 9, 2009

I've to deliver a project in two week.In this project I should use the package com.google.googlenav for drawing one the maps some Driving or "Walking" DIRections but from some sites I have known that it isn't avaible anymore for SDK 1.5(as it was for SDK 0.9).So please is there anybody that can solve this problem??Is there an other way to obtain that directions?

View 3 Replies View Related

Android :: Bad Directions By Google Maps Before

May 11, 2010

I am using Google Navi to take me somewhere I have never been before. It tells me to get on the freeway and then it says "Destination On My Right." I finally figure out where the place is after calling them. But that was weird.

I then get home and look up directions on Google Maps. It literally says:
7.Take the ramp on the left onto US-59 N
Destination will be on the right

View 7 Replies View Related

Android :: Directions Using Google Maps

Nov 30, 2009

I am using Google Maps on my PC to create a customized route to a destination. When I do a Google Directions search it charts out a route that I do not want to take.

So I use the drag and drop method to change the route on the map and save it to My Maps. When I log back into Google My Maps on my PC, it shows me the modified route and the correct turn by turn directions using the new route. So far so good.

But when I load Google Maps on my Droid and show the layer I just created which is the new route to my destination. It shows me the new route traced on the map, but does not give me the correct turn by turn directions. Instead it always forces me to search for and load the "default" directions that Google found in the first place that I do not want to use. It does this with Google Navigation as well.

Why doesn't it use MY directions that I just created on Google Maps on my PC ?

How can I create a new route to a destinatioin and save it so I can get turn by turn directions using that new route that I have chosen?

View 2 Replies View Related

Android :: Get Duration From Maps.google.com Directions

Jun 1, 2010

At the moment I am using this code to inquire google maps for directions from an address to another one, then I simply draw it on a mapview from its GeometryCollection. But yet this isn't enough I need also to extract the total expected duration from the kml. give a little sample code?

code:........................

View 2 Replies View Related

Android :: Sending Directions Found Using Google Maps To Others

Nov 10, 2010

Anybody know how to "see title". After entering source and destination information via google maps, is there a way to forward the resulting directions whether it be via text, email, or otherwise to another person. Alternatively, is there a way to forward basic GPS location info via the same methods. I have not been able to find this option via HTC Footprints either.

View 4 Replies View Related

Android :: Provide Directions On Google-Maps Activity

Aug 26, 2010

Is it possible to provide directions on a map on Android from 1 place (e.g a specific lat/lng) to another specific lat/lng? I realise this is doable with the Google-maps API but can you do it within Androids native implementation?

View 1 Replies View Related

Android :: Launch A Directions On Google Maps Apps

Nov 27, 2009

I'm trying to learn the Android SDK but I have a problem, and no issue found on this group.

In fact: I have an object "Store" with the properties "Latitude" and "Longitude". I want put a button which launch the google maps app and which prepare the direction, like that.

View 3 Replies View Related

Android :: Loading Route Directions In Google Maps From PC To Phone

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

Android :: Google Maps To Find Directions For Local Bus Routes?

Jan 20, 2009

Is it possible to get google maps to find directions for local bus routes? I know my local bus organization uses google for bus directions, and I can access it through the browser, but I'm wondering if there's a way to do it through the Maps application.

View 3 Replies View Related

HTC Droid Eris :: Directions In Google Maps

Mar 9, 2010

I am looking for a way to keep my screen from blacking out and going to the lock screen when using the directions in google maps. I am sure I missed a setting somewhere. Is the only way to achieve this is to go to settings and click the never time out option?

View 7 Replies View Related

Samsung I7500 :: Voice Directions On Google Maps

Nov 23, 2010

I am new to Google Maps and i was able to find a map yesterday but it does not give me voice directions. How do i get that? I am using version 4.7.0

View 1 Replies View Related

HTC Desire :: Is Google Maps Reliable Driving Directions?

Mar 23, 2010

I'm definitely getting a Desire as my htc Cruise is getting rather of an antique, however I relay enjoy my tomtom and not fancy paying again.My question is, is google maps a reliable step by step driving directions? and does it got voice maps?

View 10 Replies View Related

HTC Droid Eris :: Google Maps For Android Gets Biking Directions - Navigation Shortcut - Sharing

May 11, 2010

I've seen more than a few users in the OTA section commenting on the new Navigation Shortcut for Google Maps. This is NOT part of the OTA, per se, but is due to a Google Maps for Mobile update that coincidentally debuted today.

This is from the Official Google Mobile Blog:

Quote:

View 16 Replies View Related

HTC Incredible :: Google Maps / Navigation - Save Addresses Or Driving Directions?

Jul 5, 2010

1) Is there a way to save addresses or driving directions? Like if I know i'm going on a trip tomorrow and want to prepare for the trip, can i put in the addresses and get directions, then save? Also, can I save my HOME address? So whenever I'm anywhere, just say "home" and it route my destination?

View 1 Replies View Related

General :: Google Maps Won't Interrupt Car Stereo To Give Directions Via Bluetooth

May 4, 2014

I just got a new 2014 Chevy Sonic and I have paired my Huawei H881C to the car stereo. Once for "Phone" and once for "Music". Right now I can play the car radio music OR press a button on the car stereo that says "Media" and select "Bluetooth" which turns the car radio music off and lets the GPS voice directions come through the car stereo speakers but no music. I can't have both, the car radio music and GPS voice directions at the same time. Seems like the music volume should mute while the GPS directions are given then return to the previous volume and continue playing the music I had going. Instead it's "either or". ?

View 3 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

HTC Hero :: Google Maps Takes So Long To Update When Showing Directions / What's Wrong With It?

Aug 10, 2010

Since I installed (might just be a coincidence but I did update Maps via the market) 2.1, Google Maps takes so long to update when showing directions. For example I'll be in one street and have walked to another and it will still show me in the previous street after 30 seconds or so later. Also I noticed today when using it, that the arrow wouldn't move and just stays in one spot but the arrow does change direction though.

I could have sworn it wasn't like this before and I could just use it like a real gps unless I've overlooked something.

Also I get the "Current location temporarily unavailable" message all the time when searching my location unless I tick the Use Wireless Networks in the Location settings of the Hero. When I had 1.5, I didn't need to do this and just used GPS satellites.

What am I doing wrong here?

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

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 :: Google Maps Custom Route With Turn By Turn Directions?

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

Android :: Adding Turn By Turn Directions To Google Maps

Jun 4, 2009

I would really like to incorporate turn-by-turn directions to our application, but it appears to be against the TOS. Is there any way to get permission from Google to allow this for our application? I have what looks like one other app allow this interface.

View 4 Replies View Related

Android :: Android 2.0 Google Maps Navigation / App Use Of Turn-by-turn Directions?

Oct 29, 2009

Is anything known about how an app may tap turn-by-turn directions generated by Android 2.0's Google Maps Navigation? Until now we were prohibited by the Google Maps ToS to offer turn-by-turn directions in our apps. Clearly it would be attractive to integrate some of that functionality in other mobile applications, or to be able to exert some level of control over Google Maps Navigation from one's app. In other words, are there any supplementary APIs for use with Google Maps Navigation?Or does Google Maps Navigation run as a Service such that at least one need not switch between applications to still get spoken turn-by-turn directions even while one's app Activity is running in the foreground?

View 3 Replies View Related

Android : App That Switches To Phone's Maps With Directions?

Sep 7, 2010

Is it possibly to have a button in my app that switches to the phone's Maps application while passing in a destination for directions? And how would I do that? Haven't been able to find anything about it.

View 3 Replies View Related

Android :: Changing Maps Spoken Directions Voice

Mar 30, 2010

I've changed my Google Maps app to read me directions in UK English since I like the voice. It turns out that dad can't understand it, thus can't stand it.I tried to change it back to US English, but couldn't find that option, either in the app or the help files.

A) How do you change that setting?

B) How'd you find that answer?

View 2 Replies View Related

Android :: Launching My App Using Intent URI

Aug 25, 2010

I know this has been asked a lot of times in StackOverflow already, but I haven't quite found a solution yet. My app sends an email with a link in it that when clicked should launch the app. According to @hackbod, the best way to do it is to make use of the Intent URI (see this). Here's my code that sets the intent and puts it in the email body: Code...

View 1 Replies View Related

Android :: Launching M3u Playlist With Intent?

Aug 16, 2009

Is there a way to launch a playlist whith intent? I can retrieve the path of the m3u playlist with: Cursor cursor = context.getContentResolver().query (MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI, null, null, null, null); cursor.getString(cursor.getColumnIndex (MediaStore.Audio.Playlists.DATA)); But, I can't launch this m3u file neither with Intent nor with MediaPlayer.

View 5 Replies View Related

Android :: Launching Intent Can't Find Activity

Jul 2, 2010

My program has a list of tabs that each contain a list of people.Clicking a person should edit their details, but instead, clicking a person throws an ActivityNotFoundException.

View 2 Replies View Related

Android :: Launching Intent From Class Outside An Activity

Jul 28, 2010

I've got two activities, one of them is called MyActivity. I want both of them to be able to use a function located in a class othat we may call MyClass. In MyClass, I try to use an intent to launch the activity AnotherActivity. Since the constructor takes a context as parameter, I simply tried to store a context from the activity in the constructor, and then use it when I try to create my intent.However, even thought none of the arguments are null (checked that with a simple if-statement), intent seems to be null and a NullPointerException is thrown. Why does it not work, and what can I do to solve the problem?
I'm quite new to Android and Java development, so please explain it as basic as you can.

View 2 Replies View Related

Android :: App Crashing On HTC Magic Launching Camera Intent

Jul 15, 2009

Wine by the Bar app (free in Android Market) is crashing on the HTC Magic.What intent settings/extras are needed to successfully launch ACTION_IMAGE_CAPTURE on HTC Magic?intent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);App works fine on G1.Also need proper intent for choosing an picture already on the phone, and a cropping intent.

View 4 Replies View Related







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