Tagged Questions

37
votes
1answer
29k views

J2ME/Android/BlackBerry - driving directions, route between two locations

On Android 1.0 there was a com.google.googlenav namespace for driving directions: Route - Improved Google Driving Directions But in newer SDK it was removed by some reason... Android: ...
2
votes
1answer
130 views

How to get driving direction data from geo points?

I want to get driving directions from source to destination from google maps. I written an app by following the below link. ...
2
votes
1answer
482 views

Road Distance calculation available to Java

I am developing an Android app and want to get the road distance between 2 locations. If I understand correctly, the options are :- Using the distanceTo() or distanceBetween() methods of the ...
2
votes
1answer
639 views

Struggling to implement google directions api in Android App

I would like to implement google walking/cycle directions into an Android app im creating but I'm struggling to get my head around how to do this. I've recognised that the most accepted way is to ...
1
vote
1answer
315 views

How to get google driving instruction using google map api on android?

I'm newbie at android programing. I have read many interesting driving direction application. so, I tried to build map and gps based application. I can get and show direction between 2 point , but I ...
0
votes
1answer
860 views

Is there official API for google-maps driving navigation?

I've found that on Google support driving navigation on latest Android. http://www.google.com/mobile/navigation/index.html But, I can't find any kinds of API set to provide those kinds of functions. ...
0
votes
1answer
899 views

How To Calculate Distance Between Two Points in Driving Direction Mode in Android

everyone... I have something to ask about using a MapView in Android with Google Maps API.. I've read about how to make a Geopoint or more and find a distance between 2 points.. One thing that ...
0
votes
0answers
554 views

Android google map with directions and markers

I want to display nearby restuarants on google map in my application based on user location. I am able to show the locations on map but i also want to be able to show the name of the place when user ...
0
votes
1answer
257 views

Is it possible to locate places of a specific type (ie. hospitals) and provide driving directions to them from my Android application?

I would like to determine which of a specific type of location (ie. which hospital) is closest to the device's current location and then provide the user with driving directions to that location (ie. ...
0
votes
1answer
766 views

Google Maps Api Directions

Can i mark two points on the google maps in my application and then calculate the direction on the map as well as turn by turn navigation ?
0
votes
1answer
374 views

Getting driving instructions in android application using Google Directions API

I have this android app where I am supposed to show the driving directions to the users. I am using Google Directions API for this. This involves making request to their url and getting the JSON in ...
0
votes
5answers
5k views

Android: DrivingDirections removed since API 1.0 - how to do it in 1.5/1.6?

It seems that DrivingDirections have been removed since Android API 1.0 What's the way now to display a map with two points (one of them might be the current location, but can also be any other ...