In the Here iOS SDK, how can I make an NMAMapMarker show a callout when tapped?
问题 I'm building an iOS app that includes Here map & search features, and I'm currently using the "starter" SDK. Currently, when the app performs a search, an NMAMapMarker is created for each search result. I'd like the map display some kind of callout or information box when the user taps on a MapMarker (like what happens when you tap a pin in Apple Maps), but I can't figure out if this feature is included in the SDK. I know there's a didSelectObject delegate method, but do I have to create a