here-api

Is the Batch Geocoder Nearing End of Life?

情到浓时终转凉″ 提交于 2021-01-29 16:13:45
问题 The current Batch Geocoder Introduction page states: "Note: This service is no longer being actively developed. We will only provide critical fixes for this service in future. Instead, you can use the new Geocoding and Search API v7 service." I do not see mention of geocoding large dataset of addresses in the "Geocoding and Search API v7" API Reference. As a matter of fact, the "Geocoding and Search API v7" API Reference webpage is titled, "Geocoding and Search API v1 (1.0)" which is also

Graph of elevation from coordinations

天大地大妈咪最大 提交于 2021-01-29 14:53:52
问题 I want ask you to one thing about interactive map and geo service. I need to get altitude from my coordinations points and build graph of elevation. In google maps it looks like this: https://developers.google.com/maps/documentation/javascript/examples/elevation-paths I didn't found any example for this. How can I solve this problematic? Thank you very much. Best regards Petr Tomasek 回答1: You can build a similar elevation graph via the HERE RoutingService JS API by specifying the value of

Here Map findpickups Cannot match onto a road link with 1000.0m search radius

有些话、适合烂在心里 提交于 2021-01-29 13:46:14
问题 Hello I try to use api here map for findpickups, I tried to use the same example in the documentation Can you help me thank you https://wse.ls.hereapi.com/2/findpickups.json ?mode=fastest;car;traffic:disabled &start=waypoint0;50.115620,8.631210 &departure=2016-10-14T07:30:00+02:00 &vehicleCost=0.29 &driverCost=20 &maxDetour=60 &restTimes=disabled &end=waypoint3;50.132540,8.649280 &destination0=waypoint1;50.122540,8.631070;pickup:LOAD2 &destination1=waypoint2;50.128920,8.629830;drop:LOAD2

Map Download by Specifying a Bounding Box implementation

做~自己de王妃 提交于 2021-01-29 09:16:18
问题 i have read in the premium user guide that we can download a small amount of map with MapDataPrefetcher. i use a Mapfragment to show the map in my app, and it says that the MapEngine is automatically initialized by using MapFragment. the problem is that i can't understand how to apply the methods and where i need to initialize the request for downloading the bounding box itself. its not so clear in the user guide. if someone here can help me with that problem or send an example of the

Fleet Telematics API fails to find route

对着背影说爱祢 提交于 2021-01-29 08:09:43
问题 I use the Fleet Telematics API to calculate tolls when calculating a route (I understand there's no other current API for that as it supercedes TCE). It's generally slower than the routing API, and the routes are sometimes slightly different for the same points (why ?), but it's mostly OK. The big problem is that it chokes on some routes, for instance these 3 waypoints: https://fleet.api.here.com/2/calculateroute.json?app_id=xxx&app_code=xxx&waypoint0=geo!46.14571,4.10844;500&waypoint1=geo!44

Fleet Telematics API fails to find route

纵饮孤独 提交于 2021-01-29 08:04:14
问题 I use the Fleet Telematics API to calculate tolls when calculating a route (I understand there's no other current API for that as it supercedes TCE). It's generally slower than the routing API, and the routes are sometimes slightly different for the same points (why ?), but it's mostly OK. The big problem is that it chokes on some routes, for instance these 3 waypoints: https://fleet.api.here.com/2/calculateroute.json?app_id=xxx&app_code=xxx&waypoint0=geo!46.14571,4.10844;500&waypoint1=geo!44

Which event when HERE map is fully rendered?

冷暖自知 提交于 2021-01-29 07:58:39
问题 How to be notified when all graphics are fully rendered on HERE maps, for instance when huge amount of icons are to be displayed ? 回答1: It is fairly straightforward to check when the map is rendered - there is a "render" event (https://developer.here.com/documentation/maps/topics_api/h-map-render-renderengine.html#h-map-render-renderengine__render-event) on the RenderEngine. When target of the even is RenderEngine itself it means that the map was rendered. For example: map.getEngine()

403 Forbidden - These credentials do not authorize access - weather here api forecast_astronomy

旧城冷巷雨未停 提交于 2021-01-29 06:14:03
问题 Using the weather here api with product of forecast_astronomy and now all of sudden getting a 403 forbidden error on the request of "These credentials do not authorize access". The url request has not changed in the code and I have verified in the developer portal that the app id is enabled still. This was working fine when last tried two days ago. Tried directly in curl and postman and getting same 403 forbidden error: { "error": "Forbidden", "error_description": "These credentials do not

Mismatch of location id between Geocoding Autocomplete and Geocoding

為{幸葍}努か 提交于 2021-01-29 05:54:55
问题 I am using geocoding autocomplete to display found locations after user typed something. Afterwards I am using geocoding with given location ID to fetch detailed information about selected location. It worked well, till I tried to select "Russia" Here is my first request to geocoding autocomplete via https://autocomplete.geocoder.api.here.com/6.2/suggest.json { "app_id": "xxx", "app_code": "xxx", "query": "russia", "resultType": "areas" } And here is the (simplified) response: { "suggestions"

What IP-addresses do I need to allow the firewall to access geocoder.api.here.com?

二次信任 提交于 2021-01-29 02:27:49
问题 We want to use heremaps geocoder.api. Currently the calls to heremaps are stopped by our local firewall. Our admins told me that it is not possible to add an URL to the firewall rules (geocoder.api.here.com). They need IP-addresses. So the question is: What IP addresses does the service "geocoder.api.here.com" use? Thanks for your answers, Markus 回答1: IP address are dynamic in nature as the APIs are hosted in a cloud environment, the recommendation is to whitelist domain like *.api.here.com