16 questions with no upvoted or accepted answers
1
vote
0
answers
181
views
The supplied API key is not configured for use from this Android app in Google map Road Api(speed limit)
The supplied API key is not configured for use from this Android app in Google map Road Api
Created API key with SHA1 & package name from API console(Premium account)
Enabled road API
My API key ...
1
vote
0
answers
592
views
Google Distance Matrix between two locations does not return results when origins and destinations are reversed
Inbound https://maps.googleapis.com/maps/api/distancematrix/json?origins=Mount+Monodnak&destinations=Boston+MA
Outbound: https://maps.googleapis.com/maps/api/distancematrix/json?origins=Boston+MA&...
1
vote
0
answers
951
views
Android Google Maps Polyline not showing on Map
I have made a class that have a method and a locaton listener. The locationListener will be executed every 2 seconds , gets the lat longs and will pass it to the Async Task. The Async Task class will ...
0
votes
1
answer
361
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 ...
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 = ...
0
votes
1
answer
785
views
Set speed limits on Maps layer
I would like to create a map with a layer, like a traffic layer, but with the speed limits of roads (route, highway,...) with the différents speed.
How can I create a layer with speed limits of all ...
0
votes
0
answers
115
views
Match two java collections by property avoiding ConcurrentModificationException (example of Google Roads api)
I haven't found any similar questions, where one collection is accessed while looping through another. Most of the questions about two collections and loops refer to simultaneous looping through both ...
0
votes
2
answers
427
views
google map apikey works, but road apikey not working
I am using both road api and map api. But I can't get apikey for road api work, in comparison, the apikey for map works fine.
Here is my apikey for road:
AIzaSyDRknPaFTzqrmHCTyQ6QGcrQMjGFQtK7bg
...
0
votes
2
answers
6k
views
Google Maps API - Show all local roads when zoomed out
Hi my first post on Stackoverflow.
When viewing country areas in Google maps the screen is very sparse. I would like to make all local roads visible at a wider loom level. At present the local roads ...
0
votes
1
answer
2k
views
how to use google road api with polyline
<?xml version="1.0" encoding="UTF-8" ?>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<...
0
votes
1
answer
2k
views
set start and end position in google roads API using javascript
I want to know if setting start and end location in the map while I'm retrieving coordinates and placeId through google roads API is possible or not? Because while I initialize Roads API by setting a ...
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
1
answer
546
views
no api-key error massage
I have tried many ways and many places to enter the API key for but in all the cases, I get the error no-API-key. the request works fine in the postman, meaning the key works fine.
the places I tried:...
-1
votes
1
answer
2k
views
How to use a response of SnapToRoad?
I would like to know how to received google maps SnapToRaod response in a javascript code and how I can use the response to generate the map with the SnapToRoad response (in javascript as well). I'm ...