I need a Yandex map for tagging. As I understand it, I need to use the Yandex Map Kit.

Question: how to connect YandexMapKit in QML?

PS I know about a similar question Qt 5 YandexMapKit QtQuick , but it was 2015, perhaps there was a more convenient way.

Thank.

    1 answer 1

    There is currently no separate MapKit assembly for Qt applications. MapKit is available only for Android from Java and Swift / Obj-C on iOS.

    In this case, you can try to use the web map API and display it in WebView.