-
```
What steps will reproduce the problem?
1. On your phone, get directions somewhere using a non-car mode of
transportation. Choose bicycling!
2. Get directions on your computer using a different m…
-
```
What steps will reproduce the problem?
1. On your phone, get directions somewhere using a non-car mode of
transportation. Choose bicycling!
2. Get directions on your computer using a different m…
-
```
What steps will reproduce the problem?
1. On your phone, get directions somewhere using a non-car mode of
transportation. Choose bicycling!
2. Get directions on your computer using a different m…
-
The 1st optional parameter that the Directions API states is _mode_.
The acceptable modes of transportation include:
- Driving (the default mode)
- Walking
- Bicycling
- Public Transit
Therefore, a d…
-
I tried using this dependency to get all Google direction from a start address to a destination but it throws this error, please help resolve this.
-
Our most common complaint is the bicycle results are unreasonable. The roads are unsafe to ride on or the time shown is faster than possible.
I've seen the _speed_ vs _safety_ vs _elevation_ metric,…
-
To support multiple data sources, filtering needs to be added in some fashion. Cloning the Google Maps implementation in appearance comes to mind but I am open to suggestions.
-
-
I am using Uri to create a [Google Distance Matrix](https://developers.google.com/maps/documentation/distancematrix/) request and i find it a bit awkward since the Google API uses pipe character "|" f…
-
Hi I'm using the example route option and having trouble adding waypoints. Can you tell me where im going wrong?
$('#start_travel').click(function(e){
e.preventDefault();
map.travelRo…