UNPKG
@nativescript-community/ui-carto
Version:
latest (2.0.1)
2.0.1
2.0.0
1.8.21
1.8.20
1.8.19
1.8.18
1.8.17
1.8.16
1.8.15
1.8.14
1.8.13
1.8.12
1.8.12-alpha.2
1.8.12-alpha.1
1.8.12-alpha.0
1.8.11
1.8.10
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.3
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
NativeScript plugin for CARTO Mobile SDK
nativescript-community/ui-carto
@nativescript-community/ui-carto
/
datasources
/
maptiler.d.ts
8 lines
(6 loc)
•
296 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
TileDataSource
,
TileDataSourceOptions
}
from
'.'
;
export
interface
MapTilerOnlineTileDataSourceOptions
extends
TileDataSourceOptions
{
key
:
string
;
timeout
?:
number
; }
export
class
MapTilerOnlineTileDataSource
extends
TileDataSource
<
any
,
MapTilerOnlineTileDataSourceOptions
> {}