Geocoder for unity

I was looking for geocoding features for cesium and I saw that there is an implementation for CesiumJS, is there a way to use that geocoder with unity?

We’re working on it! There’s currently an open pull request in Cesium Native to add the Cesium ion geocoder that CesiumJS can use to Cesium Native. Once that’s in, it’s just a matter of adding an interface to this function from the Unity side. Support for other geocoders besides the Cesium ion geocoder is on the roadmap, but we don’t have any idea of when at the moment.

1 Like

@JoyJacksonThomas Aside from Ashley’s answer above, it would also help if you could share your use case. For instance, do you want to use the geocoder within the game itself, at runtime? Or do you want to use it to find locations in the Unity Editor?

These would just help us figure out how to design the feature when we add it :smile: