Questions tagged [here-maps-rest]
259 questions
2
votes
1 answer
Is there a character limit for REST Here Maps routing api request?
This API works fine if I am passing around 50 or 60 waypoints.
I am currently getting Empty reply from server
"curl…

Amit Rohan
- 66
- 4
2
votes
1 answer
Avoid toll roads only if possible in Here maps
I'm using HERE.com Routing API to get the route between 2 points. I used tollroad:-1 feature in the request. Which from my understanding will try to avoid toll roads and if it can't avoid toll roads it will return the route with toll roads. …

Lin Kassem
- 55
- 1
- 9
2
votes
3 answers
How to secure apiKey in here maps API
With the old app_id and code_id setup we were able to use a whitelist in order to determine from which URLs request would be allowed using the credentials.
I cannot find any setting for this with the new apiKey. How are we supposed to secure this,…

tommueller
- 2,358
- 2
- 32
- 44
2
votes
0 answers
Integration of Here map in react native
I am creating a react native mobile app. I am trying to implement
Here map API in my react-native app. There are options like react-native-maps and react-native-mapbox-gl, but these libraries require API keys of
Google or Mapbox. Is there any…

Shrikant
- 61
- 1
- 7
2
votes
1 answer
Here maps request autocomplete suggestions formatted labels for localized address formatting
In Key Concepts of Geocoder Autocomplete API i read "formatted labels for localized address formatting (for example, house no. first or street name first) and structured address fields in customizable order".
But how can i do it?
For example:
{…

Domenico
- 86
- 4
2
votes
1 answer
Here Maps iOS SDK: Change the colour of sublegs in a route
I would like to know if it is possible to give different colors to different sub legs in a route using Here maps iOS SDK. I saw upcomingColor and traveledColor property in NMAMapRoute.h class but didn't see any documentation on how the traveled…

Aravind Bhuvanendran
- 507
- 7
- 23
2
votes
1 answer
Error Message: "through traffic restriction might apply" (Here Maps Fleet Telematics API)
When using Fleet Telematics API I have been getting the error message quite often -- about 10% of the routes I want to calculate: "Couldn't reach way point 1 (start links 781909352 -781909352 dest links 881144574 -881144574 881144579 -881144579 ),…

LampShades
- 33
- 3
2
votes
1 answer
HERE Maps - Is there a way to keep a marker centered in the map even when map is moved?
I haven’t been able to find documentation on it -
Is it possible to have a marker always be centered on the map - have the map be moveable but the marker always in the center of it?
Any help is greatly appreciated!
Update - here is the JS we're…

CustardBun
- 3,457
- 8
- 39
- 65
2
votes
2 answers
How to open link the apps to open the here maps directly?
Following is the way open the google maps directly:
Action:
android.intent.action.VIEW
Activity class:
com.google.android.maps.MapsActivity
Activity package
com.google.android.apps.maps
How about for here maps?

BSRT app
- 21
- 1
2
votes
1 answer
I have an issue to find a routing service for each user in here map
i'm using here map to find a Route of multiple users and destination.
I type new york in search bar and hit search button, let suppose api return array of ten users. Now i want to get routing service for each users.
for(var i=0; i< aws_data.length;…

Farrukh Sultan
- 21
- 2
2
votes
1 answer
HERE autocomplete API exclude result types (street, houseNumber etc)
HERE autocomplete API request when made on 9535 returns 5 results which all match on result type street instead of postalCode as they do with Google Maps by default.…

Akrion
- 18,117
- 1
- 34
- 54
1
vote
0 answers
Getting Positioning Error in here sdk flutter initially
I'm using here sdk in my flutter application to get map features in my app. When I'm trying to get user's current location then initially for some time, it is showing me this error which is not a good impression for my application.
It is giving me…

Aryan Agrawal
- 9
- 2
1
vote
0 answers
Polyline color change HERE maps
I am trying to change the color of the roads by pulling the properties from base map and for water or landuse.park the "polygons.color" works perfectly fine but when I try to do roads which are polylines, I get an error of undefined reading "color".…

Gurnoor Singh Sandhu
- 11
- 1
1
vote
2 answers
What is the most efficient way to query multiple values via HERE API REST query?
Question:
How do I efficiently handle multiple location requests to the HERE API?
I am new to GET requests and REST generally, but I have a need to get location data, and I'm experimenting with the HERE API. I'm doing this in R, but that fact is…

ScottyJ
- 945
- 11
- 16
1
vote
1 answer
How to search HERE API for POI's by address, city, country, etc.?
I am having trouble finding documentation or an example covering how to search for POI's within a certain radius of an address or location. So far, all I have seen is searching by latitude or longitude, which is not feasible in my use case.
The idea…

austinw
- 594
- 1
- 7
- 18