UNPKG
@orca-fe/x-map
Version:
latest (1.15.0)
1.15.0
1.14.1
1.14.0
1.12.9
1.12.8
1.12.7
1.12.6
1.12.5
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.4
1.10.3
1.10.2
1.10.1
1.10.0
1.9.11
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.2
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.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1-beta.12
1.0.1-beta.11
1.0.1-beta.10
1.0.1-beta.9
1.0.1-beta.8
1.0.1-beta.7
1.0.1-beta.6
1.0.1-beta.5
1.0.1-beta.4
1.0.1-beta.3
1.0.1-beta.2
1.0.1-beta.1
1.0.1-beta.0
github.com/NicoKam/x-map
NicoKam/x-map
@orca-fe/x-map
/
esm
/
instance
/
AMapViewport.d.ts
5 lines
(4 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
import
WebMercatorViewport
from
'@math.gl/web-mercator'
;
export
default
class
AMapViewport
extends
WebMercatorViewport
{
syncWithMapCamera
(
mapCamera
:
any
):
void
; }