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.
- 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.
- 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.