Select to view content in your preferred language

Autosuggest for Unity SDK

867
5
10-07-2024 06:44 AM
CfirZioni
Emerging Contributor

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?

0 Kudos
5 Replies
Jade
by Esri Contributor
Esri Contributor

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

CfirZioni
Emerging Contributor

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

 

0 Kudos
CfirZioni
Emerging Contributor

So I have implemented this in my sample project copy, is there a way I can submit my implementation to the samples repo on git?

 

Jade
by Esri Contributor
Esri Contributor

Awesome! We always welcome contributions to our sample repo. You can submit a pull request in our sample repo.

CfirZioni
Emerging Contributor

Thank you, I will give this a try.  

Although it would be amazing to add it to the geocoding sample in future version 🙏

0 Kudos