here-api

Some postcode searches returning inaccurate results

可紊 提交于 2020-06-17 02:08:27
问题 I'm using the Here Geocoder API using free-form input and getting random results when searching for postcodes in the Isle of Man. I haven't tried all postcodes but the couple I have tested (from customer complaints) do appear to have a problem. You can test the postcodes on the examples page and see the response yourself - https://developer.here.com/api-explorer/rest/geocoder When searching for the postcode IM4 4LH the response returns an address for IP4 4LH but if you search for IM4 4 you

App crashes frequently after SDK integration

亡梦爱人 提交于 2020-06-16 19:17:06
问题 I've successfully integrated the HERE Flutter SDK into my app. I succeeded to display here maps with markers and to get results from RoutingEngine.calculateCarRoute . Very often, especially when debugging and when navigating back the app crashes since the integration. Here's one stacktrace from a recent crash: Build fingerprint: 'OnePlus/OnePlus5/OnePlus5:9/PKQ1.180716.001/2002242003:user/release-keys' Revision: '0' ABI: 'arm64' pid: 32060, tid: 32185, name: Thread-44 >>> appidentifier <<<

Here Maps API JavaScript zoom into bounds with margin

谁都会走 提交于 2020-06-16 03:52:13
问题 I have several markers in a group and I want to zoom in, so they're all visible. With version 3.0 of mapsjs I could do this: var cameraData = map.getCameraDataForBounds(group.getBounds()); map.setZoom(cameraData.zoom - 0.5, true); map.setCenter(cameraData.position, true); With version 3.1 getCameraDataForBounds was removed and the documentation tells me to do it this way: map.getViewModel().setLookAtData({ bounds: group.getBoundingBox() }, true); My problem is, that with the new way, the

Is Geovisualization API compatible with JavaScript 3.1 SDK?

元气小坏坏 提交于 2020-05-31 20:29:36
问题 it seems that the Geovisualization is not compatible with the JS Framework 3.1 of your mapping SDK. Are you planning on updating it ? Or can you provide a replacement ? Here is the link to the doc used: https://developer.here.com/documentation/geovisualization/dev_guide/topics/overview.html It supposed to be used by adding this Script : <script type="text/javascript" src="https://js.cit.datalens.api.here.com/2.6.1/mapsjs-datalens.js"></script> And the error with the new version: Uncaught

HERE Maps Javascript API

泪湿孤枕 提交于 2020-05-13 06:42:06
问题 Just getting started using the sample javascript to simply display a map based on latitude and longitude coordinates. I get a javascript ReferenceError on the very first line! code snippet: <script src="http://js.api.here.com/v3/3.0/mapsjs-core.js" type="text/javascript" charset="utf-8"></script> <script src="http://js.api.here.com/v3/3.0/mapsjs-service.js" type="text/javascript" charset="utf-8"></script> var platform = new H.service.Platform({ 'app_id': 'xxxxxxxxxxxxxxxxxxxx', 'app_code':

HERE Maps Javascript API

别来无恙 提交于 2020-05-13 06:41:28
问题 Just getting started using the sample javascript to simply display a map based on latitude and longitude coordinates. I get a javascript ReferenceError on the very first line! code snippet: <script src="http://js.api.here.com/v3/3.0/mapsjs-core.js" type="text/javascript" charset="utf-8"></script> <script src="http://js.api.here.com/v3/3.0/mapsjs-service.js" type="text/javascript" charset="utf-8"></script> var platform = new H.service.Platform({ 'app_id': 'xxxxxxxxxxxxxxxxxxxx', 'app_code':

Here Maps javascript api 3.1 and Internet Explorer support

佐手、 提交于 2020-04-30 09:07:53
问题 Trying to get a map with pins to display in internet explorer which this page claims to support https://developer.here.com/documentation/maps/topics/overview.html but none of the examples in the developer documentation seem to run in IE 11 Table from url +===============================+==============================+ | Support Level | Browser | +===============================+==============================+ | Supported with optimizations: | Edge 17+ | +-------------------------------+------

How to use HERE Maps to develop custom routing algorithms?

六月ゝ 毕业季﹏ 提交于 2020-04-17 22:07:42
问题 I am trying to use HERE Maps to implement the eco-routing algorithm which we developed in our lab that requires real time traffic data as an input to the routing algorithm. So far, we were using INRIX dataset to verify our algorithms, but we decided to move to HERE Maps, and use the Traffic API to harness the power of real time traffic data. Traffic API was very simple to use, and I managed to get the traffic data for a bounding box. It seems like that the traffic flow is passed for each TMC.

How to use HERE Maps to develop custom routing algorithms?

故事扮演 提交于 2020-04-17 22:04:25
问题 I am trying to use HERE Maps to implement the eco-routing algorithm which we developed in our lab that requires real time traffic data as an input to the routing algorithm. So far, we were using INRIX dataset to verify our algorithms, but we decided to move to HERE Maps, and use the Traffic API to harness the power of real time traffic data. Traffic API was very simple to use, and I managed to get the traffic data for a bounding box. It seems like that the traffic flow is passed for each TMC.

HERE Map UI JS - How to add custom buttons to the Map UI?

懵懂的女人 提交于 2020-03-05 03:07:49
问题 I am trying to find guidance in the HERE JS documentation on how to add a custom button to the HERE JS 3.0 map UI we have. The button is going to move the map to center on the customer's current location (we provide the location outside of HERE functionality and pass it in manually). However, this needs to be triggered by a button on the HERE map itself. But I can't figure out how to attach a button to the map (so far documentation is just about how to customize already existing UI buttons or