46
questions
0
votes
1
answer
352
views
Google Directions Api Problem on optimisation
i am using directions api with some waypoints. the thing is that its not optimized, it goes with the order of my array and not with the most efficient order.
i dont want the order of my array to take ...
-2
votes
1
answer
260
views
Matching Geopoints to road on map
I tried to create an app which track the current user position and I want to display it on a map.
The problem is, when I drive by car I get 2 geopoints and if there was a curve between, then it only ...
-2
votes
1
answer
875
views
Speed limit does not work, but snap to roads and the other features does [closed]
When I access this link : https://roads.googleapis.com/v1/speedLimits?path=38.75807927603043,-9.03741754643809|38.6896537,-9.1770515|41.1399289,-8.6094075&key=YOUR_API_KEY for google ROADS API it ...
2
votes
2
answers
884
views
Google Roads API - HTTP Error 403: Forbidden
Context and problem:
I am trying to extract the speed limits of some roads using the Google Roads API. When I try to execute the basic example described on the website, I get the error HTTPError: HTTP ...
3
votes
1
answer
5k
views
Google Roads API "Requested entity was not found" [closed]
I am trying to use the Google Roads API but it is returning an error when I use the example!
If I type the following URL into my browser I get the following response:
https://roads.googleapis.com/v1/...
0
votes
0
answers
658
views
I am getting "Cannot resolve method 'snapToRoads()' " error for the following code...how to fix it?
I am trying to use Google Roads api, in which want to call a method snapToRoads, but I am facing an issue.
I tried to use other method of snapToRoads, but it also shows same error
LatLng[] page = ...
-1
votes
1
answer
525
views
Names of streets adjacent to a building in Google Places API
I'm retrieving geocoordinates for particular locations (e.g. a trainstation) using the Google Maps Places API.
I would now like to get the names of streets adjacent to the building (e.g. on two or ...
2
votes
2
answers
4k
views
How to update marker using live location along a polyline?
My question titles seems to be an existing one, but here is my complete scenario.
I have an activity for Map based operations, where am drawing a polyline along a road, lets say a route between two ...
0
votes
1
answer
500
views
Draw custom route on map [duplicate]
I have university area and its Google map routing is undefined inside university. I want to define the roads from academic building to parking because inside university the route on the map not shown....
0
votes
1
answer
577
views
Is there a good way to minimize load on Google Maps Roads API?
I am developing a proof of concept/prototype for an internal tool. The basic premise is, that we have a couple of units that have a GPS on them, and they report their location (with typical GPS ...
-1
votes
2
answers
660
views
How to extract the Lat/Long from Google Maps RoadsApi from a SnappedPoints response?
I am using the Google Maps Java API for the RoadsApi:
Docs: https://developers.google.com/maps/documentation/roads/intro
API: https://github.com/googlemaps/google-maps-services-java
My request is ...
1
vote
1
answer
2k
views
Google Roads API's Nearest Roads function returns more points than given, contains duplicates
I'm sending a number of points to Google's Roads API to adjust them to roads. Note that this is the "Nearest Roads" function and not the "Snap To Roads" one, so the points don't form a path. When I ...
0
votes
1
answer
506
views
google maps roads api looping - how to stop
I've implemented the code seen at:
https://developers.google.com/maps/documentation/roads/inspector.
In each of the examples on this page, the marker animation loops.
How are you supposed to ...
0
votes
1
answer
881
views
Google Apis Nearest Roads to snap roads
I am new to use Google api nearest roads to snap the roads.
I was trying as in the below link:
Google api for nearest road
If I have to try the
https://roads.googleapis.com/v1/nearestRoads?...
1
vote
1
answer
246
views
Roads googleapi: Some places missing and lines passing through edifices
I'm using the Roads Google API passing a list of positions and I want to paint lines in the most probable road driven by a car by these points.
Something is going wrong because some points are not ...