1. A concise explanation of the problem you’re experiencing.
i am creating a ui for a cesium viewer and i want to put the homebutton and searchbutton in a toolbar, but i dont know how to call them.
does anyone know how to do this?
2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.
i already got the helpbutton with this code:
var navigationHelpButton = new Cesium.NavigationHelpButton({
container : ‘navigationHelpButtonContainer’
});
and then put the container string in a div id and that works but i don’t know how to get the other buttons
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
i want to put the buttons in a custom made toolbar
4. The Cesium version you’re using, your operating system and browser.
version: 1.55
operationg system: windows
browser: google chrome