Questions tagged [heremaps-ios-sdk]

50 questions
0
votes
1 answer

The calculateRoute function often returns an error with the message 'heresdk.RoutingError.internalError' when used with the Here iOS SDK

When I call the calculateRoute method of the RoutingEngine, the callback often has an error that is ‘heresdk.RoutingError.internalError‘. I don't understand the meaning of the error on the document. The reference information is as follows: Here SDK…
0
votes
1 answer

Route calculation is not accurate while importing route from a list of points - HERE SDK for Android/iOS(Premium Edition)

We're trying to use CoreRouter.calculateRoute(List, RouteOptions, Listener) method as documented here to calculate a route from a list of points. The list of points is from a GPX file exported from Google map. Please check the origin…
0
votes
1 answer

HERE Maps - Map Snapshot is a black rect (Premium SDK)

NMAMapView.snapshot(geoCoordinates: coordinates, zoomLevel: zoomLevel, orientation: orientation, size: size) { result in // Result here is a black rect UIImage } By using this code I'm getting black this rect: What wrong? (It worked before, not…
0
votes
1 answer

Does HERE Maps 4.x support Objective-C projects for migrate?

Good day HERE Maps Team! We have a project on Objective-C for iOS. We can't figure out if the new version 4.x supports migration for Obj-C? Thanks!
Pavel
  • 11
  • 2
0
votes
1 answer

Why is the zoom level for Here iOS Explore not changing in the code below? In fact the camera is zooming in on the map after the zoomTo() func

The initial zoom value and final zoom value are 16.8... I checked them. I found something possibly relevant in the documentation for Here Explore: Any method that modifies the state of the camera will be enqueued and the state will only be updated…
iosdev
  • 53
  • 8
0
votes
1 answer

How many times vehicle passes on same route

Can we define how many times vehicle should pass on a same route? Basically we need an API in here maps where we can configure/define how many times a vehicle should pass on a same route?
0
votes
1 answer

Can't add accessibility identifier for HereMapSDK elements in UI Testing

I am writing UITest cases for HereMapSDK elements (NMAMapCircle, NMAMapPolyline, NMAMapMarker), but I can't add accessibility identifier for it. As I can see in SDK, there isn't any property for adding accessibility identifier. Can anyone suggest,…
Jayesh Mardiya
  • 770
  • 7
  • 17
0
votes
1 answer

Here Maps navigation sdk returns Arabic city/street names in english navigation directions

Here Maps navigation sdk returns Arabic city/street names in english navigation directions Text returned by ManeuverNotificationDelegate Voice message: Now keep right and then keep right towards القرهود. This is set …
Syed Ismail Ahamed
  • 349
  • 1
  • 6
  • 17
0
votes
1 answer

how to get here-api token using dart?

I need to get a here-API token to use it in HERE Matrix Routing API but I can't get it. the response from the server always return the below "{"errorId":"ERROR-b877e827-1ed6-4a2d-bed8-…
0
votes
0 answers

HERE MAPS load very slowly on physical devices

I'm working with HERE MAPS navigate sdk on my flutter project. The maps load and search super fast on the simulators but when I run using a physical device (iPhone or Android) it loads super slow. Literally takes minutes to search or load tiles. I…
0
votes
1 answer

Which options should be used in order to generate Trailer accessible route?

Want to generate a trailer accessible route for car+trailer(towed). Currently in NMARoutingMode, when the transportMode is car, we don't get any trailer or vehicle length options. What routingMode options should be used to generate a route for the…
0
votes
1 answer

Navigation current maneuver not following current route [iOS SDK]

I am simulating turn-by-turn navigation for a truck route and sometimes the currentManeuver does not follow the path of the route. After passing the maneuver navigation will recalculate and will keep trying direct me somewhere that is not my route's…
Klam
  • 1
  • 1
0
votes
1 answer

Does the HERE maps iOS SDK provide default icons like the Android SDK does?

My team is using HERE android(java) and iOS(obj-c) SDKs to add map/turn-by-turn navigation to our existing react native app, and would want to keep the visuals as consistent as possible across both platforms. The android SDK provides a default…
Klam
  • 1
  • 1
0
votes
1 answer

Here SDK lite for iOS contains unsupported files

We recently integrated the Here SDK lite for iOS in our app and during the submission to the AppStore, we discover that the xcframework contains unsupported files. ITMS-90853: Invalid font - There was an error validating the font…
lechuckcaptain
  • 1,032
  • 1
  • 9
  • 25
0
votes
1 answer

Units of measurement in turn-by-turn navigation

I'm using "HERE SDK for iOS" to implement turn-by-turn navigation in my app. I have one issue when I display the distance in GuidanceManeuverView and GuidanceEstimatedArrivalView. All measurements are showing in feet, yards, and miles. However, in…