is there an example of how to drag and drop a pin on a position and get that coordinates? I was trying some I found on stackoverflow, (https://stackoverflow.com/questions/44521442/qtlocation-how-to-make-drag-and-drop-on-map) but Im getting this warning:
QMetaObject::invokeMethod: No such method QQuickLoader::inputMethodQuery(Qt::InputMethodQuery,QVariant)
Im not sure what im doing wrong.