Search code examples
ioshere-api

Here iOS SDK Label Map Marker


I am using the Here iOS SDK. I am attempting to add a label marker to my map.

According to the the documentation I can use a NMAMapMarker and set the title and textDescription properties. But these properties do not exist in the class header file. Is the documentation incorrect? How do I add a label marker?


Solution

  • The documentation you are referencing is for HERE Starter SDK. Indeed, it contains title and textDescription properties of NMAMapMarker.

    For HERE Premium SDK documentation please follow the link.

    Instead of NMAMapMarker, take a look at NMAMapOverlay