GeoLeaf Core API - v3.0.0
Preparing search index...
capabilities/branding/types
BrandingControl
Interface BrandingControl
Branding control instance (members accessed via
this
).
interface
BrandingControl
{
_map
:
BrandingMapLike
|
null
;
_controlHandle
:
GeoLeafControl
|
null
;
_container
:
HTMLElement
|
null
;
_cleanups
:
(
()
=>
void
)
[]
;
_options
:
BrandingOptions
;
init
(
map
:
BrandingMapLike
,
options
?:
Partial
<
BrandingOptions
>
)
:
void
;
_createControl
()
:
void
;
destroy
()
:
void
;
show
()
:
void
;
hide
()
:
void
;
setText
(
text
:
string
)
:
void
;
}
Index
Properties
_
map
_
control
Handle
_
container
_
cleanups
_
options
Methods
init
_
create
Control
destroy
show
hide
set
Text
Properties
_
map
_map
:
BrandingMapLike
|
null
_
control
Handle
_controlHandle
:
GeoLeafControl
|
null
_
container
_container
:
HTMLElement
|
null
_
cleanups
_cleanups
:
(
()
=>
void
)
[]
_
options
_options
:
BrandingOptions
Methods
init
init
(
map
:
BrandingMapLike
,
options
?:
Partial
<
BrandingOptions
>
)
:
void
Parameters
map
:
BrandingMapLike
Optional
options
:
Partial
<
BrandingOptions
>
Returns
void
_
create
Control
_createControl
()
:
void
Returns
void
destroy
destroy
()
:
void
Returns
void
show
show
()
:
void
Returns
void
hide
hide
()
:
void
Returns
void
set
Text
setText
(
text
:
string
)
:
void
Parameters
text
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_
map
_
control
Handle
_
container
_
cleanups
_
options
Methods
init
_
create
Control
destroy
show
hide
set
Text
GeoLeaf Core API - v3.0.0
Loading...
Branding control instance (members accessed via
this).