heremaps / here-ios-sdk-examples

Objective-C and Swift projects using the HERE SDK for iOS.
MIT License
60 stars 55 forks source link

On Marker click i want to show bubble info #203

Closed arunmt024 closed 3 years ago

arunmt024 commented 3 years ago

How to show Bubble info on iOS on click of a marker

dashchak commented 3 years ago

Try NMAMapOverlay Class. You can init it with custom UIView as well as with geo coordinates and anchorOffset.

Here SDK does not support dedicated marker bubbles.