In the Here iOS SDK, how can I make an NMAMapMarker show a callout when tapped? -
i'm building ios app includes here map & search features, , i'm using "starter" sdk. currently, when app performs search, nmamapmarker created each search result. i'd map display kind of callout or information box when user taps on mapmarker (like happens when tap pin in apple maps), can't figure out if feature included in sdk.
i know there's didselectobject delegate method, have create custom view , manually present it? noticed "premium" sdk includes nmamapoverlay. better option displaying info boxes when being tapped? , finally, noticed in inheritance diagram of nmaview (https://developer.here.com/mobile-sdks/documentation/ios-hybrid-plus/topics_api_nlp_hybrid_plus/interfacenmaviewobject.html) there's nmalabledmapmarker, can't find else in api reference. way show basic information place on mapmarker? what's best way show basic info place on here map?
the nmamapoverlay option right now. functionality provided within here sdk ios premium.
Comments
Post a Comment