Unact / yandex_mapkit

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

Yandex map search #343

Closed Ahrorxoja closed 4 months ago

Ahrorxoja commented 4 months ago

Flutter yandex mapKit search section only searches street names by city names, is it possible to search by place names?

DCrow commented 4 months ago

Hello!

You can change the desired search type by changing SearchOptions.searchType when searching using YandexSearch.

Ahrorxoja commented 4 months ago

I need a search engine like the one on the yandex map website, but it's only searching for the name of streets or city names. Can we make the map more flexible?