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

Retrieval of Area Shapes - Here Maps API with V7

Is there any way to retrieval of multiple polygons, Like for e.g, If I should search for "ABC" and "XYZ" using additionaldata as 'city', then I should get both drawn Polygons at the same time. As per my understanding, in V6.2 we can retrieve only…
0
votes
1 answer

Here API RouteMatch - Processing more than 150 waypoints in single request

We are trying to process more than 150 waypoints in single request using HERE API routematch and it is failing due to size of the waypoints that is getting passed at single time with error 414. Is there way we can handle waypoints more than 150 in a…
0
votes
1 answer

how to allow only a single marker

my map event listener adds a marker on click let coordsData = new H.geo.Point(coord.lat, coord.lng); let standardMarker = new H.map.Marker(coordsData); map.addObject(standardMarker); how to make it if the user clicks again to…
Sam Ban
  • 59
  • 8
0
votes
1 answer

How to detect pan gesture in map with Flutter Here SDK

I'm building an app with Flutter and am trying to listen to the pan gestures of the map to get the center of the map view and place a pin on the center. The code I've tried is as follows: void _setPanGestureHandler({HereMapController mapController})…
0
votes
1 answer

How to use HERE Geocoder Autocomplete API with Angular and Jsonp?

When I call the HERE Geocoder Autocomplete API endpoint : https://autocomplete.geocoder.ls.hereapi.com/6.2/suggest.json ?apiKey={YOUR_API_KEY} &query=Pariser+1+Berl &beginHighlight= &endHighlight= as explained in the documentation using…
beurre
  • 1
  • 2
0
votes
1 answer

Adding new points of interest to Here.com API results

A client of mine wants to implement some sort of store locator on his website. But he wants this store locator to be able to give results in a radius of 20km around the search query provided by the user. I'm actually combining both our own database…
0
votes
1 answer

Is there a way to add another user to my account?

I am currently using here api as free plan. I am wondering if I can add some other users to my account in order to let them edit or update some information in my account.
Hyun Park
  • 1
  • 1
0
votes
1 answer

Here Map API Uncaught (in promise): TypeError: Cannot read property 'immediateRedraw' of null

We have upgraded the project Angular version 7 to angular version 10, but on Here Map API not working on below The first Angular component is working fine When we change or select another component Here map is not rendering getting below…
Nitin Karande
  • 1,280
  • 14
  • 33
0
votes
1 answer

HereMAP Snapshot with Theme / Dark Mode

How I can capture snapshot with DarkMode / Theme ? I know current static/class method snapshotWithGeoCoordinates: which capture screen shot in default theme. How I can apply theme and Capture?
Kamleshwar
  • 2,967
  • 1
  • 25
  • 27
0
votes
1 answer

Converting a polygon shape to a circle generates different size shape

I am currently working on a product that makes use of here maps javascript sdk. As part of the project, we require the user to "draw" circles and store them as polygon within the database. We are encountering an issue where trying to convert a…
Zelig880
  • 500
  • 4
  • 6
0
votes
2 answers

Implementing own TileServerProvider

I am using HERE Maps SDK Lite Edition Version 4.7.3.0, which gives the possibility to ad a RasterLayer with an own TileServerProvider implementation (see documentation). I edited the given example by exchanging the SimpleTileServerProvider with my…
0
votes
1 answer

Best route based on HERE Studio data

what I'm trying to do it's quite simple, but I can't figure out how to do it with HERE. I have multiple polygons with a property [0...10] that defines the air quality of an area. What I need to do is to create an optimal route for pedestrians in…
0
votes
1 answer

HERE maps API for JS - Z-index for markers and polygon

I am trying to set z-index for markers and draggable multipoint polygon, but polygon is always created under markers. When on map is lot of markers it is impossible to grab corner of polygon. ZIndex is working only form markers or for polygons but i…
0
votes
1 answer

Here SDK mark position on map

I show the user's position on the map but what I want to do is mark the same In onCreate I get the position of the user: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
JAOdev
  • 301
  • 3
  • 11
0
votes
1 answer

HERE Reverse Geocoding: Trying to request LinkInfo By LinkId/MapReferenceId

I've been using the HERE Reverse Geocoding endpoint (example URL below) to convert latlons into Location data (works a treat,…
DB-GB
  • 1
  • 1
  • 3
1 2 3
99
100