Skip to content

Files

Latest commit

Karmveer KumarKarmveer Kumar
Karmveer Kumar
and
Karmveer Kumar
Jun 10, 2025
662c195 · Jun 10, 2025

History

History

MapFeatures

The MapFeatures example app demonstrates how to load and switch between various map schemes, enable specialized map features allowing you to overlay extra content on the map, such as 3D landmarks, onto the map and toggle between Globe and Web Mercator map projections. You can find how this is done in MapFeaturesExample.swift and MapSchemesExample.swift.

Build instructions:

  1. Copy the heresdk.xcframework folder (as found in the HERE SDK package) to your app's root folder.

Note: If your framework version is different than the version shown in the Developer Guide, you may need to adapt the source code of the example app.

  1. Open Xcode by double-clicking the *.xcodeproj file.

Note: In Xcode, open the General settings of the App target and make sure that the HERE SDK framework appears under Embedded Binaries. If it does not appear, add the heresdk.framework to the Embedded Binaries section ("Add other..." -> "Create folder references").

Please do not forget: To run the app, you need to add your HERE SDK credentials to the MapFeaturesApp.swift file of your project. More information can be found in the Get Started section of the Developer Guide.