How to add text label to a MapMarker? MapViewPins have poor perfomance apparently

Viewed 28

I'd like to add custom markers with text labels on my map. I can use MapViewPins for this, but they "tremble" when map is being moved. Even one MapViewPin behaves like this in official Here example, so it is probably not an optimization issue.

When i load PNG image and use it as a MapMarker, it works perfectly. But i don't know how to add text to a marker.

I am using Here SDK for Flutter (Navigate Edition) 4.12.4.0 with Flutter 3.3.2

GIF below is an example. Cyan circles are MapMarkers, markers with icons and label are MapViewPins. Is there any solution to this problem?

enter image description here

0 Answers
Related