Nativescript Doc
Preparing search index...
The search index is not available
@nativescript-community/ui-carto
@nativescript-community/ui-carto
datasources
MultiTileDataSource
Class MultiTileDataSource<T, U>
Type Parameters
T
U
extends
MultiTileDataSourceOptions
Hierarchy (
View Summary
)
TileDataSource
<
T
,
U
>
MultiTileDataSource
Index
Constructors
constructor
Properties
during
Init
max
Opened
Packages
max
Overzoom
Level
max
Zoom?
min
Zoom?
native
options
Methods
add
dispose
get
Native
get
Projection
init
Native
View
load
Tile
remove
Constructors
constructor
new
MultiTileDataSource
<
T
,
U
extends
MultiTileDataSourceOptions
>
(
options
?:
U
,
native
?:
T
,
)
:
MultiTileDataSource
<
T
,
U
>
Type Parameters
T
U
extends
MultiTileDataSourceOptions
Parameters
Optional
options
:
U
Optional
native
:
T
Returns
MultiTileDataSource
<
T
,
U
>
Properties
during
Init
duringInit
:
boolean
max
Opened
Packages
maxOpenedPackages
:
number
max
Overzoom
Level
maxOverzoomLevel
:
number
Optional
max
Zoom
maxZoom
?:
number
Optional
min
Zoom
minZoom
?:
number
native
native
:
T
options
options
:
U
Methods
add
add
(
source
:
TileDataSource
<
any
,
any
>
,
tileMask
?:
string
)
:
any
Parameters
source
:
TileDataSource
<
any
,
any
>
Optional
tileMask
:
string
Returns
any
dispose
dispose
()
:
any
Returns
any
get
Native
getNative
()
:
T
Returns
T
get
Projection
getProjection
()
:
Projection
Returns
Projection
init
Native
View
initNativeView
(
native
:
T
,
options
:
U
)
:
void
Parameters
native
:
T
options
:
U
Returns
void
load
Tile
loadTile
(
x
:
any
,
y
:
any
,
z
:
any
)
:
any
Parameters
x
:
any
y
:
any
z
:
any
Returns
any
remove
remove
(
source
:
TileDataSource
<
any
,
any
>
)
:
any
Parameters
source
:
TileDataSource
<
any
,
any
>
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
during
Init
max
Opened
Packages
max
Overzoom
Level
max
Zoom
min
Zoom
native
options
Methods
add
dispose
get
Native
get
Projection
init
Native
View
load
Tile
remove
Nativescript Doc
@nativescript-community/ui-carto
Loading...