Sandcastle autocomplete

Hi,

I am trying the billboards sandcastle example. There is a location search box at the right side of the cesium view. When I start typing a location it shows suggestions for autocomplete. What is the source of this autocomplete data?

Hi @mesium,

That search box is called the geocoder.

By default, Cesium ion provides the geocoding service which populates the autocomplete suggestions and finds the destination location by search query. I believe this is using data from Bing Maps behind the scenes. However, you can use open source solutions such as Pelias if you need more control.

Cheers,
Gabby