Questions tagged [heremaps-ios-sdk]
50 questions
0
votes
1 answer
Live navigation instructions from the HERE app on smartphone
Does the SDK (Lite Version) sufficient for an application that prints the live navigation instructions that comes from the phone's app during navigation?
I don't want to calculate any routes, nor display a map.
I want to get the current instruction…

ily1301
- 1
- 1
0
votes
1 answer
Cannot use loop on NMACoreRouter (swift) (HereMap SDK)
I've an issue that I cannot use for loop on NMACoreRouter (HereMap SDK)
If i did it once time by action, it still work!. i dont know why cannot apply into loop. Funny that the error return at the second loop it "NMARoutingError" only
Here is my…
0
votes
1 answer
Animation for drawings
I'm wondering is there are some available animations exist for changing MapPolyline and MapPolygon on the fly".
For now, I'm able to draw both of them and edit them via geometry property, but without any animations:
let geoPolyline = try!…

hbk
- 10,908
- 11
- 91
- 124
0
votes
1 answer
Disable/Enable mapview but not the other navigation features
We are using the HereMaps SDK for iOS. We have route information being calculated in a table view for the user, and we are updating this information continuously to the database. We also have a map view that optionally shows the user his current…

Chaim Friedman
- 720
- 6
- 24
0
votes
1 answer
HereMAP Snapshot with Theme / Dark Mode
How I can capture snapshot with DarkMode / Theme ?
I know current static/class method snapshotWithGeoCoordinates: which capture screen shot in default theme.
How I can apply theme and Capture?

Kamleshwar
- 2,967
- 1
- 25
- 27
0
votes
0 answers
How can I decrease/lower route duration estimation in HERE Maps SDK?
I'm developing an iOS project in Xcode using the Here SDK. I'm using the Premium Edition (v3.17). When calculating a route using NMACoreRouter, I found that the duration typically is over estimated. It depends a bit on the country how much.
Examples…

guido
- 2,792
- 1
- 21
- 40
0
votes
1 answer
Here Map SDK IOS (Premium) tap on the marker
Good afternoon, who once worked with heremap sdk premium for ios. How do I make it possible to click on the NMAMapMarker? What they have written in the documentation does not describe it, but maybe I'm wrong.
0
votes
0 answers
Sample HERE Create a Simple HERE SDK App Using Swift is creating errors
I'm trying to build the Simple HERE SDK App using the following link.
https://developer.here.com/documentation/ios-premium/3.17/dev_guide/topics/app-simple-swift.html
I get to the step 4
(Implement NMAMapView setup and lifecycle code by replacing…

VictorKahn
- 33
- 4
0
votes
2 answers
How to do text search in API Documentation of Here iOS SDK Premium Edition?
I'm developing an iOS project in Xcode using the Here SDK. I'm using the Premium Edition (v3.17).
I added the SDK to my project using CocoaPods. When I search my workspace I do not get any results from the HereSDK header files. E.g. when I search…

guido
- 2,792
- 1
- 21
- 40
0
votes
1 answer
How can use the `extrudedBuildingsVisible` properties in iOS with HereMap SDK
I'm implementing 3d Map(buildings view) with the here-SDK for iOS but I can't find a way to achieve this. I have seen the work of HERE Maps 3D buildings for android But It not work with iOS
I followed this link
Here is my sample code
func mapSetup()…

Niraj
- 89
- 9
0
votes
2 answers
Understanding error code in Here Map iOS SDK
I'm using Here Map iOS SDK version 3.16.3
I am using the Here map to plot the route with multiple waypoints. When calculating the ETA in the route I'm getting the error NMARoutingErrorViolatesOptions. When I checked further inside the NMARouteResult…

Aravind Bhuvanendran
- 507
- 7
- 23
0
votes
0 answers
Does "HereMaps" supports Indoor Mapping implementation in Xamarin.Forms (Android/IOS/UWP)?
Does "HereMaps" supports Indoor Mapping implementation in Xamarin.Forms (Android/IOS/UWP) with the following requirements :
We are trying to explore Indoor mapping implementation for an office building. Can you please confirm if the following use…

Divya Vani
- 37
- 6
0
votes
2 answers
Previos route is not getting removed from the map : HERE IOS - Swift SDK
im following this example: turn-by-turn-navigation-ios-swift
THis is how my update map function looks like:
private func updateMapRoute(with route: NMARoute!) {
// remove previously created map route from map
if let previousMapRoute…

Andreas
- 397
- 4
- 18
- 37
0
votes
1 answer
HERE iOS SDK Level 3 Categories
I know that you can search with level 1 and level 2 categories with the HERE SDK for iOS.
However is it at all possible to search by level 3 categories? I've printed out the categories, however the level two categories do not obtain sub categories.
…

Liam Charmer
- 21
- 3
0
votes
2 answers
HERE API:Swift. Wierd behaviour : Loops in a route - Creating a route based on GPS trace creates loops. / passthrough waypoints
im trying to create a route that follows a gps trace i provide.
The gps trace is cleaned up and it has no loops in it and is in correct order.
I checked it with other services.
It has 1920 points.
You can find the trace here GPX Files
Sadly if i…

Andreas
- 397
- 4
- 18
- 37