@nativescript-community/ui-carto
Nativescript Doc
Preparing search index...
datasources/cache
TileDownloadListener
Interface TileDownloadListener
interface
TileDownloadListener
{
onDownloadCompleted
()
:
any
;
onDownloadFailed
(
tile
:
{
tileId
:
number
;
x
:
number
;
y
:
number
}
)
:
any
;
onDownloadProgress
(
progress
:
number
)
:
any
;
onDownloadStarting
(
tileCount
:
number
)
:
any
;
}
Index
Methods
on
Download
Completed
on
Download
Failed
on
Download
Progress
on
Download
Starting
Methods
on
Download
Completed
onDownloadCompleted
()
:
any
Returns
any
on
Download
Failed
onDownloadFailed
(
tile
:
{
tileId
:
number
;
x
:
number
;
y
:
number
}
)
:
any
Parameters
tile
:
{
tileId
:
number
;
x
:
number
;
y
:
number
}
Returns
any
on
Download
Progress
onDownloadProgress
(
progress
:
number
)
:
any
Parameters
progress
:
number
Returns
any
on
Download
Starting
onDownloadStarting
(
tileCount
:
number
)
:
any
Parameters
tileCount
:
number
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
on
Download
Completed
on
Download
Failed
on
Download
Progress
on
Download
Starting
Nativescript Doc
@nativescript-community/ui-carto
Loading...