google-directions-api Questions
6
In the JSON output, there is a field "maneuver" within a "step". In this "turn-left", "turn-right", "turn-slight-left", etc. Example is here
Where could I find the definition of the "maneuver" fie...
Fransiscafransisco asked 30/7, 2013 at 8:20
3
I'd like to know if it possible to change the marker orientation according the path drawn on the map. Here is a example:
As you can see the marker is a car (with front bumper and tail lights). I...
Epoxy asked 18/4, 2014 at 7:36
5
Solved
I'm implementing Google's Directions API. My app supports minSdkVersion 23 and java.time.Instant is not supported here.
Is there a solution for this, or should i just check for user's version and ...
Individualize asked 6/4, 2019 at 16:9
13
Solved
I want to draw routes on a map corresponding to directions JSON which I am getting through the Google Directions API: https://developers.google.com/maps/documentation/directions/start
I have figu...
Hilten asked 9/2, 2012 at 19:18
1
Solved
I've been developing a mobile app with Flutter and want to release it soon on the Play Store. It uses the Google Directions API, and now I want to restrict the API key to this specific application....
Claptrap asked 2/6, 2019 at 12:54
1
Solved
After working with the Google Directions API for a project I found multiple responses with a (much) shorter value in duration_in_traffic than duration. An example extract from one of the responses ...
Beckmann asked 20/11, 2018 at 15:57
4
http://maps.googleapis.com/maps/api/directions/json?origin=-20.291825,57.448668&destination=-20.179724,57.613463&sensor=false&mode=%22DRIVING%22
For example this link generate the foll...
Mindymine asked 7/1, 2014 at 19:13
1
Solved
I have a Google Sheet where we are fetching the driving distance between two Lat/Lng via the Maps Service. The function below works, but the matrix is 4,500 cells, so I'm getting the "Hit Limit" er...
Crying asked 5/6, 2018 at 15:7
2
Solved
I am trying to add an InfoWindow to directions route. there are lots of examples out there for adding InfoWindow on an event listener on a marker.
But how can I move the InfoWindow to show on the...
Commemorate asked 4/6, 2015 at 15:37
3
Solved
When we are setting a Key restriction to NONE for Google Maps Direction Api, It works fine.
But When we set Key restriction to Android apps and provide a proper Package name & SHA-1 certifi...
Stylite asked 12/9, 2017 at 13:51
1
Solved
We are calling the google directions api to calculate round trip values. In general it works perfectly. I have however come across a use case where it fails to come up with any route. However when ...
Flexure asked 5/9, 2017 at 10:50
4
Solved
I was looking for an answer using Google and here, and the only relevant posts I have found are:
Google Maps Android V2 and Direction API
Get driving directions using Google Maps API v2
bu...
Apartheid asked 28/1, 2013 at 0:56
2
Solved
I use the MapsActivity class in this project. On my map you can see many markers. I have many known locations, but in my code I just display two locations for example.
I don't understand how to us...
Extent asked 27/9, 2015 at 17:2
0
I need to delete the polyline I've drawn on the component when a user performs a new search. Right now I end up with 2+ routes all drawn on the same map instead of the new search displaying only th...
Simmie asked 2/7, 2017 at 4:12
4
Solved
I would like to use the google directions API to develop route planning software for a company that handles snowplows in the winter and landscaping in the summer. One of the customers requirements ...
Florineflorio asked 8/1, 2012 at 18:4
1
Solved
I am trying to draw path between two latitude,longitude. Here is my MapsActivity.java.
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R....
Lanugo asked 20/11, 2016 at 5:48
0
I am trying to access the 23 waypoint limit in the Google Directions API.
Based on Google Maps Directions API Standard Usage Limits:
2,500 free directions requests per day, calculated as the sum ...
Liederkranz asked 1/8, 2016 at 15:14
3
How do we get the shortest distance route from point A to B by default from Google Direction API suggested alternative routes? By default it gives us shortest duration routes depending upon the cur...
Laura asked 29/1, 2013 at 23:53
0
I use the Google Directions API for calculating the needed time between 2 places. The API gives me an option departure_time, where I can pass the timestamp of the departure time (or "now"). Then th...
Asmodeus asked 14/4, 2016 at 8:29
1
Solved
I have added polylines but not able to add arrow with direction on google map should be display as below
And when it zoom up, more arrow should be display like below
I have tried reading variou...
Kimmel asked 25/2, 2016 at 12:10
9
Solved
I'm trying to show route between two places, I want to used Google Places API V3 for route steps between two points.
Before I was using Old Google Maps API, and following request gives perfect r...
Armagnac asked 4/7, 2012 at 6:27
2
Solved
Using an android app I am sending latitude and longitude values to database.
This is my database
Now in webpage I need to show the total distance traveled by K.Prathibha.N
I've used Google Maps...
Letishaletitia asked 13/2, 2015 at 5:39
1
Solved
i am trying to draw the route between two markers on my google map which i implement in my android app. I have read, the way to do this is invoking the Directions API service. The Usage Limits says...
Schriever asked 26/12, 2013 at 14:47
1
Solved
I am using Google Direction API to plot the route path between 2 places A and B. I am able to do this. Now, I have a requirement to check if given a place C falls in the route path of A and B.
He...
Compilation asked 10/12, 2013 at 17:53
1
Solved
I am making the navigation application by drawing a direction between 2 points. I successfully archive the functionality.
But the direction line is drawn on top of the road label and that label ca...
Dunson asked 26/11, 2013 at 10:26
1 Next >
© 2022 - 2024 — McMap. All rights reserved.