From 1d6df4f1dae03578a930541f42a52b29ba9a9989 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Thu, 4 Aug 2022 11:21:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(mapContext):=20=E4=BF=AE=E5=A4=8DtranslateM?= =?UTF-8?q?arker=20includePoints=20=E7=89=88=E6=9C=AC=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E9=94=99=E8=A1=8C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/location/map.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/location/map.md b/docs/api/location/map.md index 985ebcb0e..67360db8b 100644 --- a/docs/api/location/map.md +++ b/docs/api/location/map.md @@ -22,8 +22,8 @@ mapContext |:-|:-|:-|:-|:-| |getCenterLocation|OBJECT|获取当前地图中心的经纬度,返回的是 gcj02 坐标系,可以用于 [uni.openLocation](api/location/location?id=getlocation)||| |moveToLocation|OBJECT|将地图中心移动到当前定位点,需要配合map组件的show-location使用||| -|translateMarker|OBJECT|平移marker,带动画|app-nvue 2.1.5+、微信小程序带动画、京东小程序|| -|includePoints|OBJECT|缩放视野展示所有经纬度|app-nvue 2.1.5+、微信小程序、京东小程序|| +|translateMarker|OBJECT|平移marker,带动画||app-nvue 2.1.5+、微信小程序带动画、京东小程序| +|includePoints|OBJECT|缩放视野展示所有经纬度||app-nvue 2.1.5+、微信小程序、京东小程序| |getRegion|OBJECT|获取当前地图的视野范围||| |getScale|OBJECT|获取当前地图的缩放级别||| |addCustomLayer|OBJECT|添加个性化图层||微信小程序| -- GitLab