I saw the .Net sample for auto suggest addresses in a search bar and was wondering if there is any available solution for Unity SDK I can use, if not are there any tips for implementing one?
You can start from the geocoding sample which uses the geocoding services, geocoding services has the suggest operation which suggests address that you can leverage https://developers.arcgis.com/documentation/mapping-and-location-services/geocoding/autosuggest/.
Thanks for your suggestion. We might add this to the geocoding sample
Can you maybe help me understand what is the usage of the magicKey? I thought I can use it to fetch address and coordinated from the API but I cant find any reference for using it
Thank you, I will give this a try.
Although it would be amazing to add it to the geocoding sample in future version 🙏