jkistler
jkistler

Reputation: 796

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?

Upvotes: 0

Views: 214

Answers (1)

dashchak
dashchak

Reputation: 170

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

Upvotes: 1

Related Questions