HERE WeGo is a mapping and navigation application from HERE Technologies available on iOS, Android, Fire OS, Tizen and through the web interface.
Questions tagged [here-wego]
5 questions
2
votes
1 answer
speed limits on highway
I would like to do a project on speed limits on highways in germany. I want to know the distance between changes of the speed limit. To do this I need get a dataset which includes the speed limit traffic signs or the areas where a speed limit is set…

criso
- 21
- 2
2
votes
0 answers
Why is deeplinking into Here WeGo App not possible?
I want to deeplink to the Here WeGo App.
According to the deeplinking API description (https://developer.here.com/documentation/deeplink-web/dev_guide/topics/share-route.html) this should work with something…

henry
- 21
- 1
1
vote
0 answers
Geocoding v7 does not know streets that were available in Geocoding v6
I'm experiencing a problem with a specific address: Rue Robert Gérard, 1480 Saintes.
When I geocode this address and reverse geocode, I end up with Rue Gérard, Chastre as a result. This is about 60 km from the original address.
Moreover, the street…

JFVI
- 21
- 2
1
vote
2 answers
What is the new URL schema for Here WeGo v4 on iOS/Android?
The URL schema for Here WeGo on iOS and Android changed with version 4. It's no longer here-location://, here-route://, and here-place://.
I looked at the metadata and can see it's now just wego:// for everything, but that's all I can get from the…

chris
- 11
- 1
0
votes
1 answer
HERE geocode returns empty response on multi-word search term
I'm using the following GET request:
https://geocode.search.hereapi.com/v1/geocode?q=ground+zero&apiKey=12345
and the response is:
{
"items": []
}
I tried different formats for the query parameter(q) but nothing works.
To note, it does work…

Helppi
- 1
- 3