Classes
Type Definitions
- 
    
Options{Object}
 - 
Properties:
Name Type Argument Description elementHTMLElement <optional> 
The element is the control's container element. This only needs to be specified if you're developing a custom control.
renderfunction <optional> 
Function called when the control should be re-rendered. This is called in a
requestAnimationFramecallback.targetHTMLElement | string <optional> 
Specify a target if you want the control to be rendered outside of the map's viewport.