Address lookup ... with QtLocation?
-
I am working on a Desktop app where I am hoping to use a LineEdit with QCompleter and (I assume) QPlaceManager to make address auto-suggestions like Online Map Services have. e.g. Google Maps, Open Street Map, most web-forms that require an address.
QPlaceManager seemed like the right thing, so I tried following the example code in the documentation, but it wasn't even a working example. Maybe I'm stupid, but I have no idea what to do to achieve this. I do have a working QCompleter at least.
I was working with Qt6.10 but can't compile the QtLocation module, so I'm now using Qt6.8.