here-api

HERE SDK Navigation sound is not playing

末鹿安然 提交于 2019-12-25 07:01:32
问题 I have been trying to resolve this issue but it seems the QCMediaPlayer is not present on my phone. I can here the warning tone's of the speed limit, but i cannot hear the turn by turn info. Is there anyone who has its own implementation? Should I implement my own TTS for the maneuvers. Error in MediaPlayer : 03-23 10:21:28.205 31213-31509/com.maps.navi E/ExtMediaPlayer-JNI: QCMediaPlayer could not be located.... 03-23 10:21:28.205 31213-31509/com.maps.navi E/MediaPlayer-JNI: QCMediaPlayer

Why does not the TMC from traffic data match with the TMC from PDE layers LINK_TMC_FC?

蹲街弑〆低调 提交于 2019-12-25 04:08:42
问题 I tried to match the data I got from traffic API to the link IDs, using the PDE layers LINK_TMC_FC, but the TMCs do not match. I used tiles to get the TMC layers through the PDE, and converted the corresponding tile to the lat long values (https://developer.here.com/documentation/platform-data/topics/resource-tile.html) and used bounding box to retrieve the traffic data. Here are the requests I used: Traffic data: https://traffic.api.here.com/traffic/6.2/flow.xml?app_id={YOUR-APP-ID}&app_code

How to get perticular (highway) road's number of lanes?

戏子无情 提交于 2019-12-25 03:06:55
问题 I am using https://developer.here.com/develop/rest-apis to get the perticular (highway) road's number of lanes e.g. If person/vehicle want to reach from (waypoint0)- (Place X) to (waypoint1)- (Place Y) then on that way how many lanes available ? like Highway #1 has two lanes or four lanes available. Currently I am passing below Rest API but i could not see any Lane details : https://route.api.here.com/routing/7.2/calculateroute.json?app_id=XXXXXX&app_code=XXXXXXXX&waypoint0=geo!23.036611,72

HERE Maps “Choose View” - Can we remove options?

南笙酒味 提交于 2019-12-25 01:48:58
问题 Is there a way for us to remove options from the "Choose View" menu? Based on what I see online, it might have something to do with the layers, but I'm having trouble finding a simple example and getting it to properly populate the options menu. For example, if we never want to show the 3 options at the bottom and don't need the "terrain" map? Update: I tried a solution below provided by HERE Developer support (manually removing some of the options), but I end up with a line underneath it

Does the HERE batch geocoding job request response take longer when there are more locations?

痞子三分冷 提交于 2019-12-25 01:48:39
问题 After starting a new batch geocoding job (step one here), does the amount of time it takes to get a response (step two here) depend on the amount of individual geocode requests? (ie. does it take longer to get a response for 10,000 locations VS 10 locations?) On a similar note, what are the different possible statuses that can be returned in the response? (for instance, "accepted" in step two here) I tried looking for these answers in the HERE batch geocoding documentation, but couldn't find

vector api, 401 http error code, Signature mismatch. Authorization signature or client credential is wrong

痴心易碎 提交于 2019-12-25 01:12:43
问题 I'm trying to use the here maps vector-tiles api. I've received my credentials from developer.here.com. I created an app for HERE SDK for Android or iOS (Lite Edition) . I then created credentials, and am using here.access.key.id for my key and here.access.key.secret for my secret. I'm using the oauth-sign npm package (which as ~14.5MM weekly downloads at the time of writing this question, so I think it should be working properly) with the following code snippet: import { hmacsign256 } from

Upload build to itunes error from xcode 10.1

﹥>﹥吖頭↗ 提交于 2019-12-24 20:26:32
问题 I try to validate build / upload build to iTunes the error was occurred. Note : I am using custom framework and developed in Objective-c language. Review ipa content This is screenshot of custom framework summary, please check warning inside the screenshot. Warning text of review ipa content (Custom framework) macOS High Sierra is the last version of macOS that will run 32-bit apps without compromise. The Mac App Store will require all apps (including updates) to be exclusively 64-bit by June

Disable panning while zooming

跟風遠走 提交于 2019-12-24 13:59:38
问题 I switched from google maps api for iOS to here maps api for iOS . I would like to disable panning/scrolling of map while zooming in order to keep gps location of centre point same. Any suggestion? Thanks in advance. 回答1: You could use [MPAMapView disableMapGestures:] apis to disable panning/scrolling. Details could be found @ https://developer.here.com/mobile-sdks/documentation/ios/topics/map-gestures.html 回答2: You can accomplish this use case using a combination of NMAMapGestureDelegate and

How to find nearby cities from a given city

最后都变了- 提交于 2019-12-24 11:14:23
问题 HERE has a lot of endpoints but I am struggling to find one that will take city name or coordinates and return nearby cities within radius (limited to cities/towns only). 回答1: You didn't specify the API Product you are using, so I searched a solution for the JS HERE API. Get Cities Ref: here Table 2. Filter by cities around a point location within a radius (all parameters need to be set). This parameters are mandatory: { details: Integer, nearbyMax: Integer, radius: Integer, center: Double }

JavaME Nokia Maps API: how to display additional info on marker click?

喜你入骨 提交于 2019-12-24 08:22:42
问题 I need to display an additional info for a marker when it's clicked. I expected to find a way how to display a popup window (like a tooltip) with a short description on marker click, but failed. I use MapMarker class for my markers because I need custom icons. The MapMarker and MapStandardMarker classes do not have the functionality I need. As I understand, I need something like Android MapView Balloons 回答1: I've solved the problem. I use the popup dialog similar to the one implemented in