longitude and latitude to country/province/city name

Hello all. I am new to cesium,

working with google maps I used to be able to convert longitude and latitude to country/province/city name.

Is this at all possible with cesium? My guess is that I need to interface with bing maps to be able to do this.

sorry if this was a stupid question. I am new to cesium.

Many thanks.

Thomas.

Hi there,

You should be able to grab a list of locations associated with a point using the suggestions from the geocoder (search bar): http://cesiumjs.org/Cesium/Build/Documentation/GeocoderViewModel.html

Hope that helps,

  • Rachel