Preparing search index...
The search index is not available
leaflet.offline
leaflet.offline
SaveTileOptions
Interface SaveTileOptions
interface
SaveTileOptions
{
alwaysDownload
:
boolean
;
bounds
:
null
|
LatLngBounds
;
confirm
:
null
|
(
(
status
:
SaveStatus
,
successCallback
:
Function
)
=>
void
)
;
confirmRemoval
:
null
|
(
(
status
:
SaveStatus
,
successCallback
:
Function
)
=>
void
)
;
maxZoom
:
number
;
parallel
:
number
;
position
?:
ControlPosition
;
rmText
:
string
;
saveText
:
string
;
saveWhatYouSee
:
boolean
;
zoomlevels
?:
number
[]
;
}
Hierarchy
ControlOptions
SaveTileOptions
Index
Properties
always
Download
bounds
confirm
confirm
Removal
max
Zoom
parallel
position?
rm
Text
save
Text
save
What
You
See
zoomlevels?
Properties
always
Download
always
Download
:
boolean
bounds
bounds
:
null
|
LatLngBounds
confirm
confirm
:
null
|
(
(
status
:
SaveStatus
,
successCallback
:
Function
)
=>
void
)
confirm
Removal
confirm
Removal
:
null
|
(
(
status
:
SaveStatus
,
successCallback
:
Function
)
=>
void
)
max
Zoom
max
Zoom
:
number
parallel
parallel
:
number
Optional
position
position
?:
ControlPosition
rm
Text
rm
Text
:
string
save
Text
save
Text
:
string
save
What
You
See
save
What
You
See
:
boolean
Optional
zoomlevels
zoomlevels
?:
number
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
always
Download
bounds
confirm
confirm
Removal
max
Zoom
parallel
position
rm
Text
save
Text
save
What
You
See
zoomlevels
leaflet.offline
Loading...