Android :: Driving Directions Using Google Map APIs
Feb 19, 2009
I am developing maps application which has to support driving directions and route search and creation. But there is no API support in Android for this.
So i want to use google map APIs instead of Android APIs, Are there any APIs available for driving directions in google. If yes, What are those APIs, How can i use those APIs with Http request/response.
I read some where that earlier googlenav package was there in Android SDK, but it is now removed. May I know the reason for removal of this package, or When can i expect it to come back with fixed version of googlenav in Android? Looking forward to your reply.
View 3 Replies
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
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
Jun 9, 2009
In my application I want to show route between two points and display points (something like POI's from my own source) the user will be riding through.
How can I get the directions (polyline) from GoogleMaps? Application will not provide any navigation so I suppose that there are no "leagal obstacles" for doing this (correct me please if I'm wrong).
View 7 Replies
View Related
Jun 15, 2009
I want to upload my documents(in the mobile) to google docs, Can Google data APIS work in Android?
View 2 Replies
View Related
Aug 10, 2009
In the Web When we apply the Map Keys, we need sumbit the URL of our sites. In the Google APIs Add-on , we need the MD5 of our soft to get the Map keys. but here is a big question.
1. MD5 is easy to be changed.
2. First I got the MD5 of my app ,and then submit, but when I add the new keys, if the MD5 is changed, there will have the problems of the martch.
3. what should I do?
View 2 Replies
View Related
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
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
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
Nov 21, 2010
Is there anyway to get directions of two geopoints? and draw an overlay on the map?I can't seem to find the documentations about this. Can anyone help?
View 3 Replies
View Related
Oct 26, 2010
Or is it essentially the same SDK/APIs as standard Android development?
View 5 Replies
View Related
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
Sep 22, 2010
I'm configuring a new machine for Android development and moving my current project over. I did a fresh install of all the Android tools and SDKs, and under "build targets", the Google APIs' target supports Android 2.2. Of course I need 1.5 as the base build target. My project doesn't build when I select that because the Google Maps stuff from maps.jar isn't there. In fact, after I did my full install I can't find maps.jar anywhere on my new machine. Is this jar file still required for Google Maps integration, or is it history? I'm using Eclipse 3.5. I guess I'd presume there would be a "google apis" for Android 1.5 build target. I'm thinking my install must be hosed; but maybe it's my understanding.. :)
View 1 Replies
View Related
Jun 13, 2009
Has anyone had success using Google Data APIs Client Libraries. I can't seem to successfully use the GData Java client libraries in an Android app. I notice that there used to be some GData access classes in the Wireless packages that have been removed. Should I be using some map data classes in the com.google.android.maps classes I'm not seeing? I started to go down the path of accessing data through raw http calls, but it's a beating.
View 3 Replies
View Related
Nov 1, 2009
I've been reading the Terms of Service for the Google APIs, both Maps and AJAX APIs. I have questions regarding future consequences of using these APIs in mobile apps that get distributed, hopefully, to many thousands or millions of devices.
Both say that the services must be available for free, so I'm assuming that means you cannot charge a fee for an Android app that uses these services, unless you arrange something special with Google. Which appears to be Google Maps API Premier, an advanced service that uses a page-view-counter-based calculation to determine charges, and is not cheap. Which pretty much says you'd need to charge a subscription fee if you're going to charge at all. If you don't charge now and suddenly get hit with a bill from Google, your free app must remain free (according to Android Terms) so you're out of luck? I suppose it might be possible to include a Terms of Service with the application that says the user assumes all responsibility for any charges related to use of the Google APIs, but that doesn't seem likely to succeed. I think it would be difficult to manage. I also suppose that you could ask Google to block requests that use your API key until you can get a new version out with a fee attached.
Google also says they could charge for the use of the API in the future. This is stated specifically in the AJAX APIs doc, and indirectly in the Maps doc (Google can change the terms at any time). Since the API key that is used when calling APIs belongs to the Android developer, that tells me we could potentially be on the hook for Google charges. The Terms say that we can decide to stop using the APIs. Which is fairly easy when you're running a web site, much different when your application is deployed to thousands or millions of devices. Especially if you've distributed the application for free, and with an expiration date as required of later than October 22, 2033.
I'm nervous now about using Google APIs in Android apps and wondered if anyone else has thought about this. Should Google APIs be avoided? At least until developers have some legal protection?
View 3 Replies
View Related
May 28, 2010
Driving me nuts trying to find a way to delete old locations. I read that since the maps update you can no longer delete history and the clear cache option is greyed out.
View 14 Replies
View Related
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
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
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
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
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
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
Mar 9, 2010
When I load Google Maps and it first locates me, it centers the map on my location. Once I am travelling, the map does not follow my location. My location dot will go right off the map and I have to manually drag the map to see the next section I am now driving on.
Is there a setting to make Google Maps follow my position while driving?
View 4 Replies
View Related
May 8, 2014
How do I use Google Maps app to calculate the driving time and distance from Chicago to Los Angeles? *ONLY* Chicago to Los Angeles.... not NYC-Chicago-LA
I can do this very easily using my Macbook Pro by firing up Google Maps in Chrome browser.(or any browser)
However, I just can't figure out how to do this using the Google Maps app on my Samsung Galaxy Note 3. Sure, I can use use a browser to do this, but I want to do it inside the Google Maps app for Android.
View 2 Replies
View Related
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
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
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
Sep 25, 2010
two quick questions: is there a way to permanently keep a phone 'unlocked'? and how to locate/activate Google earth for directions/navigation. Many more questions to come when as I use my new SF.
View 5 Replies
View Related
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
Mar 11, 2010
I just finished setting up my Eclipse with the Android plug-in. (i.e https://dl-ssl.google.com/android/eclipse/). Now when I do the following:
1. Eclipse > Preferences > Android, I see a lot of "Target Name" like Android 1.1 - Android 2.1
However, in the book that I'm reading, I'm also supposed to see a "Target Name" called "Google APIs". I don't see that. Is that a separate install?
View 1 Replies
View Related