Questions tagged [heremaps-ios-sdk]

50 questions
4
votes
0 answers

Is there a way to fill polygons on HERE maps with custom textures or patterns for iOS apps?

I am building an iOS app using HERE maps SDK. I need to fill the area of my polygon with images/textures/patterns. The NMAMapPolygon.customPattern adds the image as a pattern along the borders of the polygon. Is there a way where I can fill the…
Subha_26
  • 440
  • 4
  • 14
3
votes
1 answer

Here Maps iOS Build Failing

[!] Unable to install vendored xcframework `heresdk` for Pod `here_sdk`, because it contains both static and dynamic frameworks. …
Aguilaair
  • 118
  • 1
  • 6
2
votes
1 answer

HereMaps iOS SDK v4.13.3 not compiling with Xcode 14.3

Seeing two errors: .../Sources/HereMaps/AnnotationState.swift:2:8 Failed to build module 'heresdk'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)', while this…
2
votes
0 answers

Turn off Logging @ Here Maps SDK

We have been trying to discover the way to turn off logging in here SDK We remove the log appender initialisation and setLogAppender call but it does not helped. nativeEngine.setLogAppender(appender: AhoyLogAppender()) Tried setting the scheme to…
nikhil nangia
  • 581
  • 4
  • 11
2
votes
1 answer

Trying to create MapImage instance for map marker in Here Explore for iOS is giving a weird error

Here Explore init(coordinates: GeoCoordinates, image: UIImage) { let pngData = image.pngData() let mapImage = MapImage(pixelData: pngData!, imageFormat: ImageFormat.png) print("i did…
iosdev
  • 53
  • 8
2
votes
0 answers

Crash: nma_deice_log_size_bytes

I'm receiving this crash from Firebase Crashlytics with only versions iOS 13.5.1 and 14 (beta). The strange is that with previous versions this problem does not occur. I have installed the SDK HEREMaps 3.13.3. I can't find how to resolve it. Any…
1
vote
1 answer

Can't set map padding in Here Flutter SDK

In previous versions of Here sdk there was always a function to setup padding. It allows overlapping map with app ui and still centering objects like polyline and polygons inside visible map part. I can't find similar property in flutter sdk. Is…
1
vote
1 answer

Unable to build HERE SDK Premium for ios-arm64-simulator

Having trouble building HERE SDK for iOS (Premium 3.19) for an ios-arm64-simulator. The error produced by Xcode 13 on an M1 pro processor is: ld: building for iOS Simulator, but linking in dylib built for iOS, file…
Archdoog
  • 822
  • 9
  • 8
1
vote
0 answers

Runtime Crash when using Navigation on HERE Flutter SDK

I encountered some errors at runtime when using navigation. Also, the reference I use when implementing the codes in my application is heremaps/here-sdk-examples/navigation_app I get this crash almost every time I try. What do you suggest about…
1
vote
1 answer

Long loading time for map

I'm facing with issue related to long loading time of the empty map from Here-SDK-iOS. I opened sample project and looks like it freeze for some time, the code for initialisation is next: override func loadView() { super.loadView() …
hbk
  • 10,908
  • 11
  • 91
  • 124
1
vote
1 answer

How can I play a test voice guidance sentence with the same voice as NMANavigationManager (HERE SDK)?

I'm developing an iOS project in Xcode using the Here SDK. I'm using the Premium Edition (v3.17). In the 'Settings' screen of my app users can choose the 'voice' that's being used by the SDK (I get that list through NMAVoiceCatalog voicePackages…
guido
  • 2,792
  • 1
  • 21
  • 40
1
vote
1 answer

How to show compass and scale with HERE SDK for iOS Premium Edition?

I'm using the Here SDK for iOS Premium Edition (v3.17). Is there a built in compass and scale to show on the map (like seen in the native HERE WeGo app on iOS when zooming / rotating the map)? Been scouring through the documentation but can't find…
guido
  • 2,792
  • 1
  • 21
  • 40
1
vote
2 answers

How to get country specific result (only for UK) in HERE MAP iOS SDK?

HEREDeveloperSupport Is there any method for AutoSuggestionRequest to get country specific result? I am using the Native IOS SDK premium edition version 3.15,i need to show UK results only. I am following the below code let…
Vikas S Singh
  • 1,748
  • 1
  • 14
  • 29
0
votes
1 answer

HereMap Explore SDK - GetETA

We started building our mobile app a while ago when the premium SDK was still maintained. Now Here decided to deprecate that SDK and we must switch to another one. However we were using the Turn-By-Turn navigation where we were getting the ETA…
0
votes
0 answers

Does the HERE explore edition 4.13.3 Geolocation and Search work on your devices?

When i make search requests with the SDK version 4.13.3 i get permanently "Operation cancelled" errors. With an older version the SDK works. Can somebody help? Can i downgrade somewhere? When i make search requests with the sdk version 4.13.3 i get…
1
2 3 4