Hi all,
I am new to Qt and QML though I have experience in .Net. I am using the samples provided in the appstudio to create an offline mobile app that will permit searching and eventually routing.
I am stuck at trying to be able to search/find a POI using a locator which I have authored and packaged to an MMPK. I can load and view the contents just fine but geocoding based on the example is just not working.
It would appear that I cannot bind my search (text) field to the locator suggestions searchText
Does anyone have an example of offline geocoding using an MMPK locator?
I found that the sample works with mods to the url property but I do have to unpack the package, and set the url to the .loc file.