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

HEREAPI Maps not display in asp.net MVC

why can't maps appear, as if it was blocked from net. i don't know how to fix it. var platform = new H.service.Platform({ 'apikey': '{API-KEY}' }); var defaultLayers = platform.createDefaultLayers(); var map = new…
0
votes
0 answers

Use only the main road when drag

Create a route from 42.108311,-8.618618999999999 to 52.2947946,11.6822273. I try to drag the route from Villadolid to road N-610, screen https://snipboard.io/CR6wVn.jpg , pre-drawn correctly. After releasing the mouse button,the route is different,…
Tim
  • 21
  • 1
0
votes
0 answers

Here Waypoint Sequencing API Doesn't Honor Delivery Windows

I am experimenting with the HERE Waypoint Sequencing API using the new JSON request format, and it doesn't seem to take into account delivery windows specified in the times array within the plan object. I went back to the example provided in the…
0
votes
1 answer

Target of URI doesn't exist: 'package:meta/meta.dart'

I`m using the flutter plugin of here to execute de hello_map_app example. I follow the instructions of https://developer.here.com/documentation/flutter-sdk-navigate/4.8.1.0/dev_guide/topics/quick-start.html to I did flutter pub get, restarted…
0
votes
1 answer

How to check if a position is along a defined route via Here Maps SDK?

Does Here Maps SDK contains any functionality that can check if the current position of a truck is within an area along a defined route?
Piotr
  • 71
  • 1
  • 5
0
votes
1 answer

Precipitation percentage unit

It used to be that precipitationProbability was in units of percentage points. For example, if there were a 50% chance of rain, the API would return 50. Recently, the units seem to have changed to hundredths of percentage points. For example, I'm…
hmsp20
  • 1
0
votes
1 answer

Map Behavior Kinetics option not working?

I'm creating a JS HERE map (v3.1), but my attempts to change the "kinetics" option have no noticeable effect. I would like to speed up the default map animation. this.platform = new H.service.Platform({ apiKey: AppKey }); this.layers =…
KennyS
  • 1
  • 1
0
votes
1 answer

How to get via route details in here map route?

I am able to get the following details from route object like : route duration,route length and eta etc.. Route route = routeResultList.get(position).getRoute(); int routeDuration = route.getTtaExcludingTraffic(Route.WHOLE_ROUTE).getDuration(); int…
0
votes
1 answer

Does traffic API of Here.com works for Mumbai city?

https://traffic.ls.hereapi.com/traffic/6.3/incidents.json?apiKey=tXXqLXg-i2PtCzsP2GOIwLevWMAmmKEoTWCV21UZpI8&bbox=19.18957,72.96330;19.18731,72.96387&criticality=minor I am trying to get traffic information for India's city Mumbai, but when i…
0
votes
1 answer

Units of measurement in turn-by-turn navigation

I'm using "HERE SDK for iOS" to implement turn-by-turn navigation in my app. I have one issue when I display the distance in GuidanceManeuverView and GuidanceEstimatedArrivalView. All measurements are showing in feet, yards, and miles. However, in…
0
votes
1 answer

How can I draw a map with lines using Here?

I have some csv files of latitude/ longitude points and I want to draw some maps using Here. Points,Latitude,Longitude Start_Point,37.8279,23.80773 Point_7,37.83347,23.80042 Point_6,37.83374,23.80056 I want to be able to see the directions from…
dimboukosis
  • 111
  • 1
  • 1
0
votes
2 answers

HERE autosuggest get complete address informations

I'm currently working with HERE API, using autosuggest to get my results. In the adress object of each response I only got "label" who look like this : "address": { "label": "Resort Mark Brandenburg, An der Seepromenade 20, 16816 Neuruppin, Germany"…
Cracs
  • 425
  • 1
  • 8
  • 29
0
votes
1 answer

HERE maps Fleet Optimization shift times

I am sending a request to the "tour plan" calculation that determines routes for multiple bus stops and buses as described here: https://developer.here.com/documentation/tour-planning/2.1.0/dev_guide/topics/concepts/problem.html. Depending on the…
Rob
  • 126
  • 9
0
votes
1 answer

Using Here Technologies' REST-API with String adresses

I need to optimize a List of Adresses from my Database using Here Technologies. The JSON data I am working with looks like this: Replaced some names and IDs to ensure the Data savety of my client. "kunde": [ { "kundenId": ///, …
moboldi
  • 51
  • 1
  • 8
0
votes
1 answer

How do I couple segmented CF traffic data (SS) with shape data (SHP)?

The "Road Shape and Road Class Filters" resource's example seems to imply that CF data is mapped to the current shape. This is because CF and SHP tags are siblings.