NavigationHelpButton
The NavigationHelpButton is a single button widget for displaying instructions for navigating the globe with the mouse.
// In HTML head, include a link to the NavigationHelpButton.css stylesheet,
// and in the body, include: <div id="navigationHelpButtonContainer"></div>
const navigationHelpButton = new NavigationHelpButton({
container : 'navigationHelpButtonContainer'
});
Content copied to clipboard
See also
Types
Link copied to clipboard
interface ConstructorOptions