here-ios-sdk-examples
here-ios-sdk-examples copied to clipboard
Objective-C and Swift projects using the HERE SDK for iOS.
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Hi. I got crash during launching application. I reproduced it with HelloMapWithStoryboard example. SDK Version: 4.11.2.0 (Navigation) XCode version: 13.4.1 Simulator iOS version: 15.5 Part of stack trace: ``` Incident...
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.4.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....
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...
- Interstate - Local - Highway I try to below but the attribute is always nil 
> // setup waypoints > NMAGeoCoordinates *start = [[NMAGeoCoordinates alloc] initWithLatitude:49.839882 > longitude:24.029239]; > NMAGeoCoordinates *end = [[NMAGeoCoordinates alloc] initWithLatitude:49.849897 > longitude:24.022307]; > NMAWaypoint *startWaypoint = [[NMAWaypoint alloc] initWithGeoCoordinates:start]; >...
Hi, it seems to me there's an issue with the style of water area (water0m, water3000m, river, lake, ocean...). **Describe the bug** All the "water" zones are only applied after...
As a user i can change my scheme to normal or hybrid but i am not able to change it to satellite view. I have checked available scheme in `mapView`...
``` let coordinates: [NMAGeoCoordinates] = [ NMAGeoCoordinates(latitude: 35.6519104, longitude: 139.7700593, altitude: 100) NMAGeoCoordinates(latitude: 35.6519654, longitude: 139.7697414, altitude: 100) NMAGeoCoordinates(latitude: 35.6521398, longitude: 139.7696503, altitude: 50) ] let polygon = NMAMapPolygon(vertices: coordinates)...