mrxy-yk 0.0.1-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +34 -0
- package/dist/@type/components/a-map-canvas/index.d.ts +1 -0
- package/dist/@type/components/adaptive-box/AdaptiveBox.d.ts +42 -0
- package/dist/@type/components/coordinate-pickup/CoordinatePickup.d.ts +29 -0
- package/dist/@type/components/drag-drop-box/DragDropBox.d.ts +33 -0
- package/dist/@type/components/drag-drop-container/DragDropContainer.d.ts +39 -0
- package/dist/@type/components/drag-drop-container/type.d.ts +3 -0
- package/dist/@type/components/echarts-canvas/EChartsCanvas.d.ts +21 -0
- package/dist/@type/components/in-body/InBody.d.ts +22 -0
- package/dist/@type/components/index.d.ts +12 -0
- package/dist/@type/components/position-anchor/PositionAnchor.d.ts +23 -0
- package/dist/@type/components/progress-bar/ProgressBar.d.ts +35 -0
- package/dist/@type/components/progress-bar/type.d.ts +5 -0
- package/dist/@type/components/progress-ring/ProgressRing.d.ts +22 -0
- package/dist/@type/components/scroll-container/ScrollContainer.d.ts +35 -0
- package/dist/@type/components/show-log/ShowLog.d.ts +25 -0
- package/dist/@type/components/ys-video/@type/index.d.ts +151 -0
- package/dist/@type/components/ys-video/YsVideo.d.ts +18 -0
- package/dist/@type/components/ys-video/components/BtnLineRec.d.ts +7 -0
- package/dist/@type/components/ys-video/type.d.ts +9 -0
- package/dist/@type/config/index.d.ts +23 -0
- package/dist/@type/directive/index.d.ts +1 -0
- package/dist/@type/directive/ref-height/index.d.ts +3 -0
- package/dist/@type/directive/ref-height/type.d.ts +11 -0
- package/dist/@type/directive/table-scroll-carousel/index.d.ts +3 -0
- package/dist/@type/element-plus/components/attrs.d.ts +2 -0
- package/dist/@type/element-plus/components/date-picker/DatePicker.d.ts +16 -0
- package/dist/@type/element-plus/components/date-picker/index.d.ts +22 -0
- package/dist/@type/element-plus/components/date-picker/type.d.ts +17 -0
- package/dist/@type/element-plus/components/empty/Empty.d.ts +31 -0
- package/dist/@type/element-plus/components/empty/config.d.ts +24 -0
- package/dist/@type/element-plus/components/empty/hooks/index.d.ts +2 -0
- package/dist/@type/element-plus/components/empty/hooks/type.d.ts +12 -0
- package/dist/@type/element-plus/components/empty/type.d.ts +9 -0
- package/dist/@type/element-plus/components/form-dialog/FormDialog.d.ts +400 -0
- package/dist/@type/element-plus/components/form-dialog/type.d.ts +4 -0
- package/dist/@type/element-plus/components/images/Images.d.ts +16 -0
- package/dist/@type/element-plus/components/images/index.d.ts +9 -0
- package/dist/@type/element-plus/components/index.d.ts +9 -0
- package/dist/@type/element-plus/components/pagination/Pagination.d.ts +18 -0
- package/dist/@type/element-plus/components/table-column/TableColumn.d.ts +27 -0
- package/dist/@type/element-plus/components/upload/accept/index.d.ts +1 -0
- package/dist/@type/element-plus/components/upload/index.d.ts +42 -0
- package/dist/@type/element-plus/components/upload/select-file/SelectFile.d.ts +822 -0
- package/dist/@type/element-plus/components/upload/upload-files/UploadFiles.d.ts +844 -0
- package/dist/@type/element-plus/components/upload/upload-images/UploadImages.d.ts +842 -0
- package/dist/@type/element-plus/hooks/dialog/index.d.ts +2 -0
- package/dist/@type/element-plus/hooks/dialog/type.d.ts +20 -0
- package/dist/@type/element-plus/hooks/form/index.d.ts +2 -0
- package/dist/@type/element-plus/hooks/form/type.d.ts +45 -0
- package/dist/@type/element-plus/hooks/form-dialog/index.d.ts +2 -0
- package/dist/@type/element-plus/hooks/form-dialog/type.d.ts +70 -0
- package/dist/@type/element-plus/hooks/index.d.ts +5 -0
- package/dist/@type/element-plus/hooks/table-sort/index.d.ts +20 -0
- package/dist/@type/element-plus/hooks/table-sort/type.d.ts +21 -0
- package/dist/@type/element-plus/index.d.ts +2 -0
- package/dist/@type/element-plus/type.d.ts +15 -0
- package/dist/@type/element-plus/utils/form-rule/index.d.ts +4 -0
- package/dist/@type/element-plus/utils/form-rule/rule.d.ts +22 -0
- package/dist/@type/element-plus/utils/form-rule/type.d.ts +14 -0
- package/dist/@type/element-plus/utils/index.d.ts +2 -0
- package/dist/@type/element-plus/utils/table-util/index.d.ts +25 -0
- package/dist/@type/entity/BigFloat.d.ts +48 -0
- package/dist/@type/entity/Pages.d.ts +9 -0
- package/dist/@type/entity/RejectError.d.ts +24 -0
- package/dist/@type/entity/index.d.ts +3 -0
- package/dist/@type/hooks/index.d.ts +1 -0
- package/dist/@type/hooks/table-search/index.d.ts +3 -0
- package/dist/@type/hooks/table-search/type.d.ts +54 -0
- package/dist/@type/icons/index.d.ts +2 -0
- package/dist/@type/index.d.ts +13 -0
- package/dist/@type/resolver/index.d.ts +3 -0
- package/dist/@type/type.d.ts +11 -0
- package/dist/@type/typings.d.ts +20 -0
- package/dist/@type/utils/amap/@type/AMap.d.ts +24 -0
- package/dist/@type/utils/amap/@type/Bounds.d.ts +18 -0
- package/dist/@type/utils/amap/@type/Control.d.ts +19 -0
- package/dist/@type/utils/amap/@type/Event.d.ts +11 -0
- package/dist/@type/utils/amap/@type/Icon.d.ts +12 -0
- package/dist/@type/utils/amap/@type/InfoWindow.d.ts +40 -0
- package/dist/@type/utils/amap/@type/LngLat.d.ts +34 -0
- package/dist/@type/utils/amap/@type/Map.d.ts +218 -0
- package/dist/@type/utils/amap/@type/Marker.d.ts +137 -0
- package/dist/@type/utils/amap/@type/MarkerCluster.d.ts +65 -0
- package/dist/@type/utils/amap/@type/MoveAnimation.d.ts +33 -0
- package/dist/@type/utils/amap/@type/Pixel.d.ts +11 -0
- package/dist/@type/utils/amap/@type/Polyline.d.ts +80 -0
- package/dist/@type/utils/amap/@type/Size.d.ts +9 -0
- package/dist/@type/utils/amap/@type/index.d.ts +23 -0
- package/dist/@type/utils/amap/@type/other.d.ts +11 -0
- package/dist/@type/utils/amap/index.d.ts +3 -0
- package/dist/@type/utils/amap/type.d.ts +21 -0
- package/dist/@type/utils/amap/utils/coordinates.d.ts +24 -0
- package/dist/@type/utils/amap/utils/index.d.ts +12 -0
- package/dist/@type/utils/amap/utils/type.d.ts +4 -0
- package/dist/@type/utils/echarts/hooks/index.d.ts +76 -0
- package/dist/@type/utils/echarts/index.d.ts +3 -0
- package/dist/@type/utils/echarts/modules/coordinate/basic.d.ts +27 -0
- package/dist/@type/utils/echarts/modules/coordinate/cartesian.d.ts +25 -0
- package/dist/@type/utils/echarts/modules/coordinate/polar.d.ts +14 -0
- package/dist/@type/utils/echarts/modules/index.d.ts +5 -0
- package/dist/@type/utils/echarts/modules/series/bar.d.ts +16 -0
- package/dist/@type/utils/echarts/modules/series/line.d.ts +16 -0
- package/dist/@type/utils/echarts/modules/series/pie.d.ts +28 -0
- package/dist/@type/utils/echarts/modules/type.d.ts +83 -0
- package/dist/@type/utils/echarts/type.d.ts +8 -0
- package/dist/@type/utils/echarts/utils/assignOption.d.ts +7 -0
- package/dist/@type/utils/echarts/utils/index.d.ts +27 -0
- package/dist/@type/utils/fn-periodically/FnBatchPeriodically.d.ts +32 -0
- package/dist/@type/utils/fn-periodically/FnPeriodically.d.ts +37 -0
- package/dist/@type/utils/fn-periodically/index.d.ts +2 -0
- package/dist/@type/utils/fn-periodically/type.d.ts +30 -0
- package/dist/@type/utils/index.d.ts +6 -0
- package/dist/@type/utils/match-unit/dataset.d.ts +8 -0
- package/dist/@type/utils/match-unit/index.d.ts +10 -0
- package/dist/@type/utils/match-unit/type.d.ts +39 -0
- package/dist/@type/utils/mitt/hooks/inject-events/index.d.ts +7 -0
- package/dist/@type/utils/mitt/hooks/inject-events/type.d.ts +9 -0
- package/dist/@type/utils/prototype/index.d.ts +5 -0
- package/dist/@type/utils/prototype/lib/ArrayUtil.d.ts +87 -0
- package/dist/@type/utils/prototype/lib/ComponentUtil.d.ts +18 -0
- package/dist/@type/utils/prototype/lib/FileUtil.d.ts +19 -0
- package/dist/@type/utils/prototype/lib/NumberUtil.d.ts +9 -0
- package/dist/@type/utils/prototype/lib/ObjectUtil.d.ts +152 -0
- package/dist/@type/utils/prototype/lib/PromiseUtil.d.ts +7 -0
- package/dist/@type/utils/prototype/type.d.ts +28 -0
- package/dist/@type/utils/sandbox/Sandbox.d.ts +25 -0
- package/dist/@type/utils/transition-fade/index.d.ts +32 -0
- package/dist/@type/utils/transition-fade/type.d.ts +6 -0
- package/dist/_virtual/_plugin-vue_export-helper.es.js +10 -0
- package/dist/components/adaptive-box/AdaptiveBox.vue.es.js +7 -0
- package/dist/components/adaptive-box/AdaptiveBox.vue.es2.js +170 -0
- package/dist/components/coordinate-pickup/CoordinatePickup.vue.es.js +10 -0
- package/dist/components/coordinate-pickup/CoordinatePickup.vue.es2.js +302 -0
- package/dist/components/drag-drop-box/DragDropBox.vue.es.js +7 -0
- package/dist/components/drag-drop-box/DragDropBox.vue.es2.js +59 -0
- package/dist/components/drag-drop-container/DragDropContainer.vue.es.js +7 -0
- package/dist/components/drag-drop-container/DragDropContainer.vue.es2.js +113 -0
- package/dist/components/echarts-canvas/EChartsCanvas.vue.es.js +7 -0
- package/dist/components/echarts-canvas/EChartsCanvas.vue.es2.js +73 -0
- package/dist/components/in-body/InBody.vue.es.js +24 -0
- package/dist/components/in-body/InBody.vue.es2.js +4 -0
- package/dist/components/index.es.js +26 -0
- package/dist/components/position-anchor/PositionAnchor.vue.es.js +7 -0
- package/dist/components/position-anchor/PositionAnchor.vue.es2.js +22 -0
- package/dist/components/progress-bar/ProgressBar.vue.es.js +7 -0
- package/dist/components/progress-bar/ProgressBar.vue.es2.js +126 -0
- package/dist/components/progress-ring/ProgressRing.vue.es.js +7 -0
- package/dist/components/progress-ring/ProgressRing.vue.es2.js +87 -0
- package/dist/components/scroll-container/ScrollContainer.vue.es.js +7 -0
- package/dist/components/scroll-container/ScrollContainer.vue.es2.js +89 -0
- package/dist/components/show-log/ShowLog.vue.es.js +7 -0
- package/dist/components/show-log/ShowLog.vue.es2.js +61 -0
- package/dist/components/ys-video/YsVideo.vue.es.js +7 -0
- package/dist/components/ys-video/YsVideo.vue.es2.js +122 -0
- package/dist/components/ys-video/components/BtnLineRec.vue.es.js +7 -0
- package/dist/components/ys-video/components/BtnLineRec.vue.es2.js +57 -0
- package/dist/components/ys-video/images/btn-play.png.es.js +4 -0
- package/dist/config/index.es.js +16 -0
- package/dist/directive/index.es.js +4 -0
- package/dist/directive/ref-height/index.es.js +49 -0
- package/dist/element-plus/components/date-picker/DatePicker.vue.es.js +107 -0
- package/dist/element-plus/components/date-picker/DatePicker.vue.es2.js +4 -0
- package/dist/element-plus/components/date-picker/index.es.js +213 -0
- package/dist/element-plus/components/empty/Empty.vue.es.js +92 -0
- package/dist/element-plus/components/empty/Empty.vue.es3.js +5 -0
- package/dist/element-plus/components/empty/config.es.js +10 -0
- package/dist/element-plus/components/empty/hooks/index.es.js +24 -0
- package/dist/element-plus/components/form-dialog/FormDialog.vue.es.js +135 -0
- package/dist/element-plus/components/form-dialog/FormDialog.vue.es2.js +4 -0
- package/dist/element-plus/components/images/Images.vue.es.js +7 -0
- package/dist/element-plus/components/images/Images.vue.es2.js +93 -0
- package/dist/element-plus/components/images/index.es.js +10 -0
- package/dist/element-plus/components/index.es.js +21 -0
- package/dist/element-plus/components/pagination/Pagination.vue.es.js +7 -0
- package/dist/element-plus/components/pagination/Pagination.vue.es2.js +66 -0
- package/dist/element-plus/components/table-column/TableColumn.vue.es.js +34 -0
- package/dist/element-plus/components/table-column/TableColumn.vue.es2.js +4 -0
- package/dist/element-plus/components/upload/accept/index.es.js +12 -0
- package/dist/element-plus/components/upload/index.es.js +35 -0
- package/dist/element-plus/components/upload/select-file/SelectFile.vue.es.js +7 -0
- package/dist/element-plus/components/upload/select-file/SelectFile.vue.es2.js +66 -0
- package/dist/element-plus/components/upload/upload-files/UploadFiles.vue.es.js +7 -0
- package/dist/element-plus/components/upload/upload-files/UploadFiles.vue.es2.js +204 -0
- package/dist/element-plus/components/upload/upload-images/UploadImages.vue.es.js +7 -0
- package/dist/element-plus/components/upload/upload-images/UploadImages.vue.es2.js +212 -0
- package/dist/element-plus/hooks/dialog/index.es.js +44 -0
- package/dist/element-plus/hooks/form/index.es.js +45 -0
- package/dist/element-plus/hooks/form-dialog/index.es.js +53 -0
- package/dist/element-plus/hooks/table-sort/index.es.js +30 -0
- package/dist/element-plus/index.es.js +51 -0
- package/dist/element-plus/utils/form-rule/rule.es.js +107 -0
- package/dist/element-plus/utils/table-util/index.es.js +56 -0
- package/dist/entity/BigFloat.es.js +102 -0
- package/dist/entity/Pages.es.js +11 -0
- package/dist/entity/RejectError.es.js +35 -0
- package/dist/entity/index.es.js +8 -0
- package/dist/hooks/index.es.js +4 -0
- package/dist/hooks/table-search/index.es.js +72 -0
- package/dist/icons/images/Image.svg.es.js +4 -0
- package/dist/icons/images/ImageError.svg.es.js +4 -0
- package/dist/icons/index.es.js +12 -0
- package/dist/index.es.js +111 -0
- package/dist/mrxy-yk.css +1 -0
- package/dist/resolver/index.es.js +24 -0
- package/dist/styles/plugins/colors/index.scss +52 -0
- package/dist/styles/plugins/colors/var.scss +77 -0
- package/dist/styles/plugins/template.scss +37 -0
- package/dist/utils/amap/index.es.js +21 -0
- package/dist/utils/amap/utils/coordinates.es.js +61 -0
- package/dist/utils/amap/utils/index.es.js +39 -0
- package/dist/utils/echarts/hooks/index.es.js +32 -0
- package/dist/utils/echarts/modules/coordinate/basic.es.js +103 -0
- package/dist/utils/echarts/modules/coordinate/cartesian.es.js +79 -0
- package/dist/utils/echarts/modules/series/bar.es.js +43 -0
- package/dist/utils/echarts/modules/series/line.es.js +47 -0
- package/dist/utils/echarts/modules/series/pie.es.js +126 -0
- package/dist/utils/echarts/utils/assignOption.es.js +40 -0
- package/dist/utils/echarts/utils/index.es.js +99 -0
- package/dist/utils/fn-periodically/FnBatchPeriodically.es.js +70 -0
- package/dist/utils/fn-periodically/FnPeriodically.es.js +85 -0
- package/dist/utils/index.es.js +49 -0
- package/dist/utils/match-unit/dataset.es.js +143 -0
- package/dist/utils/match-unit/index.es.js +56 -0
- package/dist/utils/mitt/hooks/inject-events/index.es.js +27 -0
- package/dist/utils/prototype/lib/ArrayUtil.es.js +115 -0
- package/dist/utils/prototype/lib/ComponentUtil.es.js +45 -0
- package/dist/utils/prototype/lib/NumberUtil.es.js +17 -0
- package/dist/utils/prototype/lib/ObjectUtil.es.js +277 -0
- package/dist/utils/prototype/lib/PromiseUtil.es.js +18 -0
- package/dist/utils/transition-fade/index.es.js +79 -0
- package/global.d.ts +55 -0
- package/package.json +134 -0
- package/web-types-mr.json +923 -0
- package/web-types-yk.json +923 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { AMap } from './AMap';
|
|
2
|
+
export class LngLat {
|
|
3
|
+
constructor(lng?: number, lat?: number, noWrap?: boolean)
|
|
4
|
+
|
|
5
|
+
readonly lat
|
|
6
|
+
|
|
7
|
+
readonly lng
|
|
8
|
+
|
|
9
|
+
readonly kT
|
|
10
|
+
|
|
11
|
+
readonly KL
|
|
12
|
+
|
|
13
|
+
setLng(lng: number): void
|
|
14
|
+
|
|
15
|
+
setLat(lat: number): void
|
|
16
|
+
|
|
17
|
+
getLng(): number
|
|
18
|
+
|
|
19
|
+
getLat(): number
|
|
20
|
+
|
|
21
|
+
equals(another: AMap.LngLat): boolean
|
|
22
|
+
|
|
23
|
+
add(another: AMap.LngLat, noWrap: boolean): AMap.LngLat
|
|
24
|
+
|
|
25
|
+
subtract(another: AMap.LngLat, noWrap: boolean): AMap.LngLat
|
|
26
|
+
|
|
27
|
+
offset(E, N): AMap.LngLat
|
|
28
|
+
|
|
29
|
+
toString(): string
|
|
30
|
+
|
|
31
|
+
toArray(): number[]
|
|
32
|
+
|
|
33
|
+
distance(): number
|
|
34
|
+
}
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import { Event } from './Event';
|
|
2
|
+
import { AMap, LngLat } from './AMap';
|
|
3
|
+
import { Layer, Overlay } from './other';
|
|
4
|
+
export class Map extends Event<MapEvent> {
|
|
5
|
+
constructor(div: string | HTMLDivElement, opts: MapOptions)
|
|
6
|
+
|
|
7
|
+
resize(): void
|
|
8
|
+
|
|
9
|
+
setCenter(center: number[] | string[] | AMap.LngLat, immediately = false, duration?: number): void
|
|
10
|
+
|
|
11
|
+
setZoomAndCenter(zoom: number, center: number[] | AMap.LngLat, immediately = false, duration?: number): void
|
|
12
|
+
|
|
13
|
+
getBounds(): AMap.Bounds
|
|
14
|
+
|
|
15
|
+
getCenter(): AMap.LngLat
|
|
16
|
+
|
|
17
|
+
setZoom(zoom: number, immediately = false, duration?: number): void
|
|
18
|
+
|
|
19
|
+
getZoom(digits: number): number
|
|
20
|
+
|
|
21
|
+
zoomIn(): void
|
|
22
|
+
|
|
23
|
+
zoomOut(): void
|
|
24
|
+
|
|
25
|
+
getPitch(): number
|
|
26
|
+
|
|
27
|
+
setPitch(pitch: number, immediately = false, duration?: number): void
|
|
28
|
+
|
|
29
|
+
getRotation(): number
|
|
30
|
+
|
|
31
|
+
setRotation(rotation: number, immediately = false, duration?: number): void
|
|
32
|
+
|
|
33
|
+
setBounds(bounds: number[] | AMap.Bounds, immediately = false, duration?: number): void
|
|
34
|
+
|
|
35
|
+
panTo(lnglat: number[] | AMap.LngLat, duration?: number): void
|
|
36
|
+
|
|
37
|
+
panBy(x: number, y: number, duration?: number): void
|
|
38
|
+
|
|
39
|
+
getContainer(): HTMLDivElement
|
|
40
|
+
|
|
41
|
+
getSize(): AMap.Size
|
|
42
|
+
|
|
43
|
+
addLayer(layer: Layer): void
|
|
44
|
+
|
|
45
|
+
removeLayer(layer): void
|
|
46
|
+
|
|
47
|
+
add(features: VectorOverlay | any[])
|
|
48
|
+
|
|
49
|
+
setLayers(layers: Layer[])
|
|
50
|
+
|
|
51
|
+
getLayers(): Layer[]
|
|
52
|
+
|
|
53
|
+
remove(features: Overlay | AMap.LngLat | Array<Overlay | AMap.LngLat>)
|
|
54
|
+
|
|
55
|
+
getStatus(): MapStatus
|
|
56
|
+
|
|
57
|
+
lngLatToCoords(lnglat: number[] | LngLat): any
|
|
58
|
+
|
|
59
|
+
setStatus(status: MapStatus): void
|
|
60
|
+
|
|
61
|
+
coordsToLnglat(coords: number[]): any
|
|
62
|
+
|
|
63
|
+
lngLatToContainer(lnglat: number[] | AMap.LngLat): AMap.Pixel
|
|
64
|
+
|
|
65
|
+
getAltitude(lnglat: number[] | AMap.LngLat): number
|
|
66
|
+
|
|
67
|
+
containerToLngLat(pixel: number[] | AMap.Pixel): AMap.LngLat
|
|
68
|
+
|
|
69
|
+
getDefaultCursor(): string
|
|
70
|
+
|
|
71
|
+
setDefaultCursor(cursor: string): void
|
|
72
|
+
|
|
73
|
+
coordToContainer(coord: number[]): number[]
|
|
74
|
+
|
|
75
|
+
containerToCoord(pixel: number[] | AMap.Pixel)
|
|
76
|
+
|
|
77
|
+
destroy(): void
|
|
78
|
+
|
|
79
|
+
getAltitudeByContainer(pixel: number[] | AMap.Pixel)
|
|
80
|
+
|
|
81
|
+
pixelToLngLat(pixel: number[] | AMap.Pixel, zoom?: number): AMap.LngLat
|
|
82
|
+
|
|
83
|
+
lngLatToPixel(lnglat: number[] | AMap.LngLat, zoom?: number): AMap.Pixel
|
|
84
|
+
|
|
85
|
+
getLimitBounds(): void
|
|
86
|
+
|
|
87
|
+
setLimitBounds(): void
|
|
88
|
+
|
|
89
|
+
clearLimitBounds(): void
|
|
90
|
+
|
|
91
|
+
getZooms(): number[]
|
|
92
|
+
|
|
93
|
+
setZooms(zooms: number[])
|
|
94
|
+
|
|
95
|
+
getResolution(): number
|
|
96
|
+
|
|
97
|
+
getScale(dpi: number): number
|
|
98
|
+
|
|
99
|
+
getCity(getCityCallBack: {(e: any)}, lnglat: number[])
|
|
100
|
+
|
|
101
|
+
setCity(cityName: string)
|
|
102
|
+
|
|
103
|
+
setFitView(overlays: Overlay[], immediately = false, avoid?: [number, number, number, number], maxZoom?: number): void
|
|
104
|
+
|
|
105
|
+
getFitZoomAndCenterByOverlays(overlays: Overlay[], avoid: number[], maxZoom: number): void
|
|
106
|
+
|
|
107
|
+
getFitZoomAndCenterByBounds(bounds: number[] | AMap.Bounds, avoid: number[], maxZoom: number): void
|
|
108
|
+
|
|
109
|
+
addControl(control: AMap.Control): void
|
|
110
|
+
|
|
111
|
+
removeControl(control: AMap.Control): void
|
|
112
|
+
|
|
113
|
+
setMapStyle(value: string): void
|
|
114
|
+
|
|
115
|
+
getMapStyle(): string
|
|
116
|
+
|
|
117
|
+
getAllOverlays(type?: 'marker' | 'circle' | 'polyline' | 'polygon'): Overlay[]
|
|
118
|
+
|
|
119
|
+
clearMap(): void
|
|
120
|
+
|
|
121
|
+
clearInfoWindow(): void
|
|
122
|
+
|
|
123
|
+
getFeatures(): string[]
|
|
124
|
+
|
|
125
|
+
setFeatures(features: Array<'bg' | 'point' | 'road' | 'building'>)
|
|
126
|
+
|
|
127
|
+
getMapApprovalNumber(): string
|
|
128
|
+
|
|
129
|
+
setMask(maskPath: number[][], maskPath: number[]): void
|
|
130
|
+
|
|
131
|
+
setLabelRejectMask(reject: boolean): void
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
export interface MapOptions {
|
|
135
|
+
center?: number[] | AMap.LngLat,
|
|
136
|
+
zoom?: number,
|
|
137
|
+
rotation?: number,
|
|
138
|
+
pitch?: number,
|
|
139
|
+
viewMode?: '2D' | '3D',
|
|
140
|
+
terrain?: boolean,
|
|
141
|
+
features?: ('bg' | 'point' | 'road' | 'building')[],
|
|
142
|
+
layers?: Layer[],
|
|
143
|
+
zooms?: number[],
|
|
144
|
+
dragEnable?: boolean,
|
|
145
|
+
zoomEnable?: boolean,
|
|
146
|
+
jogEnable?: boolean,
|
|
147
|
+
pitchEnable?: boolean,
|
|
148
|
+
rotateEnable?: boolean,
|
|
149
|
+
animateEnable?: boolean,
|
|
150
|
+
keyboardEnable?: boolean,
|
|
151
|
+
doubleClickZoom?: boolean,
|
|
152
|
+
scrollWheel?: boolean,
|
|
153
|
+
touchZoom?: boolean,
|
|
154
|
+
touchZoomCenter?: boolean,
|
|
155
|
+
showLabel?: boolean,
|
|
156
|
+
defaultCursor?: string,
|
|
157
|
+
isHotspot?: string,
|
|
158
|
+
mapStyle?: string,
|
|
159
|
+
wallColor?: string | number[],
|
|
160
|
+
roofColor?: string | number[],
|
|
161
|
+
showBuildingBlock?: boolean,
|
|
162
|
+
showIndoorMap?: boolean,
|
|
163
|
+
skyColor?: boolean,
|
|
164
|
+
labelRejectMask?: boolean,
|
|
165
|
+
mask?: number[],
|
|
166
|
+
WebGLParams?: any
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
interface MapStatus {
|
|
170
|
+
showIndoorMap?: boolean,
|
|
171
|
+
resizeEnable?: boolean,
|
|
172
|
+
dragEnable?: boolean,
|
|
173
|
+
keyboardEnable?: boolean,
|
|
174
|
+
doubleClickZoom?: boolean,
|
|
175
|
+
zoomEnable?: boolean,
|
|
176
|
+
rotateEnable?: boolean
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
// region Event
|
|
180
|
+
type MapEventType =
|
|
181
|
+
| 'resize'
|
|
182
|
+
| 'complete'
|
|
183
|
+
| 'click'
|
|
184
|
+
| 'dblclick'
|
|
185
|
+
| 'mapmove'
|
|
186
|
+
| 'hotspotclick'
|
|
187
|
+
| 'hotspotover'
|
|
188
|
+
| 'hotspotout'
|
|
189
|
+
| 'movestart'
|
|
190
|
+
| 'moveend'
|
|
191
|
+
| 'zoomchange'
|
|
192
|
+
| 'zoomstart'
|
|
193
|
+
| 'zoomend'
|
|
194
|
+
| 'rotatechange'
|
|
195
|
+
| 'rotatestart'
|
|
196
|
+
| 'mousemove'
|
|
197
|
+
| 'mousewheel'
|
|
198
|
+
| 'mouseover'
|
|
199
|
+
| 'mouseout'
|
|
200
|
+
| 'mouseup'
|
|
201
|
+
| 'mousedown'
|
|
202
|
+
| 'rightclick'
|
|
203
|
+
| 'dragstart'
|
|
204
|
+
| 'dragging'
|
|
205
|
+
| 'dragend'
|
|
206
|
+
| 'touchstart'
|
|
207
|
+
| 'touchmove'
|
|
208
|
+
| 'touchend';
|
|
209
|
+
|
|
210
|
+
export interface MapsEvent {
|
|
211
|
+
lnglat: AMap.LngLat,
|
|
212
|
+
pixel: AMap.Pixel,
|
|
213
|
+
type: string,
|
|
214
|
+
target: any
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
type MapEvent = Record<MapEventType, MapsEvent>
|
|
218
|
+
// endregion
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import { AMap } from './AMap';
|
|
2
|
+
import { MapsEvent } from './Map';
|
|
3
|
+
import { Event } from './Event';
|
|
4
|
+
import { MoveAnimation } from './MoveAnimation';
|
|
5
|
+
import { Vector2, Anchor, Direction } from './index';
|
|
6
|
+
interface Marker extends Event<MarkerEvent>, MoveAnimation {}
|
|
7
|
+
export class Marker {
|
|
8
|
+
constructor(markerOptions: MarkerOptions)
|
|
9
|
+
|
|
10
|
+
getIcon(): string | AMap.Icon
|
|
11
|
+
|
|
12
|
+
setIcon(icon: string | AMap.Icon): void
|
|
13
|
+
|
|
14
|
+
getTitle(): string
|
|
15
|
+
|
|
16
|
+
getHeight(): number
|
|
17
|
+
|
|
18
|
+
getLabel(): LabelOptions
|
|
19
|
+
|
|
20
|
+
setLabel(opts: LabelOptions): void
|
|
21
|
+
|
|
22
|
+
getClickable(): boolean
|
|
23
|
+
|
|
24
|
+
setClickable(clickable: boolean): void
|
|
25
|
+
|
|
26
|
+
getDraggable(): boolean
|
|
27
|
+
|
|
28
|
+
setDraggable(draggable: boolean): void
|
|
29
|
+
|
|
30
|
+
getTop(): boolean
|
|
31
|
+
|
|
32
|
+
setTop(isTop: boolean): void
|
|
33
|
+
|
|
34
|
+
getCursor(): string
|
|
35
|
+
|
|
36
|
+
setCursor(cursor: string): void
|
|
37
|
+
|
|
38
|
+
getExtData(): any
|
|
39
|
+
|
|
40
|
+
setExtData(extData: any): void
|
|
41
|
+
|
|
42
|
+
remove(): void
|
|
43
|
+
|
|
44
|
+
getMap(): AMap.Map
|
|
45
|
+
|
|
46
|
+
setMap(map: AMap.Map): void
|
|
47
|
+
|
|
48
|
+
addTo(map: AMap.Map): void
|
|
49
|
+
|
|
50
|
+
add(map: AMap.Map): void
|
|
51
|
+
|
|
52
|
+
show(): void
|
|
53
|
+
|
|
54
|
+
hide(): void
|
|
55
|
+
|
|
56
|
+
getPosition(): any
|
|
57
|
+
|
|
58
|
+
setPosition(position: number[]): void
|
|
59
|
+
|
|
60
|
+
getAnchor(): string | number[]
|
|
61
|
+
|
|
62
|
+
setAnchor(anchor: Anchor): void
|
|
63
|
+
|
|
64
|
+
getOffset(): number[] | AMap.Pixel
|
|
65
|
+
|
|
66
|
+
setOffset(offset: number[] | AMap.Pixel): void
|
|
67
|
+
|
|
68
|
+
getAngle(): number
|
|
69
|
+
|
|
70
|
+
setAngle(angle: number): void
|
|
71
|
+
|
|
72
|
+
getSize(): number[] | AMap.Size
|
|
73
|
+
|
|
74
|
+
setSize(size: number[] | AMap.Size): void
|
|
75
|
+
|
|
76
|
+
getzIndex(): number
|
|
77
|
+
|
|
78
|
+
setzIndex(zIndex: number): void
|
|
79
|
+
|
|
80
|
+
getOptions(): MarkerOptions
|
|
81
|
+
|
|
82
|
+
getContent(): string | HTMLElement
|
|
83
|
+
|
|
84
|
+
setContent(content: string | HTMLElement): void
|
|
85
|
+
|
|
86
|
+
getBounds(): AMap.Bounds
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
interface MarkerOptions {
|
|
90
|
+
map?: AMap.Map,
|
|
91
|
+
position?: number[] | string[] | AMap.LngLat,
|
|
92
|
+
icon?: string,
|
|
93
|
+
content?: string | HTMLElement,
|
|
94
|
+
title?: string,
|
|
95
|
+
visible?: boolean,
|
|
96
|
+
zIndex?: number,
|
|
97
|
+
offset?: number[] | AMap.Pixel,
|
|
98
|
+
anchor?: Anchor | Vector2
|
|
99
|
+
angle?: number,
|
|
100
|
+
clickable?: boolean,
|
|
101
|
+
draggable?: boolean,
|
|
102
|
+
bubble?: boolean,
|
|
103
|
+
zooms?: number[],
|
|
104
|
+
cursor?: string,
|
|
105
|
+
topWhenClick?: boolean,
|
|
106
|
+
height?: number,
|
|
107
|
+
label?: LabelOptions,
|
|
108
|
+
extData?: any
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
interface LabelOptions {
|
|
112
|
+
content?: string,
|
|
113
|
+
offset: AMap.Pixel | Vector2,
|
|
114
|
+
direction?: Direction
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
// region Event
|
|
118
|
+
type MarkerEventType =
|
|
119
|
+
| 'click'
|
|
120
|
+
| 'dblclick'
|
|
121
|
+
| 'rightclick'
|
|
122
|
+
| 'mousemove'
|
|
123
|
+
| 'mouseover'
|
|
124
|
+
| 'mouseout'
|
|
125
|
+
| 'mousedown'
|
|
126
|
+
| 'mouseup'
|
|
127
|
+
| 'dragstart'
|
|
128
|
+
| 'dragging'
|
|
129
|
+
| 'dragend'
|
|
130
|
+
| 'moving'
|
|
131
|
+
| 'moveend'
|
|
132
|
+
| 'movealong'
|
|
133
|
+
| 'touchstart'
|
|
134
|
+
| 'touchmove'
|
|
135
|
+
| 'touchend'
|
|
136
|
+
type MarkerEvent = Record<MarkerEventType, MapsEvent>
|
|
137
|
+
// endregion
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { AMap } from './AMap';
|
|
2
|
+
import { Event } from './Event';
|
|
3
|
+
export class MarkerCluster extends Event<MarkerClusterEvent> {
|
|
4
|
+
constructor(map: AMap.Map, dataOptions: DataOption[], markerClusterOptions: MarkerClusterOptions)
|
|
5
|
+
|
|
6
|
+
addData(dataOptions: DataOption[]): void
|
|
7
|
+
|
|
8
|
+
setData(dataOptions: DataOption[]): void
|
|
9
|
+
|
|
10
|
+
getClustersCount(): number
|
|
11
|
+
|
|
12
|
+
getGridSize(): number
|
|
13
|
+
|
|
14
|
+
setGridSize(size: number): void
|
|
15
|
+
|
|
16
|
+
getMaxZoom(): number
|
|
17
|
+
|
|
18
|
+
setMaxZoom(zoom: number): void
|
|
19
|
+
|
|
20
|
+
setStyles(styles: MarkerClusterStyle[])
|
|
21
|
+
|
|
22
|
+
getMap(): AMap.Map
|
|
23
|
+
|
|
24
|
+
setMap(map: AMap.Map): void
|
|
25
|
+
|
|
26
|
+
isAverageCenter(): boolean
|
|
27
|
+
|
|
28
|
+
setAverageCenter(averageCenter: boolean): void
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
interface DataOption { lnglat: Vector2, weight?: number, data?: any }
|
|
32
|
+
|
|
33
|
+
interface MarkerClusterStyle {
|
|
34
|
+
url: string,
|
|
35
|
+
size: AMap.Size,
|
|
36
|
+
offset?: AMap.Pixel,
|
|
37
|
+
imageOffset?: AMap.Pixel,
|
|
38
|
+
textColor?: string,
|
|
39
|
+
textSize?: number
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
interface MarkerClusterOptions {
|
|
43
|
+
gridSize?: number,
|
|
44
|
+
maxZoom?: number,
|
|
45
|
+
averageCenter?: boolean,
|
|
46
|
+
clusterByZoomChange?: boolean,
|
|
47
|
+
styles?: MarkerClusterStyle[],
|
|
48
|
+
|
|
49
|
+
renderClusterMarker?(count: number, marker: AMap.Marker),
|
|
50
|
+
|
|
51
|
+
renderMarker?(e: RenderMarkerCallbackParams)
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
interface MarkerClusterEvent {
|
|
55
|
+
click: { cluster: any, target: any, lnglat: AMap.LngLat, markers: AMap.Marker }
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
interface RenderMarkerCallbackParams {
|
|
59
|
+
count: number,
|
|
60
|
+
marker: AMap.Marker,
|
|
61
|
+
data: {
|
|
62
|
+
lnglat: AMap.LngLat,
|
|
63
|
+
[p: string]: any
|
|
64
|
+
}[]
|
|
65
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AMap } from './AMap';
|
|
2
|
+
export class MoveAnimation {
|
|
3
|
+
moveTo(targetPosition: number[] | AMap.LngLat, opts?: MoveToOptions): void
|
|
4
|
+
|
|
5
|
+
moveAlong(path: number[] | AMap.LngLat[], opts?: MoveAlongOptions): void
|
|
6
|
+
|
|
7
|
+
startMove(): void
|
|
8
|
+
|
|
9
|
+
stopMove(): void
|
|
10
|
+
|
|
11
|
+
resumeMove(): void
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
type AnimationCallback = (index: number, data: AMap.LngLat) => number
|
|
15
|
+
|
|
16
|
+
type EasingCallback = (passedTime: number) => number
|
|
17
|
+
|
|
18
|
+
interface MoveAlongOptions {
|
|
19
|
+
duration: number | AnimationCallback,
|
|
20
|
+
speed: number | AnimationCallback,
|
|
21
|
+
easing: EasingCallback,
|
|
22
|
+
circlable: boolean,
|
|
23
|
+
delay: number | AnimationCallback,
|
|
24
|
+
aniInterval: number,
|
|
25
|
+
autoRotation: boolean
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
interface MoveToOptions {
|
|
29
|
+
duration?: number,
|
|
30
|
+
speed?: number,
|
|
31
|
+
easing?: EasingCallback,
|
|
32
|
+
autoRotation?: boolean
|
|
33
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { Event } from './Event';
|
|
2
|
+
import { MapsEvent } from './Map';
|
|
3
|
+
import { AMap } from './AMap';
|
|
4
|
+
import { LngLatLike } from './other';
|
|
5
|
+
export class Polyline extends Event<PolylineEvent> {
|
|
6
|
+
constructor(opts: PolylineOptions)
|
|
7
|
+
|
|
8
|
+
hide(): void
|
|
9
|
+
|
|
10
|
+
show(): void
|
|
11
|
+
|
|
12
|
+
getExtData(): any
|
|
13
|
+
|
|
14
|
+
getOptions(): PolylineOptions
|
|
15
|
+
|
|
16
|
+
getPath(): AMap.LngLat[] | AMap.LngLat[][]
|
|
17
|
+
|
|
18
|
+
setExtData(extData: any): void
|
|
19
|
+
|
|
20
|
+
setHeight(height: number): void
|
|
21
|
+
|
|
22
|
+
destroy(): void
|
|
23
|
+
|
|
24
|
+
getBounds(): AMap.Bounds
|
|
25
|
+
|
|
26
|
+
setPath(path?: LngLatLike[] | LngLatLike[][]): any
|
|
27
|
+
|
|
28
|
+
moveWithPos(dx: any, dy: any): void
|
|
29
|
+
|
|
30
|
+
getLength(isTerrain?: boolean): any
|
|
31
|
+
|
|
32
|
+
getEndDistance(): void
|
|
33
|
+
|
|
34
|
+
generateBuffer(gl: any): void
|
|
35
|
+
|
|
36
|
+
setOptions(optsArg: PolylineOptions): void
|
|
37
|
+
|
|
38
|
+
contains(point: LngLatLike): boolean
|
|
39
|
+
|
|
40
|
+
getPolylineHeight(): any
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
interface PolylineOptions {
|
|
44
|
+
path?: AMap.LngLat[] | AMap.LngLat[][]
|
|
45
|
+
zIndex?: number
|
|
46
|
+
bubble?: boolean
|
|
47
|
+
cursor?: string
|
|
48
|
+
strokeColor?: string
|
|
49
|
+
strokeOpacity?: number
|
|
50
|
+
strokeWeight?: number
|
|
51
|
+
isOutline?: boolean
|
|
52
|
+
borderWeight?: number
|
|
53
|
+
outlineColor?: string
|
|
54
|
+
draggable?: boolean
|
|
55
|
+
height?: number
|
|
56
|
+
extData?: any
|
|
57
|
+
strokeStyle?: 'solid' | 'dashed'
|
|
58
|
+
strokeDasharray?: number[]
|
|
59
|
+
lineJoin?: 'miter' | 'round' | 'bevel'
|
|
60
|
+
lineCap?: 'butt' | 'round' | 'square'
|
|
61
|
+
geodesic?: boolean
|
|
62
|
+
showDir?: boolean
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
// region Event
|
|
66
|
+
type PolylineEventType =
|
|
67
|
+
| 'hide'
|
|
68
|
+
| 'show'
|
|
69
|
+
| 'click'
|
|
70
|
+
| 'dblclick'
|
|
71
|
+
| 'rightclick'
|
|
72
|
+
| 'mousedown'
|
|
73
|
+
| 'mouseup'
|
|
74
|
+
| 'mouseover'
|
|
75
|
+
| 'mouseout'
|
|
76
|
+
| 'touchstart'
|
|
77
|
+
| 'touchmove'
|
|
78
|
+
| 'touchend'
|
|
79
|
+
type PolylineEvent = Record<PolylineEventType, MapsEvent>
|
|
80
|
+
// endregion
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export * from './AMap'
|
|
2
|
+
export * from './other'
|
|
3
|
+
|
|
4
|
+
export type LoadOption = {
|
|
5
|
+
// 申请好的Web端开发者Key,首次调用 load 时必填
|
|
6
|
+
key: string
|
|
7
|
+
// 指定要加载的 JSAPI 的版本,缺省时默认为 1.4.15
|
|
8
|
+
version: string
|
|
9
|
+
// 插件列表
|
|
10
|
+
plugins?: string[]
|
|
11
|
+
// 是否加载 AMapUI,缺省不加载
|
|
12
|
+
AMapUI?: {
|
|
13
|
+
// AMapUI 缺省 1.1
|
|
14
|
+
version?: string
|
|
15
|
+
// 需要加载的 AMapUI ui插件
|
|
16
|
+
plugins?: string[]
|
|
17
|
+
};
|
|
18
|
+
// 是否加载 Loca, 缺省不加载
|
|
19
|
+
Loca?: {
|
|
20
|
+
// Loca 版本,缺省 1.3.2
|
|
21
|
+
version?: string
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type Layer = any
|
|
2
|
+
|
|
3
|
+
export type Overlay = marker | circle | polyline | polygon | any
|
|
4
|
+
|
|
5
|
+
export type Direction = 'top' | 'right' | 'bottom' | 'left' | 'center'
|
|
6
|
+
|
|
7
|
+
export type Anchor = 'top-left' | 'top-center' | 'middle-left' | 'center' | 'middle-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'
|
|
8
|
+
|
|
9
|
+
export type Vector2 = [number, number] | number[]
|
|
10
|
+
|
|
11
|
+
export type LngLatLike = AMap.LngLat | Vector2
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { AMap } from './@type/AMap';
|
|
2
|
+
import { LoadOption } from './@type';
|
|
3
|
+
import { MapOptions } from './@type/Map';
|
|
4
|
+
export type LoaderOptions = {
|
|
5
|
+
// key 高德地图key(缺省使用全局配置)
|
|
6
|
+
key?: string,
|
|
7
|
+
// secret 高德地图secret(缺省使用全局配置)
|
|
8
|
+
secret?: string,
|
|
9
|
+
// el 地图容器元素
|
|
10
|
+
el: HTMLDivElement,
|
|
11
|
+
// plugins 插件列表
|
|
12
|
+
plugins?: string[],
|
|
13
|
+
// mapStyle 地图样式
|
|
14
|
+
mapStyle?: string,
|
|
15
|
+
// loadOption 加载选项
|
|
16
|
+
loadOption?: LoadOption,
|
|
17
|
+
// mapOption 地图选项
|
|
18
|
+
mapOption?: MapOptions
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export type AMapResolve = { AMap: typeof AMap, map: AMap.Map }
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Vector2 } from '../@type';
|
|
2
|
+
/**
|
|
3
|
+
* 处理坐标系的工具
|
|
4
|
+
*/
|
|
5
|
+
export declare class CoordinatesUtil {
|
|
6
|
+
/**
|
|
7
|
+
* GCJ-02(火星坐标系)转WGS-84
|
|
8
|
+
* @param lngLat
|
|
9
|
+
*/
|
|
10
|
+
static gcj02ToWgs84(lngLat: Vector2): Vector2;
|
|
11
|
+
/**
|
|
12
|
+
* WGS-84转GCJ-02(火星坐标系)
|
|
13
|
+
* @param lngLat
|
|
14
|
+
*/
|
|
15
|
+
static wgs84ToGcj02(lngLat: Vector2): Vector2;
|
|
16
|
+
/**
|
|
17
|
+
* 检查坐标是否在国内
|
|
18
|
+
* @param lngLat
|
|
19
|
+
*/
|
|
20
|
+
static isOutChina(lngLat: Vector2): boolean;
|
|
21
|
+
private static delta;
|
|
22
|
+
private static transformLng;
|
|
23
|
+
private static transformLat;
|
|
24
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AMap } from '../@type';
|
|
2
|
+
import { FitViewOverlays } from './type';
|
|
3
|
+
import { CoordinatesUtil } from './coordinates';
|
|
4
|
+
export declare class AMapUtil {
|
|
5
|
+
/**
|
|
6
|
+
* 生成setFitView所需的覆盖物
|
|
7
|
+
* @param aMap
|
|
8
|
+
* @param points
|
|
9
|
+
*/
|
|
10
|
+
static createFitViewOverlays(aMap: typeof AMap, points: FitViewOverlays.ParamPoint[]): AMap.Marker[];
|
|
11
|
+
static Coordinates: typeof CoordinatesUtil;
|
|
12
|
+
}
|