Top "Google-directions-api" questions

The Directions API is a service that calculates directions between locations using an HTTP request.

Google direction route from current location to known location

I use the MapsActivity class in this project. On my map you can see many markers. I have many known …

android json routes maps google-directions-api
Exceed 23 waypoint per request limit on Google Directions API (Business/Work level)

I would like to use the google directions API to develop route planning software for a company that handles snowplows …

google-maps google-maps-api-3 google-directions-api
Is there a way to show road directions in Google Map API v2?

I was looking for an answer using Google and here, and the only relevant posts I have found are: Google …

android google-maps driving-directions google-directions-api
How to decode the Google Directions API polylines field into lat long points in Objective-C for iPhone?

I want to draw routes on a map corresponding to directions JSON which I am getting through the Google Directions …

iphone objective-c json google-polyline google-directions-api
Change Google map marker orientation according path direction

I'd like to know if it possible to change the marker orientation according the path drawn on the map. Here …

google-maps google-maps-markers google-directions-api
Directions API on Android

While I was going through this blog, I got confused about using the Directions API on android. Is it possible …

android google-maps google-maps-android-api-2 google-directions-api
How do we get the shortest distance route from point A to B by default from Google Direction API

How do we get the shortest distance route from point A to B by default from Google Direction API suggested …

directions google-directions-api
How to find places along the route using google map api?

Can you please let me know if it is possible to get list of all places for example Gas Stations …

google-maps-api-3 google-places-api google-directions-api
Getting distance from Google Direction API in Android

http://maps.googleapis.com/maps/api/directions/json?origin=-20.291825,57.448668&destination=-20.179724,57.613463&sensor=false&mode=%22DRIVING%22 For …

android distance google-directions-api
Direction api: check if a place falls in the route path between 2 places

I am using Google Direction API to plot the route path between 2 places A and B. I am able to …

google-maps google-maps-api-3 google-places-api google-directions-api