Longitude Latitude to enter in search

Longitude Latitude to enter in search bar in cesium and I want to show that particular AOI /POI to be pointed exactly in the globe.

Hi Archana,
We can use ‘destinationFound’ property of GeocoderViewModel for your problem. It takes your query and returns a location. With this viewModel and destination you can plot the lat and long in the globe.
It is possible with default geocoder search box. No need of implementing a custom geocoder. I think this will help you.

Thanks,
Sukanya