Questions tagged [heremaps]

This is the tag for information about the HERE Maps application developed by HERE Technologies. HERE Maps is a mapping software application. Use this tag to ask questions related to HERE Maps into your own web and mobile apps, retrieve map information such as addresses and coordinates, etc.

331 questions
0
votes
0 answers

Android/Java: "error: cannot find symbol import com.here.android.mpa.mapping.SupportMapFragment;"

I just install the new version of HereMap, and impossible to run my app that worked perfectly before. The message is: error: cannot find symbol import com.here.android.mpa.mapping.SupportMapFragment; symbol: class SupportMapFragment location:…
ΩlostA
  • 2,501
  • 5
  • 27
  • 63
0
votes
1 answer

HERE-MAPS Altitude Information of Route in javascript

I am trying to get the gradient information of the calculated route from here maps. According to the documentation I need to add: returnElevation = True to cause "all shapes inside routing response to consist of 3 values instead of 2" this was done…
Kayoshin
  • 3
  • 2
0
votes
1 answer

How to query routes in here maps with reactjs

I am trying to make map queries with here maps on routes with reactjs, currently I can display the map in my application with this code: import * as React from 'react'; export const DisplayMapFC = () => { // Create a reference to the HTML element…
Roller Fernandez
  • 171
  • 1
  • 3
  • 12
0
votes
1 answer

Getting issue with heremap multiple pickup and multiple drop api

I am using multiple pickup api with prams as suggested by heremap…
0
votes
1 answer

HereMaps - Looking for options to be able to use subdomains with the map (javascript) without exposing the APP id

Looking for a solution to use the Here Maps javascript map app key (https://developer.here.com/documentation/maps/3.1.20.0/api_reference/H.service.Platform.html) safely while having multiple subdomains. currently we initialise the map as…
0
votes
0 answers

Bug: Issues with Here Map request

I have an issue to get the medias download links in a lookup request. My lookup request is as…
dalton5
  • 915
  • 2
  • 14
  • 28
0
votes
1 answer

Here map version upgrade to 3.1

I am upgrading javascript here maps to version 3.1. While replacing few old methods with new ones, there is one method which is not working in v3.1. The method is var oldStrip = polygon.getStrip(); //polygon.getStrip() is the old version method var…
0
votes
1 answer

Here map does marker belong to cluster?

Maybe someone knows if it's possible to get clustered markers list. Or to know if marker is inside cluster or not. The issue is currently each marker on my map have associated polyline as well. But when two or more markers gets clustered I want to…
cleper
  • 1
0
votes
1 answer

HERE map controls not loading in React

I'm trying to display zoom in and zoom out control in HERE maps in React. I've followed the steps mentioned in the documentation, but I'm not getting any help from there. I've followed everything in the link:…
Pranay Ankit
  • 217
  • 1
  • 5
  • 17
0
votes
0 answers

Why can't I calculate route for trucks via Croatia, Lithuania, Latvia, Estonia?

I see, that API Here does not allow to plan route for trucks across Croatia, Lithuania, Latvia and Estonia. You can see it in example: https://tcs.ext.here.com/examples/v3/route_with_tce by setting vehicle specification to "Trailer truck (40t)". You…
Yannek
  • 1
0
votes
1 answer

How do i use HERE vector maps in Openlayer?

Is it possible to use HERE vector maps in openlayer? The example on the openlayer site uses raster maps but not vector.
0
votes
0 answers

Suddenly not able to load HERE maps.Not even on their examples website

I am not able to load HERE maps, on any of my environments like dev, stage, or prod. The problem seems to be with the HERE maps mapsjs-core.js . I have further investigated, but it's not even loading on their examples section or on stackblitz. The…
Mjay99
  • 29
  • 8
0
votes
1 answer

HERE Maps JS API Routing with ABR and Height limitations

I've recently came across a problem I'm using here maps JS api routing in specifically, and I am trying to add restrictions for example using height or weight. For some reason it ignores it, I'm using fleet telematics tiles as well from HERE, so its…
Thomas J.
  • 593
  • 8
  • 21
0
votes
0 answers

Can you switch language in satellite view for HERE maps?

just a simple question. Can you select different language for HERE map satellite view? Inside documentation there is example where you specify lg attribute while creating default layers. It works fine as long as I use vector.normal.map layer, but if…
cleper
  • 1
0
votes
1 answer

How to implemente oauth with Here in Flutter

I'm getting this error when i trying to get oauth token with Here APi Here is the error wrong.","error":"invalid_client","error_description":"errorCode: '401300'. Signature mismatch. Authorization signature or client credential is wrong."} This is…
lohnsonok
  • 471
  • 6
  • 12