here-api

HERE Maps: Change color of already travelled part of route

我怕爱的太早我们不能终老 提交于 2019-12-11 07:59:29
问题 Is it possible to change the color of the route during navigation? Specifically I would like the already travelled parts of the route to be a different color then the upcoming parts of the route. Right now it is all the same color. 回答1: This is currently not supported with the 3.3.x generation of the HERE SDK. This feature is something we are trying to add in an upcoming release, so stay tuned! 回答2: you need to use Polyline class to draw your path and then you can set color to it. Polyline

HERE Batch Geocoder Accepted but never Finishes

一曲冷凌霜 提交于 2019-12-11 07:31:57
问题 I've been evaluating moving our Mapping and Routing apps to use HERE's Rest API. I've been testing some scenarios to proof it out and one I can't seem to get working correctly is the Batch Geocoding. The submission of the data to Geocode works fine and I do get a valid RequestID back but when I poll for the status of the Batch Job the status always says "accepted" but never seems to change. I am using a developer account that has a 90 day trial. Could there be a limitation due to the type of

How to get SpeedLimit in HERE API

这一生的挚爱 提交于 2019-12-11 06:44:56
问题 I'm developing a web app where I need to know speed limit of specific road. The call to API looks lie this: $.get('http://cre.api.here.com/2/calculateroute.json', 'waypoint0=41.69758,-87.78397&waypoint1=41.70056,-87.77429&mode=fastest;car;&overlays=OVERLAYEXAMPLE1&storage=readonly&linkAttributes=speedLimit&app_id=XXX&app_code=YYY', function(data) { console.log(data.response); } ); The response I'm receiving does not contain "speedLimit" even when I'm explicitly requesting. I found in

Nokia Here maps Navigation marker orientation

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-11 06:40:50
问题 I am using here maps for Turn-by-Turn Navigation in Android. I want to set the orientation of the marker in Navigation with the device orientation, in other words, I want to put device orientation info into here maps. Eg. My destination is towards east but I am facing west so Navigation should tell me to take 'U' turn and then proceed instead of start moving the pointer. So is there any api in Nokia here maps which does this or here maps does this inside the sdk while initializing Navigation.

Library /data/data/../files/../lib/libMAPSJNI.so not found

二次信任 提交于 2019-12-11 06:40:07
问题 I followed this tutorial from the website but I still get "Library /data/data/../files/../lib/libMAPSJNI.so not found" when I try to run the app. I am using eclipse and trying to run the app using the emulator with a device with an Intel Atom (x86) CPU with Android 4.4.2. In my libs folder I do have a file called libMAPSJNI.so. 回答1: Sorry, we do not support x86 emulators or devices. Please select an arm emulation image. However please note the emulator's graphical emulation is not perfect and

Position indicator in HERE SDK premium is not showing

孤街浪徒 提交于 2019-12-11 06:32:02
问题 Here is my simple implementation. The MapFragment is already initialized. If I do the simulation mode the position indicator is showing but if I switched to the actual TBT navigation it is not showing where I am located. PositionManager positioningManager; if(positioningManager == null) { positioningManager = PositioningManager.getInstance(); positioningManager.addListener(new WeakReference<>(positionChangedListener)); positioningManager.start(PositioningManager.LocationMethod.GPS_NETWORK); }

Here-API: Order of search query seems to matter

我的未来我决定 提交于 2019-12-11 04:41:39
问题 I try using Here-AutoSuggest API. In the documentation there is this query (Pariser+1+Berl): http://autocomplete.geocoder.api.here.com/6.2/suggest.json ?app_id={YOUR_APP_ID} &app_code={YOUR_APP_CODE} &query=Pariser+1+Berl Which returns exactly as it should. BUT if I try to search for Berl+Pariser+1 I get zero results. How does the ordering work? 回答1: The problem is due to placing incomplete words in between the query. The autocomplete api tries to do a exact match with Berl and hence becomes

Is there a way to associate the reponse and query while invoking Nokia reverse geocoding api?

大兔子大兔子 提交于 2019-12-11 04:36:22
问题 I'm using reverseGeo method of manager nokia.places.search.manager (HERE API) to retrieve information about a coordinate. It works fine in my case when displaying the info for one point. But when I've more than one point all my point get the info of the last one. In fact I don't use infobubble to display address info inside the onComplete method as it's done in the example provided. I've stored all my markers(an extension of nokia.maps.map.Marker that embeded an InfoBuble) inside a key/value

Here-Maps Routing API fails with invalid credentials, but other Here-API's continue to work with exact same credentials

限于喜欢 提交于 2019-12-11 04:27:09
问题 So, I've copy pasted the example code from https://developer.here.com/documentation/maps/topics/routing.html into a new project after setting up a new Freemium project, and it worked flawlessly until recently when the routing API mysteriously began rejecting my API requests: The credentials seem to be OK, given that every OTHER request using them worked just fine. Am I missing something, or is this an issue on their end? (Site hosted on https://www.cs.drexel.edu/~nim28/CI102/Projects/Project

Add and retrieving data from here maps

血红的双手。 提交于 2019-12-11 04:18:27
问题 I working with windows phone app and I wonder, is there any way I can retrieve data from here maps like bus station or airport and showing that data into my apps? and also to add some place information into here maps? like adding location in foursquare? 回答1: Not certain which maps offering this question is about, since There are no HERE maps API offering for the Windows Phone 7 as such, the maps API there were using Bing Maps instead. Anyways, if this is HERE Maps question, then the SDK API