UNPKG
@nativescript-community/ui-carto
Version:
latest (2.1.0)
2.1.0
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
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
/
projections
/
epsg3857.ios.d.ts
6 lines
(5 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ProjectionClass
}
from
'.'
;
import
{
EPSG3857Options
}
from
'./epsg3857'
;
export
declare
class
EPSG3857
extends
ProjectionClass
<
any
,
NTEPSG3857
,
EPSG3857Options
> {
createNative
():
NTEPSG3857
; }