Top "Map-directions" questions

Link to iPhone map App from HTML page

Is there a way to link to directions in the iPhone map app from a html page? We're placing an …

iphone mobile map-directions
How to draw route between two points in MapFragment using Google Maps Android API

My target is to complete the following tasks in one single class. I want to give direction between two pointers (…

java android google-maps map-directions
MKMapView Route/Directions

I found that the Google Maps API supports Directions through: var map; var directionsPanel; var directions; function initialize() { map = new …

iphone mkmapview direction map-directions
how to change color of route in google map api after route is build

You will find many already answers showing how to build route with different colors on it how to change the …

javascript google-maps google-maps-api-3 map-directions
Generate walking directions with Maps app iOS

As of now, I successfully generate directions with Maps app from my app with the following code : NSString *formattedGroceryAddress = [[NSString …

google-maps ios map-directions
Google maps API - Uncaught ReferenceError: directionsService is not defined

I am trying to use direction on my map used on my site, but there is one error that keeps …

javascript google-maps google-maps-api-3 map-directions
Finding Direction in iPhone like in Compass?

Do any one have idea for finding true direction using iPhone? I want to implement such application in which I …

iphone compass-geolocation cllocationmanager direction map-directions
android get duration from maps.google.com directions

At the moment I am using this code to inquire google maps for directions from an address to another one, …

java android google-maps duration map-directions
how to get Route directions between two points on a map to draw driving directions?

is there a way to use core location or google or some other api to provide two points on the …

xcode iphone-sdk-3.0 mapkit location map-directions
Calculate the direction (heading) in Google Maps API V3

From origin to destination, I would like to know the direction of. Simply want to know which direction is in …

google-maps-api-3 map-directions