heremaps / here-sdk-examples

Android, iOS and Flutter example apps for the HERE SDK 4.x (Lite Edition, Explore Edition, Navigate Edition)
https://developer.here.com/products/here-sdk
Apache License 2.0
170 stars 135 forks source link

Custom Map marker Layering #313

Closed RissiePit closed 5 months ago

RissiePit commented 5 months ago

Does the flutter Here SDK support a map marker "layering"? I need to show a map marker including travel direction, or in another case combining two images to create single map marker.

Screenshot 2024-05-06 at 10 14 31

Any assistance will be appreciated.

HERE-SDK-Support-Team commented 5 months ago

Hi @RissiePit,

thank you for your question. This should work, you can stack multiple map markers upon each other and transparent images are supported, too. Alternatively, you can use MapViewPins which can be composed out of multiple native views. However, for map marker, the MapMarker class is better suited. Hope this helps!