Unact / yandex_mapkit

Flutter implementation of YandexMapkit
MIT License
132 stars 151 forks source link

PlacemarkIcon image from network. #332

Closed isroiloglu closed 5 months ago

isroiloglu commented 7 months ago

How can I use NetworkImage to PlacemarkIcon in YandexMap?

Bagmet-Denis commented 7 months ago

found a solution ?

isroiloglu commented 6 months ago

unfortunately no

DCrow commented 5 months ago

Hello!

YandexMapkit doesn't support using images from external sources directly but you can use ImageProvider to load your image and then update PlacemarkIcon with loaded data.