@mapgis/webclient-mapboxgl-plugin 17.0.2 → 17.0.4
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 +10 -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 +2 -0
- package/documention/MapViewMapboxgl.html +71 -16
- package/documention/Popup.html +34 -12
- package/documention/Screenshot.html +13 -8
- package/documention/SketchEditorMapboxgl.html +51 -18
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapvLayer.html +3 -0
- package/documention/scripts/sideBar.js +28 -6
- package/package.json +1 -1
|
@@ -88,6 +88,7 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
88
88
|
<span class="param-type">Object</span>
|
|
89
89
|
|
|
90
90
|
|
|
91
|
+
|
|
91
92
|
|
|
92
93
|
</td>
|
|
93
94
|
|
|
@@ -114,6 +115,7 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
114
115
|
<span class="param-type">Map</span>
|
|
115
116
|
|
|
116
117
|
|
|
118
|
+
|
|
117
119
|
|
|
118
120
|
</td>
|
|
119
121
|
|
|
@@ -140,6 +142,7 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
140
142
|
<span class="param-type">String</span>
|
|
141
143
|
|
|
142
144
|
|
|
145
|
+
|
|
143
146
|
|
|
144
147
|
</td>
|
|
145
148
|
|
|
@@ -166,6 +169,7 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
166
169
|
<span class="param-type">Number</span>
|
|
167
170
|
|
|
168
171
|
|
|
172
|
+
|
|
169
173
|
|
|
170
174
|
</td>
|
|
171
175
|
|
|
@@ -194,6 +198,7 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
194
198
|
<span class="param-type">Point</span>
|
|
195
199
|
|
|
196
200
|
|
|
201
|
+
|
|
197
202
|
|
|
198
203
|
</td>
|
|
199
204
|
|
|
@@ -220,6 +225,7 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
220
225
|
<span class="param-type">Extent</span>
|
|
221
226
|
|
|
222
227
|
|
|
228
|
+
|
|
223
229
|
|
|
224
230
|
</td>
|
|
225
231
|
|
|
@@ -246,6 +252,7 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
246
252
|
<span class="param-type">Number</span>
|
|
247
253
|
|
|
248
254
|
|
|
255
|
+
|
|
249
256
|
|
|
250
257
|
</td>
|
|
251
258
|
|
|
@@ -272,6 +279,7 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
272
279
|
<span class="param-type">Number</span>
|
|
273
280
|
|
|
274
281
|
|
|
282
|
+
|
|
275
283
|
|
|
276
284
|
</td>
|
|
277
285
|
|
|
@@ -298,6 +306,7 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
298
306
|
<span class="param-type">Number</span>
|
|
299
307
|
|
|
300
308
|
|
|
309
|
+
|
|
301
310
|
|
|
302
311
|
</td>
|
|
303
312
|
|
|
@@ -324,6 +333,7 @@ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
|
|
|
324
333
|
<span class="param-type">Object</span>
|
|
325
334
|
|
|
326
335
|
|
|
336
|
+
|
|
327
337
|
|
|
328
338
|
</td>
|
|
329
339
|
|
|
@@ -532,13 +542,14 @@ const mapView = new MapViewMapboxgl({
|
|
|
532
542
|
<tbody>
|
|
533
543
|
|
|
534
544
|
<tr class="deep-level-0">
|
|
535
|
-
<td class="name"><code><a href="
|
|
545
|
+
<td class="name"><code><a href="#engineType">engineType</a></code></td>
|
|
536
546
|
<td class="name">
|
|
537
547
|
<code>
|
|
538
548
|
|
|
539
549
|
<span class="param-type">Object</span>
|
|
540
550
|
|
|
541
551
|
|
|
552
|
+
|
|
542
553
|
</code>
|
|
543
554
|
</td>
|
|
544
555
|
<td class="name"><code><p>引擎类型,为'mapboxgl'</p></code></td>
|
|
@@ -558,6 +569,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
558
569
|
<span class="param-type">Object</span>
|
|
559
570
|
|
|
560
571
|
|
|
572
|
+
|
|
561
573
|
</span>
|
|
562
574
|
|
|
563
575
|
<h4 class="name" id="engineType">
|
|
@@ -645,12 +657,13 @@ const mapView = new MapViewMapboxgl({
|
|
|
645
657
|
<tbody>
|
|
646
658
|
|
|
647
659
|
<tr class="deep-level-0">
|
|
648
|
-
<td class="name"><code><a href="
|
|
660
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
649
661
|
<td class="name">
|
|
650
662
|
<code>
|
|
651
663
|
|
|
652
664
|
|
|
653
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
665
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
666
|
+
|
|
654
667
|
|
|
655
668
|
|
|
656
669
|
|
|
@@ -661,7 +674,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
661
674
|
</tr>
|
|
662
675
|
|
|
663
676
|
<tr class="deep-level-0">
|
|
664
|
-
<td class="name"><code><a href="
|
|
677
|
+
<td class="name"><code><a href="#flyTo">flyTo</a></code></td>
|
|
665
678
|
<td class="name">
|
|
666
679
|
<code>
|
|
667
680
|
|
|
@@ -671,7 +684,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
671
684
|
</tr>
|
|
672
685
|
|
|
673
686
|
<tr class="deep-level-0">
|
|
674
|
-
<td class="name"><code><a href="
|
|
687
|
+
<td class="name"><code><a href="#getCenter">getCenter</a></code></td>
|
|
675
688
|
<td class="name">
|
|
676
689
|
<code>
|
|
677
690
|
|
|
@@ -679,6 +692,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
679
692
|
<span class="param-type">Object</span>
|
|
680
693
|
|
|
681
694
|
|
|
695
|
+
|
|
682
696
|
|
|
683
697
|
</code>
|
|
684
698
|
</td>
|
|
@@ -686,7 +700,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
686
700
|
</tr>
|
|
687
701
|
|
|
688
702
|
<tr class="deep-level-0">
|
|
689
|
-
<td class="name"><code><a href="
|
|
703
|
+
<td class="name"><code><a href="#getExtent">getExtent</a></code></td>
|
|
690
704
|
<td class="name">
|
|
691
705
|
<code>
|
|
692
706
|
|
|
@@ -694,6 +708,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
694
708
|
<span class="param-type">Extent</span>
|
|
695
709
|
|
|
696
710
|
|
|
711
|
+
|
|
697
712
|
|
|
698
713
|
</code>
|
|
699
714
|
</td>
|
|
@@ -701,7 +716,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
701
716
|
</tr>
|
|
702
717
|
|
|
703
718
|
<tr class="deep-level-0">
|
|
704
|
-
<td class="name"><code><a href="
|
|
719
|
+
<td class="name"><code><a href="#getScale">getScale</a></code></td>
|
|
705
720
|
<td class="name">
|
|
706
721
|
<code>
|
|
707
722
|
|
|
@@ -709,6 +724,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
709
724
|
<span class="param-type">Number</span>
|
|
710
725
|
|
|
711
726
|
|
|
727
|
+
|
|
712
728
|
|
|
713
729
|
</code>
|
|
714
730
|
</td>
|
|
@@ -717,7 +733,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
717
733
|
</tr>
|
|
718
734
|
|
|
719
735
|
<tr class="deep-level-0">
|
|
720
|
-
<td class="name"><code><a href="
|
|
736
|
+
<td class="name"><code><a href="#getSize">getSize</a></code></td>
|
|
721
737
|
<td class="name">
|
|
722
738
|
<code>
|
|
723
739
|
|
|
@@ -725,6 +741,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
725
741
|
<span class="param-type">Object</span>
|
|
726
742
|
|
|
727
743
|
|
|
744
|
+
|
|
728
745
|
|
|
729
746
|
</code>
|
|
730
747
|
</td>
|
|
@@ -732,7 +749,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
732
749
|
</tr>
|
|
733
750
|
|
|
734
751
|
<tr class="deep-level-0">
|
|
735
|
-
<td class="name"><code><a href="
|
|
752
|
+
<td class="name"><code><a href="#getZoom">getZoom</a></code></td>
|
|
736
753
|
<td class="name">
|
|
737
754
|
<code>
|
|
738
755
|
|
|
@@ -740,6 +757,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
740
757
|
<span class="param-type">Number</span>
|
|
741
758
|
|
|
742
759
|
|
|
760
|
+
|
|
743
761
|
|
|
744
762
|
</code>
|
|
745
763
|
</td>
|
|
@@ -747,7 +765,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
747
765
|
</tr>
|
|
748
766
|
|
|
749
767
|
<tr class="deep-level-0">
|
|
750
|
-
<td class="name"><code><a href="
|
|
768
|
+
<td class="name"><code><a href="#goTo">goTo</a></code></td>
|
|
751
769
|
<td class="name">
|
|
752
770
|
<code>
|
|
753
771
|
|
|
@@ -757,7 +775,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
757
775
|
</tr>
|
|
758
776
|
|
|
759
777
|
<tr class="deep-level-0">
|
|
760
|
-
<td class="name"><code><a href="
|
|
778
|
+
<td class="name"><code><a href="#hitTest">hitTest</a></code></td>
|
|
761
779
|
<td class="name">
|
|
762
780
|
<code>
|
|
763
781
|
|
|
@@ -765,6 +783,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
765
783
|
<span class="param-type">Array</span>
|
|
766
784
|
|
|
767
785
|
|
|
786
|
+
|
|
768
787
|
|
|
769
788
|
</code>
|
|
770
789
|
</td>
|
|
@@ -772,7 +791,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
772
791
|
</tr>
|
|
773
792
|
|
|
774
793
|
<tr class="deep-level-0">
|
|
775
|
-
<td class="name"><code><a href="
|
|
794
|
+
<td class="name"><code><a href="#takeScreenshot">takeScreenshot</a></code></td>
|
|
776
795
|
<td class="name">
|
|
777
796
|
<code>
|
|
778
797
|
|
|
@@ -780,6 +799,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
780
799
|
<span class="param-type">Object</span>
|
|
781
800
|
|
|
782
801
|
|
|
802
|
+
|
|
783
803
|
|
|
784
804
|
</code>
|
|
785
805
|
</td>
|
|
@@ -787,7 +807,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
787
807
|
</tr>
|
|
788
808
|
|
|
789
809
|
<tr class="deep-level-0">
|
|
790
|
-
<td class="name"><code><a href="
|
|
810
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
791
811
|
<td class="name">
|
|
792
812
|
<code>
|
|
793
813
|
|
|
@@ -795,6 +815,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
795
815
|
<span class="param-type">Object</span>
|
|
796
816
|
|
|
797
817
|
|
|
818
|
+
|
|
798
819
|
|
|
799
820
|
</code>
|
|
800
821
|
</td>
|
|
@@ -803,7 +824,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
803
824
|
</tr>
|
|
804
825
|
|
|
805
826
|
<tr class="deep-level-0">
|
|
806
|
-
<td class="name"><code><a href="
|
|
827
|
+
<td class="name"><code><a href="#toMap">toMap</a></code></td>
|
|
807
828
|
<td class="name">
|
|
808
829
|
<code>
|
|
809
830
|
|
|
@@ -811,6 +832,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
811
832
|
<span class="param-type">Point</span>
|
|
812
833
|
|
|
813
834
|
|
|
835
|
+
|
|
814
836
|
|
|
815
837
|
</code>
|
|
816
838
|
</td>
|
|
@@ -819,7 +841,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
819
841
|
</tr>
|
|
820
842
|
|
|
821
843
|
<tr class="deep-level-0">
|
|
822
|
-
<td class="name"><code><a href="
|
|
844
|
+
<td class="name"><code><a href="#toScreen">toScreen</a></code></td>
|
|
823
845
|
<td class="name">
|
|
824
846
|
<code>
|
|
825
847
|
|
|
@@ -827,6 +849,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
827
849
|
<span class="param-type">Object</span>
|
|
828
850
|
|
|
829
851
|
|
|
852
|
+
|
|
830
853
|
|
|
831
854
|
</code>
|
|
832
855
|
</td>
|
|
@@ -906,6 +929,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
906
929
|
<span class="param-type">Object</span>
|
|
907
930
|
|
|
908
931
|
|
|
932
|
+
|
|
909
933
|
|
|
910
934
|
</td>
|
|
911
935
|
|
|
@@ -989,7 +1013,8 @@ const mapView = new MapViewMapboxgl({
|
|
|
989
1013
|
<div class='column is-5 has-text-left'>
|
|
990
1014
|
<label>类型: </label>
|
|
991
1015
|
|
|
992
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
1016
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
1017
|
+
|
|
993
1018
|
|
|
994
1019
|
|
|
995
1020
|
</div>
|
|
@@ -1086,6 +1111,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
1086
1111
|
<span class="param-type">Array</span>
|
|
1087
1112
|
|
|
1088
1113
|
|
|
1114
|
+
|
|
1089
1115
|
|
|
1090
1116
|
</td>
|
|
1091
1117
|
|
|
@@ -1108,6 +1134,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
1108
1134
|
<span class="param-type">Number</span>
|
|
1109
1135
|
|
|
1110
1136
|
|
|
1137
|
+
|
|
1111
1138
|
|
|
1112
1139
|
</td>
|
|
1113
1140
|
|
|
@@ -1130,6 +1157,7 @@ const mapView = new MapViewMapboxgl({
|
|
|
1130
1157
|
<span class="param-type">Extent</span>
|
|
1131
1158
|
|
|
1132
1159
|
|
|
1160
|
+
|
|
1133
1161
|
|
|
1134
1162
|
</td>
|
|
1135
1163
|
|
|
@@ -1389,6 +1417,7 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1389
1417
|
<span class="param-type">Object</span>
|
|
1390
1418
|
|
|
1391
1419
|
|
|
1420
|
+
|
|
1392
1421
|
</div>
|
|
1393
1422
|
|
|
1394
1423
|
</div>
|
|
@@ -1505,6 +1534,7 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1505
1534
|
<span class="param-type">Extent</span>
|
|
1506
1535
|
|
|
1507
1536
|
|
|
1537
|
+
|
|
1508
1538
|
</div>
|
|
1509
1539
|
|
|
1510
1540
|
</div>
|
|
@@ -1622,6 +1652,7 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1622
1652
|
<span class="param-type">Number</span>
|
|
1623
1653
|
|
|
1624
1654
|
|
|
1655
|
+
|
|
1625
1656
|
</div>
|
|
1626
1657
|
|
|
1627
1658
|
</div>
|
|
@@ -1738,6 +1769,7 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1738
1769
|
<span class="param-type">Object</span>
|
|
1739
1770
|
|
|
1740
1771
|
|
|
1772
|
+
|
|
1741
1773
|
</div>
|
|
1742
1774
|
|
|
1743
1775
|
</div>
|
|
@@ -1854,6 +1886,7 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1854
1886
|
<span class="param-type">Number</span>
|
|
1855
1887
|
|
|
1856
1888
|
|
|
1889
|
+
|
|
1857
1890
|
</div>
|
|
1858
1891
|
|
|
1859
1892
|
</div>
|
|
@@ -1957,6 +1990,7 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1957
1990
|
<span class="param-type">Array</span>
|
|
1958
1991
|
|
|
1959
1992
|
|
|
1993
|
+
|
|
1960
1994
|
|
|
1961
1995
|
</td>
|
|
1962
1996
|
|
|
@@ -1983,6 +2017,7 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
1983
2017
|
<span class="param-type">Number</span>
|
|
1984
2018
|
|
|
1985
2019
|
|
|
2020
|
+
|
|
1986
2021
|
|
|
1987
2022
|
</td>
|
|
1988
2023
|
|
|
@@ -2009,6 +2044,7 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
2009
2044
|
<span class="param-type">Number</span>
|
|
2010
2045
|
|
|
2011
2046
|
|
|
2047
|
+
|
|
2012
2048
|
|
|
2013
2049
|
</td>
|
|
2014
2050
|
|
|
@@ -2041,6 +2077,7 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
2041
2077
|
<span class="param-type">Collection.<Geometry></span>
|
|
2042
2078
|
|
|
2043
2079
|
|
|
2080
|
+
|
|
2044
2081
|
|
|
2045
2082
|
</td>
|
|
2046
2083
|
|
|
@@ -2093,6 +2130,7 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
2093
2130
|
<span class="param-type">Boolean</span>
|
|
2094
2131
|
|
|
2095
2132
|
|
|
2133
|
+
|
|
2096
2134
|
|
|
2097
2135
|
</td>
|
|
2098
2136
|
|
|
@@ -2121,6 +2159,7 @@ igsMapImageLayer.on('layer-view-created', function (result) {
|
|
|
2121
2159
|
<span class="param-type">Number</span>
|
|
2122
2160
|
|
|
2123
2161
|
|
|
2162
|
+
|
|
2124
2163
|
|
|
2125
2164
|
</td>
|
|
2126
2165
|
|
|
@@ -2335,6 +2374,7 @@ mapView
|
|
|
2335
2374
|
<span class="param-type">Object</span>
|
|
2336
2375
|
|
|
2337
2376
|
|
|
2377
|
+
|
|
2338
2378
|
|
|
2339
2379
|
</td>
|
|
2340
2380
|
|
|
@@ -2423,6 +2463,7 @@ mapView
|
|
|
2423
2463
|
<span class="param-type">Array</span>
|
|
2424
2464
|
|
|
2425
2465
|
|
|
2466
|
+
|
|
2426
2467
|
</div>
|
|
2427
2468
|
|
|
2428
2469
|
</div>
|
|
@@ -2579,6 +2620,7 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2579
2620
|
<span class="param-type">Object</span>
|
|
2580
2621
|
|
|
2581
2622
|
|
|
2623
|
+
|
|
2582
2624
|
|
|
2583
2625
|
</td>
|
|
2584
2626
|
|
|
@@ -2607,6 +2649,7 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2607
2649
|
<span class="param-type">PictureFormat</span>
|
|
2608
2650
|
|
|
2609
2651
|
|
|
2652
|
+
|
|
2610
2653
|
|
|
2611
2654
|
</td>
|
|
2612
2655
|
|
|
@@ -2635,6 +2678,7 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2635
2678
|
<span class="param-type">String</span>
|
|
2636
2679
|
|
|
2637
2680
|
|
|
2681
|
+
|
|
2638
2682
|
|
|
2639
2683
|
</td>
|
|
2640
2684
|
|
|
@@ -2663,6 +2707,7 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2663
2707
|
<span class="param-type">Number</span>
|
|
2664
2708
|
|
|
2665
2709
|
|
|
2710
|
+
|
|
2666
2711
|
|
|
2667
2712
|
</td>
|
|
2668
2713
|
|
|
@@ -2689,6 +2734,7 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2689
2734
|
<span class="param-type">Number</span>
|
|
2690
2735
|
|
|
2691
2736
|
|
|
2737
|
+
|
|
2692
2738
|
|
|
2693
2739
|
</td>
|
|
2694
2740
|
|
|
@@ -2715,6 +2761,7 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2715
2761
|
<span class="param-type">Number</span>
|
|
2716
2762
|
|
|
2717
2763
|
|
|
2764
|
+
|
|
2718
2765
|
|
|
2719
2766
|
</td>
|
|
2720
2767
|
|
|
@@ -2741,6 +2788,7 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2741
2788
|
<span class="param-type">Number</span>
|
|
2742
2789
|
|
|
2743
2790
|
|
|
2791
|
+
|
|
2744
2792
|
|
|
2745
2793
|
</td>
|
|
2746
2794
|
|
|
@@ -2767,6 +2815,7 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2767
2815
|
<span class="param-type">Boolean</span>
|
|
2768
2816
|
|
|
2769
2817
|
|
|
2818
|
+
|
|
2770
2819
|
|
|
2771
2820
|
</td>
|
|
2772
2821
|
|
|
@@ -2864,6 +2913,7 @@ const result = this.mapView.hitTest({x:1100,y:600})</code></pre>
|
|
|
2864
2913
|
<span class="param-type">Object</span>
|
|
2865
2914
|
|
|
2866
2915
|
|
|
2916
|
+
|
|
2867
2917
|
</div>
|
|
2868
2918
|
|
|
2869
2919
|
</div>
|
|
@@ -3013,6 +3063,7 @@ mapView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
3013
3063
|
<span class="param-type">Object</span>
|
|
3014
3064
|
|
|
3015
3065
|
|
|
3066
|
+
|
|
3016
3067
|
</div>
|
|
3017
3068
|
|
|
3018
3069
|
</div>
|
|
@@ -3091,6 +3142,7 @@ mapView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
3091
3142
|
<span class="param-type">Object</span>
|
|
3092
3143
|
|
|
3093
3144
|
|
|
3145
|
+
|
|
3094
3146
|
|
|
3095
3147
|
</td>
|
|
3096
3148
|
|
|
@@ -3179,6 +3231,7 @@ mapView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
3179
3231
|
<span class="param-type">Point</span>
|
|
3180
3232
|
|
|
3181
3233
|
|
|
3234
|
+
|
|
3182
3235
|
</div>
|
|
3183
3236
|
|
|
3184
3237
|
</div>
|
|
@@ -3279,6 +3332,7 @@ mapView.toMap(screenPoint)</code></pre>
|
|
|
3279
3332
|
<span class="param-type">Point</span>
|
|
3280
3333
|
|
|
3281
3334
|
|
|
3335
|
+
|
|
3282
3336
|
|
|
3283
3337
|
</td>
|
|
3284
3338
|
|
|
@@ -3367,6 +3421,7 @@ mapView.toMap(screenPoint)</code></pre>
|
|
|
3367
3421
|
<span class="param-type">Object</span>
|
|
3368
3422
|
|
|
3369
3423
|
|
|
3424
|
+
|
|
3370
3425
|
</div>
|
|
3371
3426
|
|
|
3372
3427
|
</div>
|