Search & Travel to Address

Is there any implemented way to search and lookup for addresses, perhaps with auto complete text options, and then a function to navigate there?

Thanks!

There’s nothing currently built into Cesium for Unreal to do that. But you could use an external geocoder and feed the longitude/latitude into the destination for a DynamicCamera flight.

Awesome, thank you Kevin!