Questions tagged [here-api]

This is the tag for information about the HERE platform APIs, which allow you to embed HERE Maps into your own web and mobile apps, and retrieve map information such as addresses and coordinates.

The HERE Location platform (formerly Nokia/Ovi Maps) consists of a series of location-based services available through a set of web-based APIs and mobile SDKs for iOS and Android. It is also the maps provider behind many online services including Bing maps, Yahoo maps, and of course HERE Maps.

This is the place for questions about the HERE public and Enterprise web-based Location APIs and Mobile SDKs, including:

REST APIs

Platform Extensions

  • Custom Location Extension
  • Geofencing Extension
  • Fleet Connectivity Extension
  • Platform Data Extension
  • Route Match Extension
  • Toll Cost Extension
  • Waypoints Sequence Extension

JavaScript APIs

Mobile SDK

Official documentation: https://developer.here.com/

3320 questions
0
votes
1 answer

Why does HERE oauth2 token request api return 401300 with Rails but works fine with Postman?

When calling the HERE authentication service (https://account.api.here.com/oauth2/token) from one of the controllers of the RoR APP (Rails 5.0.6/ruby 2.6.1) I get a 401: "401300 Signature mismatch. Authorization signature or client credential is…
ZPSFOS
  • 1
0
votes
1 answer

here-api, cant get the off-street parking api to work

I registered to here rest api's and I succeeded to get the bearer token. from some reason, when I try to create http request to "https://parking-v2.cit.cc.api.here.com/parking/facilities.json" with the right parameters and the token, I get the…
Dror T
  • 221
  • 2
  • 9
0
votes
1 answer

Here maps api for geocoder doesn't get the area shape for district

I used this Here Geocode API to get the area shapes for the district. However, there's no available shapes being returned on the API. here is the link for the…
0
votes
1 answer

HERE map won't open with Geolocator method - Flutter

My app is loading a HERE map, and works fine with a set of manually entered coordinates as the centre point. I have implemented Geolocator in another part of the app to produce the users location which is then implemented into a function to find…
al246
  • 220
  • 6
  • 16
0
votes
1 answer

here maps API for Batch Reverse Geocode Locations returns SuccessCount 0 on completed jobs everytime

What we are trying to achive Get Geocoordinates for Multiple Addresses as per https://developer.here.com/documentation/batch-geocoder/dev_guide/topics/quick-start-batch-geocode.html Environment We are using the latest HERE Batch Geocoder API as of…
nvhdab
  • 85
  • 7
0
votes
1 answer

Here Traffic information in the form of JOSN format

Is there any we can get the traffic information in the form of json data, because currently here api gives response in the form of png image which is difficult to process. Below one is the traffic request of Here…
0
votes
2 answers

Migrating off of the MSDKUI

I have an old project that needs updating. It is using the MSDKUI. There is a note at the bottom of the MSDKUI iOS githib page: https://github.com/heremaps/msdkui-ios Maintenance Notice The MSDKUI project will be discontinued as it is incompatible…
Schwarz Software
  • 1,114
  • 8
  • 22
0
votes
1 answer

Why does Tesco return T-mobile for this here-api query?

Why does Tesco return T-mobile for this API query? …
notabeen
  • 1
  • 2
0
votes
1 answer

FleetApi - How to use legal rest times?

I'd like to know the position in which the driver would need to rest with given waypoints. I am calling GET https://fleet.ls.hereapi.com/2/calculateroute.json with the following params: { mode: "fastest;car;traffic:enabled", waypoint0:…
pp__b
  • 123
  • 7
0
votes
1 answer

Can I get\download the traffic flow data of a specific date and time?

Is there a way to get the traffic flow data of a specific date and time? For example, the below request gives real-time traffic…
Tanim
  • 1
  • 2
0
votes
1 answer

Road/Lane Data - Routing v7

We are looking for a way to get road data along a route. For instance, we want to know how many lanes are on the road/maneuver and if it's one-way, two-way, or divided highway. Is it possible to get this data for each maneuver on the route?
0
votes
2 answers

Swap Gestures in HERE sdk

I'm trying to remove the default pan behaviour, which is easily done with: mapView.getGestures().disableDefaultAction(GestureType.PAN); and use the TWO_FINGER_PAN gesture instead, but I can't quite find a solution for this other than coding the…
Nicola M
  • 3
  • 1
0
votes
0 answers

Route results returned from Here maps routing api version 7 & version 8 are different. Can someone share reason for this?

Route results returned from Here maps routing api version 7 & version 8 are…
Mahe Krish
  • 141
  • 1
  • 7
0
votes
1 answer

Route match using GPS coordinates (Trace is not continuous)

We have been using route matching using the following URL in order to do route match using GPS coordinates: http://rme.api.here.com/2/matchroute.json This has been working normally. During the recent days we found out that some requests submitted to…
0
votes
1 answer

HERE SDK Android: Routing error VIOLATES_OPTIONS

When trying to calculate this route, I'm getting a VIOLATES_OPTIONS error with violations: [BLOCKED_ROADS]. Premium Android SDK 3.17 Route options: val routeOptions = RouteOptions().apply { transportMode = RouteOptions.TransportMode.TRUCK …
gnj
  • 138
  • 1
  • 8