日韩无码专区无码一级三级片|91人人爱网站中日韩无码电影|厨房大战丰满熟妇|AV高清无码在线免费观看|另类AV日韩少妇熟女|中文日本大黄一级黄色片|色情在线视频免费|亚洲成人特黄a片|黄片wwwav色图欧美|欧亚乱色一区二区三区

RELATEED CONSULTING
相關(guān)咨詢
選擇下列產(chǎn)品馬上在線溝通
服務(wù)時(shí)間:8:30-17:00
你可能遇到了下面的問(wèn)題
關(guān)閉右側(cè)工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營(yíng)銷解決方案
創(chuàng)新互聯(lián)百度小程序教程:map地圖
  • map 地圖
    • 屬性說(shuō)明
    • 示例
      • 代碼示例 1
      • 代碼示例 2:原生組件設(shè)置 border 無(wú)效,也不可用 cover-view 覆蓋為圓角
    • marker
      • 屬性說(shuō)明
      • 示例
    • polyline
      • 屬性說(shuō)明
      • 示例
    • polygon
      • 屬性說(shuō)明
      • 示例
    • circle
      • 屬性說(shuō)明
      • 示例
    • control
      • 屬性說(shuō)明
      • 示例
    • Bug & Tip

    map 地圖

    解釋:地圖。客戶端創(chuàng)建的原生組件,使用時(shí)請(qǐng)注意相關(guān)限制。

    創(chuàng)新互聯(lián)主營(yíng)依安網(wǎng)站建設(shè)的網(wǎng)絡(luò)公司,主營(yíng)網(wǎng)站建設(shè)方案,APP應(yīng)用開發(fā),依安h5小程序定制開發(fā)搭建,依安網(wǎng)站營(yíng)銷推廣歡迎依安等地區(qū)企業(yè)咨詢

    屬性說(shuō)明

    屬性名 類型 默認(rèn)值 必填 說(shuō)明 最低版本 Web 態(tài)說(shuō)明
    longitudeNumber北京經(jīng)度gcj02 坐標(biāo)系中心經(jīng)度--
    latitudeNumber北京緯度gcj02 坐標(biāo)系中心緯度--
    scaleNumber16縮放級(jí)別,取值范圍為 4-21 。動(dòng)態(tài)設(shè)置 scale 值用法:scale=”{= scale =}”--
    markersArray.標(biāo)記點(diǎn)。詳情請(qǐng)參考 marker--
    polylineArray.路線。詳情請(qǐng)參考 polyline--
    polygonsArray.多邊形(工具暫不支持)。詳情請(qǐng)參考 polygon2.0.13
    低版本請(qǐng)做兼容性處理
    -
    circlesArray.圓。詳情請(qǐng)參考 circle--
    controlsArray.控件。詳情請(qǐng)參考 control--
    include-pointsArray.縮放視野以包含所有給定的坐標(biāo)點(diǎn)--
    show-locationBooleanfalse顯示帶有方向的當(dāng)前定位點(diǎn)-暫時(shí)不能顯示方向
    enable-3DBooleanfalse顯示 3D 樓塊(工具暫不支持)2.0.13
    低版本請(qǐng)做兼容性處理
    暫不支持
    show-compassBooleanfalse顯示指南針(工具暫不支持)2.0.13
    低版本請(qǐng)做兼容性處理
    暫不支持
    enable-overlookingBooleanfalse開啟俯視(工具暫不支持)2.0.13
    低版本請(qǐng)做兼容性處理
    暫不支持
    enable-zoomBooleantrue是否支持縮放(工具暫不支持)2.0.13
    低版本請(qǐng)做兼容性處理
    -
    enable-scrollBooleantrue是否支持拖動(dòng)(工具暫不支持)2.0.13
    低版本請(qǐng)做兼容性處理
    -
    enable-rotateBooleanfalse是否支持旋轉(zhuǎn)(工具暫不支持)2.0.13
    低版本請(qǐng)做兼容性處理
    暫不支持
    bindmarkertapEventHandle點(diǎn)擊標(biāo)記點(diǎn)時(shí)觸發(fā)--
    bindcallouttapEventHandle點(diǎn)擊標(biāo)記點(diǎn)對(duì)應(yīng)的氣泡時(shí)觸發(fā)--
    bindcontroltapEventHandle點(diǎn)擊控件時(shí)觸發(fā)--
    bindregionchangeEventHandle視野發(fā)生變化時(shí)觸發(fā)--
    bindtapEventHandle點(diǎn)擊地圖時(shí)觸發(fā)--
    bindupdatedEventHandle在地圖渲染更新完成時(shí)觸發(fā)--
    bindpoitapEventHandle點(diǎn)擊地圖 poi 點(diǎn)時(shí)觸發(fā)-暫不支持

    示例

    在開發(fā)者工具中打開

    在開發(fā)者工具中打開

    在 WEB IDE 中打開

    掃碼體驗(yàn)

    代碼示例

    請(qǐng)使用百度APP掃碼

    代碼示例 1

    • SWAN
    • JS
     
     
     
    1. longitude="{{longitude}}"
    2. latitude="{{latitude}}"
    3. scale="{{scale}}"
    4. markers="{{markers}}"
    5. polyline="{{polyline}}"
    6. polygons="{{drawPolygon ? polygons : []}}"
    7. circles="{{circles}}"
    8. controls="{{controls}}"
    9. show-location="{{showLocation}}"
    10. include-points="{{includePoints}}"
    11. enable-3D="{{enable3d}}"
    12. show-compass="{{showCompass}}"
    13. enable-overlooking="{{enableOverlooking}}"
    14. enable-zoom="{{enableZoom}}"
    15. enable-scroll="{{enableScroll}}"
    16. enable-rotate="{{enableRotate}}"
    17. bindmarkertap="onMarkertap"
    18. bindcallouttap="onCallouttap"
    19. bindcontroltap="onControltap"
    20. bindregionchange="onRegionchange"
    21. bindtap="onTap"
    22. bindupdated="onUpdated"
    23. bindpoitap="onPoitap">
    24. 支持縮放
    25. 支持拖動(dòng)
    26. 支持旋轉(zhuǎn)
    27. 工具暫不支持手勢(shì)控制
     
     
     
    1. Page({
    2. data: {
    3. latitude: '40.048828',
    4. longitude: '116.280412',
    5. scale: 16,
    6. isWeb: false,
    7. polygons: [],
    8. drawPolygon: false,
    9. includePoints: [],
    10. showLocation: false,
    11. enable3d: false,
    12. showCompass: false,
    13. enableOverlooking: false,
    14. enableZoom: true,
    15. enableScroll: true,
    16. enableRotate: true,
    17. markers: [{
    18. markerId: '1',
    19. latitude: '40.052751',
    20. longitude: '116.278796'
    21. }, {
    22. markerId: '2',
    23. latitude: '40.048828',
    24. longitude: '116.280412',
    25. title: 'markerId: 2',
    26. zIndex: 100,
    27. iconPath: 'https://b.bdstatic.com/searchbox/icms/searchbox/img/demo_location.png',
    28. rotate: 0,
    29. width: 30,
    30. height: 50,
    31. callout: {
    32. display: 'ALWAYS',
    33. content: '百度科技園',
    34. color: '#000',
    35. fontSize: '16',
    36. borderRadius: 50,
    37. bgColor: '#5B9FFF',
    38. padding: 2,
    39. textAlign: 'center'
    40. }
    41. }, {
    42. markerId: '3',
    43. latitude: '40.049655',
    44. longitude: '116.27505',
    45. callout: {
    46. display: 'ALWAYS',
    47. content: '西山壹號(hào)院'
    48. }
    49. }],
    50. polyline: [{
    51. points: [{
    52. longitude: 116.278796,
    53. latitude: 40.048828
    54. }, {
    55. longitude: 116.27505,
    56. latitude: 40.049655
    57. }],
    58. color: '#FF5F41FF',
    59. width: 2,
    60. dottedLine: true
    61. }],
    62. controls: [{
    63. controlId: 1,
    64. iconPath: 'https://b.bdstatic.com/searchbox/icms/searchbox/img/api_logo.png',
    65. position: {
    66. left: 0,
    67. top: 100,
    68. width: 50,
    69. height: 50
    70. },
    71. clickable: true
    72. }],
    73. circles: [{
    74. latitude: '40.052751',
    75. longitude: '116.278796',
    76. color: '#FF5F41FF',
    77. fillColor: '#21FFFFFF',
    78. radius: '200',
    79. strokeWidth: '2'
    80. }]
    81. },
    82. showLocation() {
    83. this.setData({
    84. showLocation: !this.data.showLocation
    85. });
    86. },
    87. toggle3d() {
    88. this.setData({
    89. enable3d: !this.data.enable3d
    90. });
    91. },
    92. toggleShowCompass() {
    93. this.setData({
    94. showCompass: !this.data.showCompass
    95. });
    96. },
    97. toggleOverlooking() {
    98. this.setData({
    99. enableOverlooking: !this.data.enableOverlooking
    100. });
    101. },
    102. toggleZoom() {
    103. this.setData({
    104. enableZoom: !this.data.enableZoom
    105. });
    106. },
    107. toggleScroll() {
    108. this.setData({
    109. enableScroll: !this.data.enableScroll
    110. });
    111. },
    112. toggleRotate() {
    113. this.setData({
    114. enableRotate: !this.data.enableRotate
    115. });
    116. },
    117. togglePolygon() {
    118. this.setData({
    119. drawPolygon: !this.data.drawPolygon
    120. });
    121. },
    122. onMarkertap(e) {
    123. console.log('onMarkertap callback:', e);
    124. },
    125. onCallouttap(e) {
    126. console.log('onCallouttap callback:', e);
    127. },
    128. onControltap(e) {
    129. console.log('onControltap callback:', e);
    130. },
    131. onRegionchange(e) {
    132. console.log('onRegionchange callback:', e);
    133. },
    134. onTap(e) {
    135. console.log('onTap callback:', e);
    136. },
    137. onUpdated(e) {
    138. console.log('onUpdated callback:', e);
    139. },
    140. onPoitap(e) {
    141. console.log('onPoitap callback:', e);
    142. },
    143. /**
    144. * 點(diǎn)擊標(biāo)記點(diǎn)時(shí)觸發(fā)的事件
    145. */
    146. bindmarkertap() {
    147. swan.showToast({
    148. title: '點(diǎn)擊標(biāo)記啦',
    149. icon: 'none'
    150. });
    151. },
    152. });

    代碼示例 2:原生組件設(shè)置 border 無(wú)效,也不可用 cover-view 覆蓋為圓角

    在開發(fā)者工具中打開

    在開發(fā)者工具中打開

    在 WEB IDE 中打開

    • SWAN
    • CSS
     
     
     
    1. longitude="{{longitude}}"
    2. latitude="{{latitude}}">
     
     
     
    1. .card-area {
    2. width: 3.88rem;
    3. height: 2.18rem;
    4. }

    marker

    解釋:標(biāo)記點(diǎn),用于在地圖上顯示標(biāo)記的位置。

    屬性說(shuō)明

    屬性名 說(shuō)明 類型 必填 備注
    markerId標(biāo)記點(diǎn) idNumbermarker 點(diǎn)擊事件回調(diào)會(huì)返回此 id 。建議為每個(gè) marker 設(shè)置 Number 類型的 id ,保證更新 marker 時(shí)有更好的性能
    latitude緯度Number浮點(diǎn)數(shù),范圍 -90~90
    longitude經(jīng)度Number浮點(diǎn)數(shù),范圍 -180~180
    zIndex顯示層級(jí)NumberiOS 地圖不支持設(shè)置此屬性
    iconPath顯示的圖標(biāo)String項(xiàng)目目錄下的圖片路徑,支持網(wǎng)絡(luò)路徑、本地路徑(相對(duì)和絕對(duì)路徑寫法),工具暫不支持絕對(duì)路徑寫法
    rotate旋轉(zhuǎn)角度Number默認(rèn)為 0 ,順時(shí)針旋轉(zhuǎn)的角度,范圍 0~360
    alpha標(biāo)注的透明度Number默認(rèn)為 1 ,無(wú)透明,范圍 0~1
    width標(biāo)注圖標(biāo)寬度Number默認(rèn)為圖片實(shí)際寬度
    height標(biāo)注圖標(biāo)高度Number默認(rèn)為圖片實(shí)際高度
    callout自定義標(biāo)記點(diǎn)上方的氣泡窗口Object支持的屬性見下表,可識(shí)別換行符
    label為標(biāo)記點(diǎn)旁邊增加標(biāo)簽。暫不支持換行Object支持的屬性見下表,可識(shí)別換行符
    anchor經(jīng)緯度在標(biāo)注圖標(biāo)的錨點(diǎn)Object默認(rèn)底邊中點(diǎn),{x, y}:x 表示橫向(0-1),y 表示豎向(0-1)。{x: .5, y: 1}表示底邊中點(diǎn)

    callout 屬性說(shuō)明

    屬性名 說(shuō)明 類型 備注
    content文本String
    color文本顏色String8 位十六進(jìn)制表示,最后 2 位表示 alpha 值(可省略)
    fontSize文字大小Number
    borderWidth邊框?qū)挾?/td>Number
    borderColor邊框顏色String8 位十六進(jìn)制表示,最后 2 位表示 alpha 值(可省略)
    borderRadiuscallout 邊框圓角Number
    bgColor背景色String8 位十六進(jìn)制表示,最后 2 位表示 alpha 值(可省略)
    padding文本邊緣留白Number
    display‘BYCLICK’:點(diǎn)擊顯示;’ALWAYS’:常顯String默認(rèn)為常顯
    textAlign文本對(duì)齊方式。有效值:left、right、centerString默認(rèn)為居中對(duì)齊

    label 屬性說(shuō)明

    屬性名 說(shuō)明 類型 備注
    content文本String
    color文本顏色String8 位十六進(jìn)制表示,最后 2 位表示 alpha 值(可省略)
    fontSize文字大小Number
    xlabel 的坐標(biāo),原點(diǎn)是 marker 對(duì)應(yīng)的經(jīng)緯度Number
    ylabel 的坐標(biāo),原點(diǎn)是 marker 對(duì)應(yīng)的經(jīng)緯度Number
    borderWidth邊框?qū)挾?/td>Number
    borderColor邊框顏色String8 位十六進(jìn)制表示,最后 2 位表示 alpha 值(可省略)
    borderRadius邊框圓角Number
    bgColor背景色String8 位十六進(jìn)制表示,最后 2 位表示 alpha 值(可省略)
    padding文本邊緣留白Number
    textAlign文本對(duì)齊方式。有效值:left、right、centerString默認(rèn)為居中對(duì)齊

    示例

    圖片示例

    代碼示例

    在開發(fā)者工具中打開

    在開發(fā)者工具中打開

    在 WEB IDE 中打開

    • SWAN
    • JS
     
     
     
    1. style="width: 100%; height: 300px;"
    2. longitude="{{longitude}}"
    3. latitude="{{latitude}}"
    4. markers="{{markers}}"
    5. bindmarkertap="bindmarkertap"
    6. bindcallouttap="bindcallouttap">
     
     
     
    1. Page({
    2. data: {
    3. latitude: 40.048828,
    4. longitude: 116.280412,
    5. markers: [{
    6. markerId: 1,
    7. latitude: 40.048828,
    8. longitude: 116.280412,
    9. title: 'markerId: 1',
    10. zIndex: 100,
    11. iconPath: '../images/location.png',
    12. rotate: 90,
    13. callout: {
    14. display: 'ALWAYS',
    15. content: '百度科技園',
    16. color: '#000',
    17. fontSize: '16',
    18. borderRadius: 50,
    19. bgColor: '#5B9FFF',
    20. padding: 2,
    21. textAlign: 'center'
    22. }
    23. }, {
    24. markerId: 2,
    25. latitude: 40.049655,
    26. longitude: 116.27505,
    27. title: 'markerId: 2',
    28. zIndex: 100,
    29. rotate: 90,
    30. alpha: 0.5,
    31. width: 30,
    32. height: 50,
    33. label: {
    34. 'content': 'label',
    35. 'color': '#7B68EE',
    36. 'fontSize': 16,
    37. 'borderWidth': 1,
    38. 'borderColor': '#5B9FFF',
    39. 'borderRadius': 50,
    40. 'bgColor': '#ADCFFF',
    41. 'padding': 5,
    42. 'textAlign': 'center'
    43. },
    44. anchor: {x: .5, y: 1},
    45. callout: {
    46. display: 'BYCLICK',
    47. content: '西山壹號(hào)院',
    48. color: '#FFF',
    49. fontSize: '16',
    50. borderRadius: 50,
    51. bgColor: '#5B9FFF',
    52. padding: 2,
    53. textAlign: 'center'
    54. }
    55. }]
    56. },
    57. bindmarkertap() {
    58. swan.showToast({
    59. title: '點(diǎn)擊標(biāo)記啦',
    60. icon: 'none'
    61. });
    62. },
    63. bindcallouttap() {
    64. swan.showToast({
    65. title: '點(diǎn)擊標(biāo)記上方氣泡啦',
    66. icon: 'none'
    67. });
    68. }
    69. });

    polyline

    解釋:指定一系列坐標(biāo)點(diǎn),從數(shù)組第一項(xiàng)連線至最后一項(xiàng)。

    屬性說(shuō)明

    屬性名 說(shuō)明 類型 必填 備注
    points經(jīng)緯度數(shù)組Array[{latitude: 0, longitude: 0}]
    color線的顏色String8 位十六進(jìn)制表示,最后 2 位表示 alpha 值(可省略)
    width線的寬度Number
    dottedLine是否虛線Boolean默認(rèn) false
    arrowLine帶箭頭的線Boolean默認(rèn) false
    arrowIconPath更換箭頭圖標(biāo)String在 arrowLine 為 true 時(shí)生效
    borderColor線的邊框顏色String8 位十六進(jìn)制表示,最后 2 位表示 alpha 值(可省略)
    borderWidth線的厚度Number

    示例

    圖片示例

    代碼示例

    在開發(fā)者工具中打開

    在開發(fā)者工具中打開

    在 WEB IDE 中打開

    • SWAN
    • JS
     
     
     
    1. style="width: 100%; height: 300px;"
    2. longitude="{{longitude}}"
    3. latitude="{{latitude}}"
    4. polyline="{{polyline}}">
     
     
     
    1. Page({
    2. data: {
    3. latitude: 40.048828,
    4. longitude: 116.280412,
    5. polyline: [{
    6. points: [{
    7. longitude: 116.278796,
    8. latitude: 40.048828
    9. }, {
    10. longitude: 116.27505,
    11. latitude: 40.049655
    12. }],
    13. color: '#000000AA',
    14. width: 2,
    15. dottedLine: true,
    16. arrowLine: true,
    17. // arrowIconPath: '開發(fā)者服務(wù)器圖片路徑',
    18. borderColor: '#FFB6C1',
    19. borderWidth: 5
    20. }]
    21. }
    22. });

    polygon

    解釋:指定一系列坐標(biāo)點(diǎn),根據(jù) points 坐標(biāo)數(shù)據(jù)生成閉合多邊形。

    屬性說(shuō)明

    屬性名 說(shuō)明 類型 必填 備注
    points經(jīng)緯度數(shù)組Array[{latitude: 0, longitude: 0}]
    strokeWidth描邊的寬度Number
    strokeColor描邊的顏色String8 位十六進(jìn)制表示,最后 2 位表示 alpha 值(可省略)
    fillColor填充顏色String8 位十六進(jìn)制表示,最后 2 位表示 alpha 值(可省略)
    zIndex設(shè)置多邊形 Z 軸數(shù)值Number

    示例

    圖片示例

    代碼示例

    在開發(fā)者工具中打開

    在開發(fā)者工具中打開

    在 WEB IDE 中打開

    • SWAN
    • JS
     
     
     
    1. style="width: 100%; height: 300px;"
    2. longitude="{{longitude}}"
    3. latitude="{{latitude}}"
    4. polygons="{{polygons}}">
     
     
     
    1. Page({
    2. data: {
    3. latitude: 40.048828,
    4. longitude: 116.280412,
    5. polygons: [{
    6. points: [{
    7. longitude: 116.278796,
    8. latitude: 40.048828
    9. }, {
    10. longitude: 116.27505,
    11. latitude: 40.049655
    12. },{
    13. longitude: 116.27305,
    14. latitude: 40.050655
    15. },{
    16. longitude: 116.27105,
    17. latitude: 40.051655
    18. }],
    19. strokeWidth: 1,
    20. strokeColor: '#000000AA',
    21. fillColor: '#000000AA',
    22. zIndex: 20
    23. }]
    24. }
    25. });

    circle

    解釋:在地圖上顯示圓

    屬性說(shuō)明

    屬性名 說(shuō)明 類型 必填 備注
    latitude緯度Number浮點(diǎn)數(shù),范圍 -90~90
    longitude經(jīng)度Number浮點(diǎn)數(shù),范圍 -180~180
    color描邊的顏色String8 位十六進(jìn)制表示,最后 2 位表示 alpha 值(可省略)
    fillColor填充顏色String8 位十六進(jìn)制表示,最后 2 位表示 alpha 值(可省略)
    radius半徑Number
    strokeWidth描邊的寬度Number

    示例

    圖片示例

    代碼示例

    在開發(fā)者工具中打開

    在開發(fā)者工具中打開

    在 WEB IDE 中打開

    • SWAN
    • JS
     
     
     
    1. style="width: 100%; height: 300px;"
    2. longitude="{{longitude}}"
    3. latitude="{{latitude}}"
    4. circles="{{circles}}">
     
     
     
    1. Page({
    2. data: {
    3. scale: 16,
    4. latitude: 40.048828,
    5. longitude: 116.280412,
    6. circles: [{
    7. latitude: 40.052751,
    8. longitude: 116.278796,
    9. color: '#FF5F41FF',
    10. fillColor: '#FF5F41FF',
    11. radius: 200,
    12. strokeWidth: 2
    13. }]
    14. }
    15. });

    control

    解釋:在地圖上顯示控件,控件不隨著地圖移動(dòng)。

    屬性說(shuō)明

    屬性名 說(shuō)明 類型 必填 備注
    controlId控件 idNumber在控件點(diǎn)擊事件回調(diào)會(huì)返回此 id
    position控件在地圖的位置Object控件相對(duì)地圖位置
    iconPath顯示的圖標(biāo)String項(xiàng)目目錄下的圖片路徑,支持網(wǎng)絡(luò)路徑、本地路徑(相對(duì)和絕對(duì)路徑寫法),工具暫不支持絕對(duì)路徑寫法
    clickable是否可點(diǎn)擊Boolean默認(rèn)不可點(diǎn)擊

    position 屬性說(shuō)明

    屬性名 說(shuō)明 類型 必填 備注
    left距離地圖的左邊界多遠(yuǎn)Number默認(rèn)為 0
    top距離地圖的上邊界多遠(yuǎn)Number默認(rèn)為 0
    width控件寬度Number默認(rèn)為圖片寬度
    height控件高度Number默認(rèn)為圖片高度

    示例

    圖片示例

    代碼示例

    在開發(fā)者工具中打開

    在開發(fā)者工具中打開

    在 WEB IDE 中打開

    • SWAN
    • JS
     
     
     
    1. style="width: 100%; height: 300px;"
    2. longitude="{{longitude}}"
    3. latitude="{{latitude}}"
    4. controls="{{controls}}"
    5. bindcontroltap="bindcontroltap"
    6. >
     
     
     
    1. Page({
    2. data: {
    3. latitude: 40.048828,
    4. longitude: 116.280412,
    5. controls: [{
    6. controlId: 1,
    7. iconPath: '/images/navigate.png',
    8. position: {
    9. left: 0,
    10. top: 100,
    11. width: 50,
    12. height: 50
    13. },
    14. clickable: true
    15. }]
    16. },
    17. bindcontroltap() {
    18. swan.showToast({
    19. title: '點(diǎn)擊控件',
    20. icon: 'none'
    21. })
    22. }
    23. });

    Bug & Tip

    • Tip:map 組件是由客戶端創(chuàng)建的原生組件,它的層級(jí)是最高的,不能通過(guò) z-index 控制層級(jí)。
    • Tip:請(qǐng)勿在 scroll-view、swiper、picker-view、movable-view 中使用 map 組件。
    • Tip:CSS 動(dòng)畫對(duì) map 組件無(wú)效。
    • Tip:cover-view、cover-image 組件可覆蓋在 map 組件之上。
    • Tip:Android 與 iOS 定位精度不同,雙端定位存在差異。
    • Tip:map 組件使用的經(jīng)緯度是火星坐標(biāo)系,調(diào)用 swan.getLocation 接口需要指定 type 為 gcj02 。
    • Tip:開發(fā)者工具由于坐標(biāo)系不同,定位與客戶端存在差異。開發(fā)時(shí)請(qǐng)以客戶端為準(zhǔn)。
    • Bug:Web 態(tài)由于坐標(biāo)系不同,定位與客戶端存在差異,坐標(biāo)與客戶端相比有一定偏移。待后續(xù)版本修復(fù)。

    文章題目:創(chuàng)新互聯(lián)百度小程序教程:map地圖
    URL分享:http://www.5511xx.com/article/cddsgjc.html