- IOS 16.4 navigator.geolocation.getCurrentPosition
[图片]
2023-04-25 - requiredPrivateInfos配置,在编辑器上报警告?
[图片]
2022-07-14 - 定位点不在地图中心位置,有遇到的吗?
//获取定位点 wx.getLocation({ type: "gcj02", success: async function (resLoc) { } }) // <map id="map" scale="{{map.scale}}" show-location="{{true}}" latitude="{{map.latitude}}" longitude="{{map.longitude}}" include-points="{{map.includePoints}}" > </map> 也用了 include-points,但是在部分安卓机器上还是有问题。还是会偏 用mapCtx.moveToLocation也移不到中心
2022-03-22 - 单页自定义导航栏后,其他页面会受到影响
首页自定义导航栏后,第二个页面(非自定义导航栏),只有一个满屏的地图,设置map的longitude,latitude,这个应该是居中的,但是不想,实际上加上了导航栏的高度
2020-08-10 - map地图的主题颜色怎么修改,默认的地图上元素都是亮色的,怎么改成灰色的?
map
2020-07-30 - 小程序如何实现只显示规划路径的实时路况?车辆的车头方向如何控制?
小程序map
2020-07-30 - wsxml中数字parseint,不成功
<view wx:for="{{tt2DayList}}" wx:key="exp" wx:for-item="item" wx:for-index="index" data-index="{{item.index}}" ' class="{{parseInt(item.index/7)==tt2TitleType?'table-row-color':''}}"></view> parseint(item.index/7),得不到值
2019-04-20