@mapgis/webclient-mapboxgl-plugin 17.0.2 → 17.0.5
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/README.md +26 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/es5/webclient-mapboxgl-plugin.min.js +1 -1
- package/dist/webclient-mapboxgl-plugin-es6.min.js +1 -1
- package/documention/EchartsLayer.html +14 -4
- package/documention/MapViewMapboxgl.html +419 -137
- package/documention/Popup.html +156 -42
- package/documention/Screenshot.html +43 -18
- package/documention/SketchEditorMapboxgl.html +261 -88
- package/documention/index.html +4 -4
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapvLayer.html +22 -7
- package/documention/scripts/sideBar.js +133 -6
- package/package.json +1 -1
|
@@ -79,13 +79,18 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
79
79
|
|
|
80
80
|
<tr class="deep-level-0">
|
|
81
81
|
|
|
82
|
-
<td class="name"
|
|
82
|
+
<td class="name"><code>options</code></td>
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
<td class="type">
|
|
86
86
|
|
|
87
87
|
|
|
88
|
-
<span class="param-type">
|
|
88
|
+
<span class="param-type">
|
|
89
|
+
|
|
90
|
+
Object
|
|
91
|
+
|
|
92
|
+
</span>
|
|
93
|
+
|
|
89
94
|
|
|
90
95
|
|
|
91
96
|
|
|
@@ -105,13 +110,18 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
105
110
|
|
|
106
111
|
<tr class="deep-level-1">
|
|
107
112
|
|
|
108
|
-
<td class="name"
|
|
113
|
+
<td class="name"><code>map</code></td>
|
|
109
114
|
|
|
110
115
|
|
|
111
116
|
<td class="type">
|
|
112
117
|
|
|
113
118
|
|
|
114
|
-
<span class="param-type">
|
|
119
|
+
<span class="param-type">
|
|
120
|
+
|
|
121
|
+
Map
|
|
122
|
+
|
|
123
|
+
</span>
|
|
124
|
+
|
|
115
125
|
|
|
116
126
|
|
|
117
127
|
|
|
@@ -131,13 +141,18 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
131
141
|
|
|
132
142
|
<tr class="deep-level-1">
|
|
133
143
|
|
|
134
|
-
<td class="name"
|
|
144
|
+
<td class="name"><code>viewId</code></td>
|
|
135
145
|
|
|
136
146
|
|
|
137
147
|
<td class="type">
|
|
138
148
|
|
|
139
149
|
|
|
140
|
-
<span class="param-type">
|
|
150
|
+
<span class="param-type">
|
|
151
|
+
|
|
152
|
+
String
|
|
153
|
+
|
|
154
|
+
</span>
|
|
155
|
+
|
|
141
156
|
|
|
142
157
|
|
|
143
158
|
|
|
@@ -157,13 +172,18 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
157
172
|
|
|
158
173
|
<tr class="deep-level-1">
|
|
159
174
|
|
|
160
|
-
<td class="name"
|
|
175
|
+
<td class="name"><code>zoom</code></td>
|
|
161
176
|
|
|
162
177
|
|
|
163
178
|
<td class="type">
|
|
164
179
|
|
|
165
180
|
|
|
166
|
-
<span class="param-type">
|
|
181
|
+
<span class="param-type">
|
|
182
|
+
|
|
183
|
+
Number
|
|
184
|
+
|
|
185
|
+
</span>
|
|
186
|
+
|
|
167
187
|
|
|
168
188
|
|
|
169
189
|
|
|
@@ -185,13 +205,18 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
185
205
|
|
|
186
206
|
<tr class="deep-level-1">
|
|
187
207
|
|
|
188
|
-
<td class="name"
|
|
208
|
+
<td class="name"><code>center</code></td>
|
|
189
209
|
|
|
190
210
|
|
|
191
211
|
<td class="type">
|
|
192
212
|
|
|
193
213
|
|
|
194
|
-
<span class="param-type">
|
|
214
|
+
<span class="param-type">
|
|
215
|
+
|
|
216
|
+
Point
|
|
217
|
+
|
|
218
|
+
</span>
|
|
219
|
+
|
|
195
220
|
|
|
196
221
|
|
|
197
222
|
|
|
@@ -211,13 +236,18 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
211
236
|
|
|
212
237
|
<tr class="deep-level-1">
|
|
213
238
|
|
|
214
|
-
<td class="name"
|
|
239
|
+
<td class="name"><code>extent</code></td>
|
|
215
240
|
|
|
216
241
|
|
|
217
242
|
<td class="type">
|
|
218
243
|
|
|
219
244
|
|
|
220
|
-
<span class="param-type">
|
|
245
|
+
<span class="param-type">
|
|
246
|
+
|
|
247
|
+
Extent
|
|
248
|
+
|
|
249
|
+
</span>
|
|
250
|
+
|
|
221
251
|
|
|
222
252
|
|
|
223
253
|
|
|
@@ -237,13 +267,18 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
237
267
|
|
|
238
268
|
<tr class="deep-level-1">
|
|
239
269
|
|
|
240
|
-
<td class="name"
|
|
270
|
+
<td class="name"><code>scale</code></td>
|
|
241
271
|
|
|
242
272
|
|
|
243
273
|
<td class="type">
|
|
244
274
|
|
|
245
275
|
|
|
246
|
-
<span class="param-type">
|
|
276
|
+
<span class="param-type">
|
|
277
|
+
|
|
278
|
+
Number
|
|
279
|
+
|
|
280
|
+
</span>
|
|
281
|
+
|
|
247
282
|
|
|
248
283
|
|
|
249
284
|
|
|
@@ -263,13 +298,18 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
263
298
|
|
|
264
299
|
<tr class="deep-level-1">
|
|
265
300
|
|
|
266
|
-
<td class="name"
|
|
301
|
+
<td class="name"><code>maxScale</code></td>
|
|
267
302
|
|
|
268
303
|
|
|
269
304
|
<td class="type">
|
|
270
305
|
|
|
271
306
|
|
|
272
|
-
<span class="param-type">
|
|
307
|
+
<span class="param-type">
|
|
308
|
+
|
|
309
|
+
Number
|
|
310
|
+
|
|
311
|
+
</span>
|
|
312
|
+
|
|
273
313
|
|
|
274
314
|
|
|
275
315
|
|
|
@@ -289,13 +329,18 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
289
329
|
|
|
290
330
|
<tr class="deep-level-1">
|
|
291
331
|
|
|
292
|
-
<td class="name"
|
|
332
|
+
<td class="name"><code>minScale</code></td>
|
|
293
333
|
|
|
294
334
|
|
|
295
335
|
<td class="type">
|
|
296
336
|
|
|
297
337
|
|
|
298
|
-
<span class="param-type">
|
|
338
|
+
<span class="param-type">
|
|
339
|
+
|
|
340
|
+
Number
|
|
341
|
+
|
|
342
|
+
</span>
|
|
343
|
+
|
|
299
344
|
|
|
300
345
|
|
|
301
346
|
|
|
@@ -315,13 +360,18 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
315
360
|
|
|
316
361
|
<tr class="deep-level-1">
|
|
317
362
|
|
|
318
|
-
<td class="name"
|
|
363
|
+
<td class="name"><code>popup</code></td>
|
|
319
364
|
|
|
320
365
|
|
|
321
366
|
<td class="type">
|
|
322
367
|
|
|
323
368
|
|
|
324
|
-
<span class="param-type">
|
|
369
|
+
<span class="param-type">
|
|
370
|
+
|
|
371
|
+
Object
|
|
372
|
+
|
|
373
|
+
</span>
|
|
374
|
+
|
|
325
375
|
|
|
326
376
|
|
|
327
377
|
|
|
@@ -393,37 +443,37 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
393
443
|
<div class="column is-2"><label>绑定事件</label></div>
|
|
394
444
|
<div class="column is-10">
|
|
395
445
|
<ul>
|
|
396
|
-
<li
|
|
446
|
+
<li><a href="#地图视图加载完毕事件">地图视图加载完毕事件</a></li>
|
|
397
447
|
|
|
398
|
-
<li
|
|
448
|
+
<li><a href="#鼠标点击事件">鼠标点击事件</a></li>
|
|
399
449
|
|
|
400
|
-
<li
|
|
450
|
+
<li><a href="#鼠标双击事件">鼠标双击事件</a></li>
|
|
401
451
|
|
|
402
|
-
<li
|
|
452
|
+
<li><a href="#鼠标按下事件">鼠标按下事件</a></li>
|
|
403
453
|
|
|
404
|
-
<li
|
|
454
|
+
<li><a href="#鼠标抬起事件">鼠标抬起事件</a></li>
|
|
405
455
|
|
|
406
|
-
<li
|
|
456
|
+
<li><a href="#鼠标右键点击事件">鼠标右键点击事件</a></li>
|
|
407
457
|
|
|
408
|
-
<li
|
|
458
|
+
<li><a href="#鼠标移动事件">鼠标移动事件</a></li>
|
|
409
459
|
|
|
410
|
-
<li
|
|
460
|
+
<li><a href="#鼠标移出视图事件">鼠标移出视图事件</a></li>
|
|
411
461
|
|
|
412
|
-
<li
|
|
462
|
+
<li><a href="#鼠标移入视图事件">鼠标移入视图事件</a></li>
|
|
413
463
|
|
|
414
|
-
<li
|
|
464
|
+
<li><a href="#zoom变化事件">zoom变化事件</a></li>
|
|
415
465
|
|
|
416
|
-
<li
|
|
466
|
+
<li><a href="#地图移动事件">地图移动事件</a></li>
|
|
417
467
|
|
|
418
|
-
<li
|
|
468
|
+
<li><a href="#地图大小变化事件">地图大小变化事件</a></li>
|
|
419
469
|
|
|
420
|
-
<li
|
|
470
|
+
<li><a href="#键盘输入事件">键盘输入事件</a></li>
|
|
421
471
|
|
|
422
|
-
<li
|
|
472
|
+
<li><a href="#键盘按下事件">键盘按下事件</a></li>
|
|
423
473
|
|
|
424
|
-
<li
|
|
474
|
+
<li><a href="#键盘抬起事件">键盘抬起事件</a></li>
|
|
425
475
|
|
|
426
|
-
<li
|
|
476
|
+
<li><a href="#地图视图改变事件">地图视图改变事件</a></li>
|
|
427
477
|
</ul>
|
|
428
478
|
</div>
|
|
429
479
|
</div>
|
|
@@ -532,11 +582,16 @@ const mapView = new MapViewMapboxgl({
|
|
|
532
582
|
<tbody>
|
|
533
583
|
|
|
534
584
|
<tr class="deep-level-0">
|
|
535
|
-
<td class="name"><code><a href="
|
|
585
|
+
<td class="name"><code><a href="#engineType">engineType</a></code></td>
|
|
536
586
|
<td class="name">
|
|
537
587
|
<code>
|
|
538
588
|
|
|
539
|
-
<span class="param-type">
|
|
589
|
+
<span class="param-type">
|
|
590
|
+
|
|
591
|
+
Object
|
|
592
|
+
|
|
593
|
+
</span>
|
|
594
|
+
|
|
540
595
|
|
|
541
596
|
|
|
542
597
|
</code>
|
|
@@ -555,7 +610,12 @@ const mapView = new MapViewMapboxgl({
|
|
|
555
610
|
<span class="method-parameter is-pulled-right">
|
|
556
611
|
<label>类型:</label>
|
|
557
612
|
|
|
558
|
-
<span class="param-type">
|
|
613
|
+
<span class="param-type">
|
|
614
|
+
|
|
615
|
+
Object
|
|
616
|
+
|
|
617
|
+
</span>
|
|
618
|
+
|
|
559
619
|
|
|
560
620
|
|
|
561
621
|
</span>
|
|
@@ -645,23 +705,27 @@ const mapView = new MapViewMapboxgl({
|
|
|
645
705
|
<tbody>
|
|
646
706
|
|
|
647
707
|
<tr class="deep-level-0">
|
|
648
|
-
<td class="name"><code><a href="
|
|
708
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
649
709
|
<td class="name">
|
|
650
710
|
<code>
|
|
651
711
|
|
|
652
712
|
|
|
653
|
-
<span class="param-type"
|
|
713
|
+
<span class="param-type">
|
|
714
|
+
|
|
715
|
+
<a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
|
|
716
|
+
|
|
717
|
+
</span>
|
|
718
|
+
|
|
654
719
|
|
|
655
720
|
|
|
656
721
|
|
|
657
722
|
</code>
|
|
658
723
|
</td>
|
|
659
|
-
<td class="name"><code><p
|
|
660
|
-
通过一个配置生成一个场景视图对象</p></code></td>
|
|
724
|
+
<td class="name"><code><p></code></td>
|
|
661
725
|
</tr>
|
|
662
726
|
|
|
663
727
|
<tr class="deep-level-0">
|
|
664
|
-
<td class="name"><code><a href="
|
|
728
|
+
<td class="name"><code><a href="#flyTo">flyTo</a></code></td>
|
|
665
729
|
<td class="name">
|
|
666
730
|
<code>
|
|
667
731
|
|
|
@@ -671,98 +735,127 @@ const mapView = new MapViewMapboxgl({
|
|
|
671
735
|
</tr>
|
|
672
736
|
|
|
673
737
|
<tr class="deep-level-0">
|
|
674
|
-
<td class="name"><code><a href="
|
|
738
|
+
<td class="name"><code><a href="#getCenter">getCenter</a></code></td>
|
|
675
739
|
<td class="name">
|
|
676
740
|
<code>
|
|
677
741
|
|
|
678
742
|
|
|
679
|
-
<span class="param-type">
|
|
743
|
+
<span class="param-type">
|
|
744
|
+
|
|
745
|
+
Object
|
|
746
|
+
|
|
747
|
+
</span>
|
|
748
|
+
|
|
680
749
|
|
|
681
750
|
|
|
682
751
|
|
|
683
752
|
</code>
|
|
684
753
|
</td>
|
|
685
|
-
<td class="name"><code><p>获取当前视图的中心点(经纬度中心点)
|
|
754
|
+
<td class="name"><code><p>获取当前视图的中心点(经纬度中心点)</code></td>
|
|
686
755
|
</tr>
|
|
687
756
|
|
|
688
757
|
<tr class="deep-level-0">
|
|
689
|
-
<td class="name"><code><a href="
|
|
758
|
+
<td class="name"><code><a href="#getExtent">getExtent</a></code></td>
|
|
690
759
|
<td class="name">
|
|
691
760
|
<code>
|
|
692
761
|
|
|
693
762
|
|
|
694
|
-
<span class="param-type">
|
|
763
|
+
<span class="param-type">
|
|
764
|
+
|
|
765
|
+
Extent
|
|
766
|
+
|
|
767
|
+
</span>
|
|
768
|
+
|
|
695
769
|
|
|
696
770
|
|
|
697
771
|
|
|
698
772
|
</code>
|
|
699
773
|
</td>
|
|
700
|
-
<td class="name"><code><p
|
|
774
|
+
<td class="name"><code><p>获取当前视图的地理范围</code></td>
|
|
701
775
|
</tr>
|
|
702
776
|
|
|
703
777
|
<tr class="deep-level-0">
|
|
704
|
-
<td class="name"><code><a href="
|
|
778
|
+
<td class="name"><code><a href="#getScale">getScale</a></code></td>
|
|
705
779
|
<td class="name">
|
|
706
780
|
<code>
|
|
707
781
|
|
|
708
782
|
|
|
709
|
-
<span class="param-type">
|
|
783
|
+
<span class="param-type">
|
|
784
|
+
|
|
785
|
+
Number
|
|
786
|
+
|
|
787
|
+
</span>
|
|
788
|
+
|
|
710
789
|
|
|
711
790
|
|
|
712
791
|
|
|
713
792
|
</code>
|
|
714
793
|
</td>
|
|
715
|
-
<td class="name"><code><p
|
|
716
|
-
获取当前比例尺</p></code></td>
|
|
794
|
+
<td class="name"><code><p></code></td>
|
|
717
795
|
</tr>
|
|
718
796
|
|
|
719
797
|
<tr class="deep-level-0">
|
|
720
|
-
<td class="name"><code><a href="
|
|
798
|
+
<td class="name"><code><a href="#getSize">getSize</a></code></td>
|
|
721
799
|
<td class="name">
|
|
722
800
|
<code>
|
|
723
801
|
|
|
724
802
|
|
|
725
|
-
<span class="param-type">
|
|
803
|
+
<span class="param-type">
|
|
804
|
+
|
|
805
|
+
Object
|
|
806
|
+
|
|
807
|
+
</span>
|
|
808
|
+
|
|
726
809
|
|
|
727
810
|
|
|
728
811
|
|
|
729
812
|
</code>
|
|
730
813
|
</td>
|
|
731
|
-
<td class="name"><code><p
|
|
814
|
+
<td class="name"><code><p>获取当前视图容器的宽高,单位像素</code></td>
|
|
732
815
|
</tr>
|
|
733
816
|
|
|
734
817
|
<tr class="deep-level-0">
|
|
735
|
-
<td class="name"><code><a href="
|
|
818
|
+
<td class="name"><code><a href="#getZoom">getZoom</a></code></td>
|
|
736
819
|
<td class="name">
|
|
737
820
|
<code>
|
|
738
821
|
|
|
739
822
|
|
|
740
|
-
<span class="param-type">
|
|
823
|
+
<span class="param-type">
|
|
824
|
+
|
|
825
|
+
Number
|
|
826
|
+
|
|
827
|
+
</span>
|
|
828
|
+
|
|
741
829
|
|
|
742
830
|
|
|
743
831
|
|
|
744
832
|
</code>
|
|
745
833
|
</td>
|
|
746
|
-
<td class="name"><code><p
|
|
834
|
+
<td class="name"><code><p>获取当前缩放级数</code></td>
|
|
747
835
|
</tr>
|
|
748
836
|
|
|
749
837
|
<tr class="deep-level-0">
|
|
750
|
-
<td class="name"><code><a href="
|
|
838
|
+
<td class="name"><code><a href="#goTo">goTo</a></code></td>
|
|
751
839
|
<td class="name">
|
|
752
840
|
<code>
|
|
753
841
|
|
|
754
842
|
</code>
|
|
755
843
|
</td>
|
|
756
|
-
<td class="name"><code><p
|
|
844
|
+
<td class="name"><code><p>视点跳转为给定的目标</code></td>
|
|
757
845
|
</tr>
|
|
758
846
|
|
|
759
847
|
<tr class="deep-level-0">
|
|
760
|
-
<td class="name"><code><a href="
|
|
848
|
+
<td class="name"><code><a href="#hitTest">hitTest</a></code></td>
|
|
761
849
|
<td class="name">
|
|
762
850
|
<code>
|
|
763
851
|
|
|
764
852
|
|
|
765
|
-
<span class="param-type">
|
|
853
|
+
<span class="param-type">
|
|
854
|
+
|
|
855
|
+
Array
|
|
856
|
+
|
|
857
|
+
</span>
|
|
858
|
+
|
|
766
859
|
|
|
767
860
|
|
|
768
861
|
|
|
@@ -772,12 +865,17 @@ const mapView = new MapViewMapboxgl({
|
|
|
772
865
|
</tr>
|
|
773
866
|
|
|
774
867
|
<tr class="deep-level-0">
|
|
775
|
-
<td class="name"><code><a href="
|
|
868
|
+
<td class="name"><code><a href="#takeScreenshot">takeScreenshot</a></code></td>
|
|
776
869
|
<td class="name">
|
|
777
870
|
<code>
|
|
778
871
|
|
|
779
872
|
|
|
780
|
-
<span class="param-type">
|
|
873
|
+
<span class="param-type">
|
|
874
|
+
|
|
875
|
+
Object
|
|
876
|
+
|
|
877
|
+
</span>
|
|
878
|
+
|
|
781
879
|
|
|
782
880
|
|
|
783
881
|
|
|
@@ -787,51 +885,63 @@ const mapView = new MapViewMapboxgl({
|
|
|
787
885
|
</tr>
|
|
788
886
|
|
|
789
887
|
<tr class="deep-level-0">
|
|
790
|
-
<td class="name"><code><a href="
|
|
888
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
791
889
|
<td class="name">
|
|
792
890
|
<code>
|
|
793
891
|
|
|
794
892
|
|
|
795
|
-
<span class="param-type">
|
|
893
|
+
<span class="param-type">
|
|
894
|
+
|
|
895
|
+
Object
|
|
896
|
+
|
|
897
|
+
</span>
|
|
898
|
+
|
|
796
899
|
|
|
797
900
|
|
|
798
901
|
|
|
799
902
|
</code>
|
|
800
903
|
</td>
|
|
801
|
-
<td class="name"><code><p
|
|
802
|
-
导出场景视图的配置文件</p></code></td>
|
|
904
|
+
<td class="name"><code><p></code></td>
|
|
803
905
|
</tr>
|
|
804
906
|
|
|
805
907
|
<tr class="deep-level-0">
|
|
806
|
-
<td class="name"><code><a href="
|
|
908
|
+
<td class="name"><code><a href="#toMap">toMap</a></code></td>
|
|
807
909
|
<td class="name">
|
|
808
910
|
<code>
|
|
809
911
|
|
|
810
912
|
|
|
811
|
-
<span class="param-type">
|
|
913
|
+
<span class="param-type">
|
|
914
|
+
|
|
915
|
+
Point
|
|
916
|
+
|
|
917
|
+
</span>
|
|
918
|
+
|
|
812
919
|
|
|
813
920
|
|
|
814
921
|
|
|
815
922
|
</code>
|
|
816
923
|
</td>
|
|
817
|
-
<td class="name"><code><p
|
|
818
|
-
屏幕像素坐标点转地理坐标点</p></code></td>
|
|
924
|
+
<td class="name"><code><p></code></td>
|
|
819
925
|
</tr>
|
|
820
926
|
|
|
821
927
|
<tr class="deep-level-0">
|
|
822
|
-
<td class="name"><code><a href="
|
|
928
|
+
<td class="name"><code><a href="#toScreen">toScreen</a></code></td>
|
|
823
929
|
<td class="name">
|
|
824
930
|
<code>
|
|
825
931
|
|
|
826
932
|
|
|
827
|
-
<span class="param-type">
|
|
933
|
+
<span class="param-type">
|
|
934
|
+
|
|
935
|
+
Object
|
|
936
|
+
|
|
937
|
+
</span>
|
|
938
|
+
|
|
828
939
|
|
|
829
940
|
|
|
830
941
|
|
|
831
942
|
</code>
|
|
832
943
|
</td>
|
|
833
|
-
<td class="name"><code><p
|
|
834
|
-
地理坐标点转屏幕像素坐标点</p></code></td>
|
|
944
|
+
<td class="name"><code><p></code></td>
|
|
835
945
|
</tr>
|
|
836
946
|
|
|
837
947
|
</tbody>
|
|
@@ -897,13 +1007,18 @@ const mapView = new MapViewMapboxgl({
|
|
|
897
1007
|
|
|
898
1008
|
<tr class="deep-level-0">
|
|
899
1009
|
|
|
900
|
-
<td class="name"
|
|
1010
|
+
<td class="name"><code>json</code></td>
|
|
901
1011
|
|
|
902
1012
|
|
|
903
1013
|
<td class="type">
|
|
904
1014
|
|
|
905
1015
|
|
|
906
|
-
<span class="param-type">
|
|
1016
|
+
<span class="param-type">
|
|
1017
|
+
|
|
1018
|
+
Object
|
|
1019
|
+
|
|
1020
|
+
</span>
|
|
1021
|
+
|
|
907
1022
|
|
|
908
1023
|
|
|
909
1024
|
|
|
@@ -989,7 +1104,12 @@ const mapView = new MapViewMapboxgl({
|
|
|
989
1104
|
<div class='column is-5 has-text-left'>
|
|
990
1105
|
<label>类型: </label>
|
|
991
1106
|
|
|
992
|
-
<span class="param-type"
|
|
1107
|
+
<span class="param-type">
|
|
1108
|
+
|
|
1109
|
+
<a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
|
|
1110
|
+
|
|
1111
|
+
</span>
|
|
1112
|
+
|
|
993
1113
|
|
|
994
1114
|
|
|
995
1115
|
</div>
|
|
@@ -1060,7 +1180,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
1060
1180
|
|
|
1061
1181
|
<tr class="deep-level-0">
|
|
1062
1182
|
|
|
1063
|
-
<td class="name"
|
|
1183
|
+
<td class="name"><code>options</code></td>
|
|
1064
1184
|
|
|
1065
1185
|
|
|
1066
1186
|
<td class="type">
|
|
@@ -1077,13 +1197,18 @@ const mapView = new MapViewMapboxgl({
|
|
|
1077
1197
|
|
|
1078
1198
|
<tr class="deep-level-1">
|
|
1079
1199
|
|
|
1080
|
-
<td class="name"
|
|
1200
|
+
<td class="name"><code>center</code></td>
|
|
1081
1201
|
|
|
1082
1202
|
|
|
1083
1203
|
<td class="type">
|
|
1084
1204
|
|
|
1085
1205
|
|
|
1086
|
-
<span class="param-type">
|
|
1206
|
+
<span class="param-type">
|
|
1207
|
+
|
|
1208
|
+
Array
|
|
1209
|
+
|
|
1210
|
+
</span>
|
|
1211
|
+
|
|
1087
1212
|
|
|
1088
1213
|
|
|
1089
1214
|
|
|
@@ -1099,13 +1224,18 @@ const mapView = new MapViewMapboxgl({
|
|
|
1099
1224
|
|
|
1100
1225
|
<tr class="deep-level-1">
|
|
1101
1226
|
|
|
1102
|
-
<td class="name"
|
|
1227
|
+
<td class="name"><code>zoom</code></td>
|
|
1103
1228
|
|
|
1104
1229
|
|
|
1105
1230
|
<td class="type">
|
|
1106
1231
|
|
|
1107
1232
|
|
|
1108
|
-
<span class="param-type">
|
|
1233
|
+
<span class="param-type">
|
|
1234
|
+
|
|
1235
|
+
Number
|
|
1236
|
+
|
|
1237
|
+
</span>
|
|
1238
|
+
|
|
1109
1239
|
|
|
1110
1240
|
|
|
1111
1241
|
|
|
@@ -1121,13 +1251,18 @@ const mapView = new MapViewMapboxgl({
|
|
|
1121
1251
|
|
|
1122
1252
|
<tr class="deep-level-1">
|
|
1123
1253
|
|
|
1124
|
-
<td class="name"
|
|
1254
|
+
<td class="name"><code>extent</code></td>
|
|
1125
1255
|
|
|
1126
1256
|
|
|
1127
1257
|
<td class="type">
|
|
1128
1258
|
|
|
1129
1259
|
|
|
1130
|
-
<span class="param-type">
|
|
1260
|
+
<span class="param-type">
|
|
1261
|
+
|
|
1262
|
+
Extent
|
|
1263
|
+
|
|
1264
|
+
</span>
|
|
1265
|
+
|
|
1131
1266
|
|
|
1132
1267
|
|
|
1133
1268
|
|
|
@@ -1386,7 +1521,12 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1386
1521
|
<div class='column is-5 has-text-left'>
|
|
1387
1522
|
<label>类型: </label>
|
|
1388
1523
|
|
|
1389
|
-
<span class="param-type">
|
|
1524
|
+
<span class="param-type">
|
|
1525
|
+
|
|
1526
|
+
Object
|
|
1527
|
+
|
|
1528
|
+
</span>
|
|
1529
|
+
|
|
1390
1530
|
|
|
1391
1531
|
|
|
1392
1532
|
</div>
|
|
@@ -1502,7 +1642,12 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1502
1642
|
<div class='column is-5 has-text-left'>
|
|
1503
1643
|
<label>类型: </label>
|
|
1504
1644
|
|
|
1505
|
-
<span class="param-type">
|
|
1645
|
+
<span class="param-type">
|
|
1646
|
+
|
|
1647
|
+
Extent
|
|
1648
|
+
|
|
1649
|
+
</span>
|
|
1650
|
+
|
|
1506
1651
|
|
|
1507
1652
|
|
|
1508
1653
|
</div>
|
|
@@ -1619,7 +1764,12 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1619
1764
|
<div class='column is-5 has-text-left'>
|
|
1620
1765
|
<label>类型: </label>
|
|
1621
1766
|
|
|
1622
|
-
<span class="param-type">
|
|
1767
|
+
<span class="param-type">
|
|
1768
|
+
|
|
1769
|
+
Number
|
|
1770
|
+
|
|
1771
|
+
</span>
|
|
1772
|
+
|
|
1623
1773
|
|
|
1624
1774
|
|
|
1625
1775
|
</div>
|
|
@@ -1735,7 +1885,12 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1735
1885
|
<div class='column is-5 has-text-left'>
|
|
1736
1886
|
<label>类型: </label>
|
|
1737
1887
|
|
|
1738
|
-
<span class="param-type">
|
|
1888
|
+
<span class="param-type">
|
|
1889
|
+
|
|
1890
|
+
Object
|
|
1891
|
+
|
|
1892
|
+
</span>
|
|
1893
|
+
|
|
1739
1894
|
|
|
1740
1895
|
|
|
1741
1896
|
</div>
|
|
@@ -1851,7 +2006,12 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1851
2006
|
<div class='column is-5 has-text-left'>
|
|
1852
2007
|
<label>类型: </label>
|
|
1853
2008
|
|
|
1854
|
-
<span class="param-type">
|
|
2009
|
+
<span class="param-type">
|
|
2010
|
+
|
|
2011
|
+
Number
|
|
2012
|
+
|
|
2013
|
+
</span>
|
|
2014
|
+
|
|
1855
2015
|
|
|
1856
2016
|
|
|
1857
2017
|
</div>
|
|
@@ -1924,7 +2084,7 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1924
2084
|
|
|
1925
2085
|
<tr class="deep-level-0">
|
|
1926
2086
|
|
|
1927
|
-
<td class="name"
|
|
2087
|
+
<td class="name"><code>goToTarget</code></td>
|
|
1928
2088
|
|
|
1929
2089
|
|
|
1930
2090
|
<td class="type">
|
|
@@ -1945,16 +2105,25 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1945
2105
|
|
|
1946
2106
|
<tr class="deep-level-1">
|
|
1947
2107
|
|
|
1948
|
-
<td class="name"
|
|
2108
|
+
<td class="name"><code>center</code></td>
|
|
1949
2109
|
|
|
1950
2110
|
|
|
1951
2111
|
<td class="type">
|
|
1952
2112
|
|
|
1953
2113
|
|
|
1954
|
-
<span class="param-type">
|
|
2114
|
+
<span class="param-type">
|
|
2115
|
+
|
|
2116
|
+
Point
|
|
2117
|
+
|
|
2118
|
+
</span>
|
|
1955
2119
|
|
|
|
1956
2120
|
|
|
1957
|
-
<span class="param-type">
|
|
2121
|
+
<span class="param-type">
|
|
2122
|
+
|
|
2123
|
+
Array
|
|
2124
|
+
|
|
2125
|
+
</span>
|
|
2126
|
+
|
|
1958
2127
|
|
|
1959
2128
|
|
|
1960
2129
|
|
|
@@ -1974,13 +2143,18 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1974
2143
|
|
|
1975
2144
|
<tr class="deep-level-1">
|
|
1976
2145
|
|
|
1977
|
-
<td class="name"
|
|
2146
|
+
<td class="name"><code>zoom</code></td>
|
|
1978
2147
|
|
|
1979
2148
|
|
|
1980
2149
|
<td class="type">
|
|
1981
2150
|
|
|
1982
2151
|
|
|
1983
|
-
<span class="param-type">
|
|
2152
|
+
<span class="param-type">
|
|
2153
|
+
|
|
2154
|
+
Number
|
|
2155
|
+
|
|
2156
|
+
</span>
|
|
2157
|
+
|
|
1984
2158
|
|
|
1985
2159
|
|
|
1986
2160
|
|
|
@@ -2000,13 +2174,18 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
2000
2174
|
|
|
2001
2175
|
<tr class="deep-level-1">
|
|
2002
2176
|
|
|
2003
|
-
<td class="name"
|
|
2177
|
+
<td class="name"><code>scale</code></td>
|
|
2004
2178
|
|
|
2005
2179
|
|
|
2006
2180
|
<td class="type">
|
|
2007
2181
|
|
|
2008
2182
|
|
|
2009
|
-
<span class="param-type">
|
|
2183
|
+
<span class="param-type">
|
|
2184
|
+
|
|
2185
|
+
Number
|
|
2186
|
+
|
|
2187
|
+
</span>
|
|
2188
|
+
|
|
2010
2189
|
|
|
2011
2190
|
|
|
2012
2191
|
|
|
@@ -2026,19 +2205,32 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
2026
2205
|
|
|
2027
2206
|
<tr class="deep-level-1">
|
|
2028
2207
|
|
|
2029
|
-
<td class="name"
|
|
2208
|
+
<td class="name"><code>target</code></td>
|
|
2030
2209
|
|
|
2031
2210
|
|
|
2032
2211
|
<td class="type">
|
|
2033
2212
|
|
|
2034
2213
|
|
|
2035
|
-
<span class="param-type">
|
|
2214
|
+
<span class="param-type">
|
|
2215
|
+
|
|
2216
|
+
Geometry
|
|
2217
|
+
|
|
2218
|
+
</span>
|
|
2036
2219
|
|
|
|
2037
2220
|
|
|
2038
|
-
<span class="param-type">
|
|
2221
|
+
<span class="param-type">
|
|
2222
|
+
|
|
2223
|
+
Array.<Geometry>
|
|
2224
|
+
|
|
2225
|
+
</span>
|
|
2039
2226
|
|
|
|
2040
2227
|
|
|
2041
|
-
<span class="param-type">
|
|
2228
|
+
<span class="param-type">
|
|
2229
|
+
|
|
2230
|
+
Collection.<Geometry>
|
|
2231
|
+
|
|
2232
|
+
</span>
|
|
2233
|
+
|
|
2042
2234
|
|
|
2043
2235
|
|
|
2044
2236
|
|
|
@@ -2063,7 +2255,7 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
2063
2255
|
|
|
2064
2256
|
<tr class="deep-level-0">
|
|
2065
2257
|
|
|
2066
|
-
<td class="name"
|
|
2258
|
+
<td class="name"><code>options</code></td>
|
|
2067
2259
|
|
|
2068
2260
|
|
|
2069
2261
|
<td class="type">
|
|
@@ -2084,13 +2276,18 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
2084
2276
|
|
|
2085
2277
|
<tr class="deep-level-1">
|
|
2086
2278
|
|
|
2087
|
-
<td class="name"
|
|
2279
|
+
<td class="name"><code>animate</code></td>
|
|
2088
2280
|
|
|
2089
2281
|
|
|
2090
2282
|
<td class="type">
|
|
2091
2283
|
|
|
2092
2284
|
|
|
2093
|
-
<span class="param-type">
|
|
2285
|
+
<span class="param-type">
|
|
2286
|
+
|
|
2287
|
+
Boolean
|
|
2288
|
+
|
|
2289
|
+
</span>
|
|
2290
|
+
|
|
2094
2291
|
|
|
2095
2292
|
|
|
2096
2293
|
|
|
@@ -2112,13 +2309,18 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
2112
2309
|
|
|
2113
2310
|
<tr class="deep-level-1">
|
|
2114
2311
|
|
|
2115
|
-
<td class="name"
|
|
2312
|
+
<td class="name"><code>duration</code></td>
|
|
2116
2313
|
|
|
2117
2314
|
|
|
2118
2315
|
<td class="type">
|
|
2119
2316
|
|
|
2120
2317
|
|
|
2121
|
-
<span class="param-type">
|
|
2318
|
+
<span class="param-type">
|
|
2319
|
+
|
|
2320
|
+
Number
|
|
2321
|
+
|
|
2322
|
+
</span>
|
|
2323
|
+
|
|
2122
2324
|
|
|
2123
2325
|
|
|
2124
2326
|
|
|
@@ -2326,13 +2528,18 @@ mapView
|
|
|
2326
2528
|
|
|
2327
2529
|
<tr class="deep-level-0">
|
|
2328
2530
|
|
|
2329
|
-
<td class="name"
|
|
2531
|
+
<td class="name"><code>screenPoint</code></td>
|
|
2330
2532
|
|
|
2331
2533
|
|
|
2332
2534
|
<td class="type">
|
|
2333
2535
|
|
|
2334
2536
|
|
|
2335
|
-
<span class="param-type">
|
|
2537
|
+
<span class="param-type">
|
|
2538
|
+
|
|
2539
|
+
Object
|
|
2540
|
+
|
|
2541
|
+
</span>
|
|
2542
|
+
|
|
2336
2543
|
|
|
2337
2544
|
|
|
2338
2545
|
|
|
@@ -2420,7 +2627,12 @@ mapView
|
|
|
2420
2627
|
<div class='column is-5 has-text-left'>
|
|
2421
2628
|
<label>类型: </label>
|
|
2422
2629
|
|
|
2423
|
-
<span class="param-type">
|
|
2630
|
+
<span class="param-type">
|
|
2631
|
+
|
|
2632
|
+
Array
|
|
2633
|
+
|
|
2634
|
+
</span>
|
|
2635
|
+
|
|
2424
2636
|
|
|
2425
2637
|
|
|
2426
2638
|
</div>
|
|
@@ -2570,13 +2782,18 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2570
2782
|
|
|
2571
2783
|
<tr class="deep-level-0">
|
|
2572
2784
|
|
|
2573
|
-
<td class="name"
|
|
2785
|
+
<td class="name"><code>options</code></td>
|
|
2574
2786
|
|
|
2575
2787
|
|
|
2576
2788
|
<td class="type">
|
|
2577
2789
|
|
|
2578
2790
|
|
|
2579
|
-
<span class="param-type">
|
|
2791
|
+
<span class="param-type">
|
|
2792
|
+
|
|
2793
|
+
Object
|
|
2794
|
+
|
|
2795
|
+
</span>
|
|
2796
|
+
|
|
2580
2797
|
|
|
2581
2798
|
|
|
2582
2799
|
|
|
@@ -2598,13 +2815,18 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2598
2815
|
|
|
2599
2816
|
<tr class="deep-level-1">
|
|
2600
2817
|
|
|
2601
|
-
<td class="name"
|
|
2818
|
+
<td class="name"><code>format</code></td>
|
|
2602
2819
|
|
|
2603
2820
|
|
|
2604
2821
|
<td class="type">
|
|
2605
2822
|
|
|
2606
2823
|
|
|
2607
|
-
<span class="param-type">
|
|
2824
|
+
<span class="param-type">
|
|
2825
|
+
|
|
2826
|
+
PictureFormat
|
|
2827
|
+
|
|
2828
|
+
</span>
|
|
2829
|
+
|
|
2608
2830
|
|
|
2609
2831
|
|
|
2610
2832
|
|
|
@@ -2626,13 +2848,18 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2626
2848
|
|
|
2627
2849
|
<tr class="deep-level-1">
|
|
2628
2850
|
|
|
2629
|
-
<td class="name"
|
|
2851
|
+
<td class="name"><code>filename</code></td>
|
|
2630
2852
|
|
|
2631
2853
|
|
|
2632
2854
|
<td class="type">
|
|
2633
2855
|
|
|
2634
2856
|
|
|
2635
|
-
<span class="param-type">
|
|
2857
|
+
<span class="param-type">
|
|
2858
|
+
|
|
2859
|
+
String
|
|
2860
|
+
|
|
2861
|
+
</span>
|
|
2862
|
+
|
|
2636
2863
|
|
|
2637
2864
|
|
|
2638
2865
|
|
|
@@ -2654,13 +2881,18 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2654
2881
|
|
|
2655
2882
|
<tr class="deep-level-1">
|
|
2656
2883
|
|
|
2657
|
-
<td class="name"
|
|
2884
|
+
<td class="name"><code>width</code></td>
|
|
2658
2885
|
|
|
2659
2886
|
|
|
2660
2887
|
<td class="type">
|
|
2661
2888
|
|
|
2662
2889
|
|
|
2663
|
-
<span class="param-type">
|
|
2890
|
+
<span class="param-type">
|
|
2891
|
+
|
|
2892
|
+
Number
|
|
2893
|
+
|
|
2894
|
+
</span>
|
|
2895
|
+
|
|
2664
2896
|
|
|
2665
2897
|
|
|
2666
2898
|
|
|
@@ -2680,13 +2912,18 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2680
2912
|
|
|
2681
2913
|
<tr class="deep-level-1">
|
|
2682
2914
|
|
|
2683
|
-
<td class="name"
|
|
2915
|
+
<td class="name"><code>height</code></td>
|
|
2684
2916
|
|
|
2685
2917
|
|
|
2686
2918
|
<td class="type">
|
|
2687
2919
|
|
|
2688
2920
|
|
|
2689
|
-
<span class="param-type">
|
|
2921
|
+
<span class="param-type">
|
|
2922
|
+
|
|
2923
|
+
Number
|
|
2924
|
+
|
|
2925
|
+
</span>
|
|
2926
|
+
|
|
2690
2927
|
|
|
2691
2928
|
|
|
2692
2929
|
|
|
@@ -2706,13 +2943,18 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2706
2943
|
|
|
2707
2944
|
<tr class="deep-level-1">
|
|
2708
2945
|
|
|
2709
|
-
<td class="name"
|
|
2946
|
+
<td class="name"><code>x</code></td>
|
|
2710
2947
|
|
|
2711
2948
|
|
|
2712
2949
|
<td class="type">
|
|
2713
2950
|
|
|
2714
2951
|
|
|
2715
|
-
<span class="param-type">
|
|
2952
|
+
<span class="param-type">
|
|
2953
|
+
|
|
2954
|
+
Number
|
|
2955
|
+
|
|
2956
|
+
</span>
|
|
2957
|
+
|
|
2716
2958
|
|
|
2717
2959
|
|
|
2718
2960
|
|
|
@@ -2732,13 +2974,18 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2732
2974
|
|
|
2733
2975
|
<tr class="deep-level-1">
|
|
2734
2976
|
|
|
2735
|
-
<td class="name"
|
|
2977
|
+
<td class="name"><code>y</code></td>
|
|
2736
2978
|
|
|
2737
2979
|
|
|
2738
2980
|
<td class="type">
|
|
2739
2981
|
|
|
2740
2982
|
|
|
2741
|
-
<span class="param-type">
|
|
2983
|
+
<span class="param-type">
|
|
2984
|
+
|
|
2985
|
+
Number
|
|
2986
|
+
|
|
2987
|
+
</span>
|
|
2988
|
+
|
|
2742
2989
|
|
|
2743
2990
|
|
|
2744
2991
|
|
|
@@ -2758,13 +3005,18 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2758
3005
|
|
|
2759
3006
|
<tr class="deep-level-1">
|
|
2760
3007
|
|
|
2761
|
-
<td class="name"
|
|
3008
|
+
<td class="name"><code>isDownload</code></td>
|
|
2762
3009
|
|
|
2763
3010
|
|
|
2764
3011
|
<td class="type">
|
|
2765
3012
|
|
|
2766
3013
|
|
|
2767
|
-
<span class="param-type">
|
|
3014
|
+
<span class="param-type">
|
|
3015
|
+
|
|
3016
|
+
Boolean
|
|
3017
|
+
|
|
3018
|
+
</span>
|
|
3019
|
+
|
|
2768
3020
|
|
|
2769
3021
|
|
|
2770
3022
|
|
|
@@ -2861,7 +3113,12 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2861
3113
|
<div class='column is-5 has-text-left'>
|
|
2862
3114
|
<label>类型: </label>
|
|
2863
3115
|
|
|
2864
|
-
<span class="param-type">
|
|
3116
|
+
<span class="param-type">
|
|
3117
|
+
|
|
3118
|
+
Object
|
|
3119
|
+
|
|
3120
|
+
</span>
|
|
3121
|
+
|
|
2865
3122
|
|
|
2866
3123
|
|
|
2867
3124
|
</div>
|
|
@@ -3010,7 +3267,12 @@ mapView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
3010
3267
|
<div class='column is-5 has-text-left'>
|
|
3011
3268
|
<label>类型: </label>
|
|
3012
3269
|
|
|
3013
|
-
<span class="param-type">
|
|
3270
|
+
<span class="param-type">
|
|
3271
|
+
|
|
3272
|
+
Object
|
|
3273
|
+
|
|
3274
|
+
</span>
|
|
3275
|
+
|
|
3014
3276
|
|
|
3015
3277
|
|
|
3016
3278
|
</div>
|
|
@@ -3082,13 +3344,18 @@ mapView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
3082
3344
|
|
|
3083
3345
|
<tr class="deep-level-0">
|
|
3084
3346
|
|
|
3085
|
-
<td class="name"
|
|
3347
|
+
<td class="name"><code>screenPoint</code></td>
|
|
3086
3348
|
|
|
3087
3349
|
|
|
3088
3350
|
<td class="type">
|
|
3089
3351
|
|
|
3090
3352
|
|
|
3091
|
-
<span class="param-type">
|
|
3353
|
+
<span class="param-type">
|
|
3354
|
+
|
|
3355
|
+
Object
|
|
3356
|
+
|
|
3357
|
+
</span>
|
|
3358
|
+
|
|
3092
3359
|
|
|
3093
3360
|
|
|
3094
3361
|
|
|
@@ -3176,7 +3443,12 @@ mapView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
3176
3443
|
<div class='column is-5 has-text-left'>
|
|
3177
3444
|
<label>类型: </label>
|
|
3178
3445
|
|
|
3179
|
-
<span class="param-type">
|
|
3446
|
+
<span class="param-type">
|
|
3447
|
+
|
|
3448
|
+
Point
|
|
3449
|
+
|
|
3450
|
+
</span>
|
|
3451
|
+
|
|
3180
3452
|
|
|
3181
3453
|
|
|
3182
3454
|
</div>
|
|
@@ -3270,13 +3542,18 @@ mapView.toMap(screenPoint)</code></pre>
|
|
|
3270
3542
|
|
|
3271
3543
|
<tr class="deep-level-0">
|
|
3272
3544
|
|
|
3273
|
-
<td class="name"
|
|
3545
|
+
<td class="name"><code>point</code></td>
|
|
3274
3546
|
|
|
3275
3547
|
|
|
3276
3548
|
<td class="type">
|
|
3277
3549
|
|
|
3278
3550
|
|
|
3279
|
-
<span class="param-type">
|
|
3551
|
+
<span class="param-type">
|
|
3552
|
+
|
|
3553
|
+
Point
|
|
3554
|
+
|
|
3555
|
+
</span>
|
|
3556
|
+
|
|
3280
3557
|
|
|
3281
3558
|
|
|
3282
3559
|
|
|
@@ -3364,7 +3641,12 @@ mapView.toMap(screenPoint)</code></pre>
|
|
|
3364
3641
|
<div class='column is-5 has-text-left'>
|
|
3365
3642
|
<label>类型: </label>
|
|
3366
3643
|
|
|
3367
|
-
<span class="param-type">
|
|
3644
|
+
<span class="param-type">
|
|
3645
|
+
|
|
3646
|
+
Object
|
|
3647
|
+
|
|
3648
|
+
</span>
|
|
3649
|
+
|
|
3368
3650
|
|
|
3369
3651
|
|
|
3370
3652
|
</div>
|