From 8eff2ea2f8f56d68bd0153a43fdbc859260a35f3 Mon Sep 17 00:00:00 2001 From: bingzc <3372725693@qq.com> Date: Tue, 30 Sep 2025 19:14:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20myLocationEnabled=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E9=B8=BF=E8=92=99=E4=B8=AD=E8=8E=B7=E5=8F=96=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-amap3d.md | 3 +-- zh-cn/react-native-amap3d.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/en/react-native-amap3d.md b/en/react-native-amap3d.md index dbb2e53a..7062ec2c 100644 --- a/en/react-native-amap3d.md +++ b/en/react-native-amap3d.md @@ -389,7 +389,7 @@ Check the release version information in the release address of the third-party | ---- | ----------- | ---- | -------- | -------- | ------------------ | | mapType | Map type | int | yes | iOS | yes | | initialCameraPosition | Initial state | CameraPosition | yes | iOS | yes | -| myLocationEnabled | Whether to display the current positioning | boolean | yes | iOS | no | +| myLocationEnabled | Whether to display the current positioning | boolean | yes | iOS | yes | | indoorViewEnabled | Whether to display an indoor map | boolean | yes | iOS | no | | buildingsEnabled | Whether or not to display 3D buildings | boolean | yes | iOS | no | | labelsEnabled | Whether to display the label | boolean | yes | iOS | yes | @@ -499,7 +499,6 @@ Check the release version information in the release address of the third-party ### MapView - [ ] indoorViewEnabled: Amap SDK is not supported: [issue#6](https://github.com/react-native-oh-library/react-native-amap3d/issues/6) - [ ] buildingsEnabled: Amap SDK is not supported: [issue#33](https://github.com/react-native-oh-library/react-native-amap3d/issues/33) -- [ ] myLocationEnabled: Amap SDK is not supported: [issue#29](https://github.com/react-native-oh-library/react-native-amap3d/issues/29) - [ ] distanceFilter: Amap SDK is not supported: [issue#11](https://github.com/react-native-oh-library/react-native-amap3d/issues/11) - [ ] anchor: Amap SDK is not supported: [issue#34](https://github.com/react-native-oh-library/react-native-amap3d/issues/34) - [ ] centerOffset: Amap SDK is not supported: [issue#35](https://github.com/react-native-oh-library/react-native-amap3d/issues/35) diff --git a/zh-cn/react-native-amap3d.md b/zh-cn/react-native-amap3d.md index 18328a4f..040933b8 100644 --- a/zh-cn/react-native-amap3d.md +++ b/zh-cn/react-native-amap3d.md @@ -391,7 +391,7 @@ ohpm install | ---- | ----------- | ---- | -------- |-----------|-------------------| | mapType | 地图类型 | int | yes | iOS | yes | | initialCameraPosition | 初始状态 | CameraPosition | yes | iOS | yes | -| myLocationEnabled | 是否显示当前定位 | boolean | yes | iOS | no | +| myLocationEnabled | 是否显示当前定位 | boolean | yes | iOS | yes | | indoorViewEnabled | 是否显示室内地图 | boolean | yes | iOS | no | | buildingsEnabled | 是否显示3D建筑 | boolean | yes | iOS | no | | labelsEnabled | 是否显示标注 | boolean | yes | iOS | yes | @@ -502,7 +502,6 @@ ohpm install ### MapView - [ ] indoorViewEnabled:高德SDK暂不支持: [issue#6](https://github.com/react-native-oh-library/react-native-amap3d/issues/6) - [ ] buildingsEnabled:高德SDK暂不支持: [issue#33](https://github.com/react-native-oh-library/react-native-amap3d/issues/33) -- [ ] myLocationEnabled:高德SDK暂不支持: [issue#29](https://github.com/react-native-oh-library/react-native-amap3d/issues/29) - [ ] distanceFilter:高德SDK暂不支持: [issue#11](https://github.com/react-native-oh-library/react-native-amap3d/issues/11) - [ ] anchor:高德SDK暂不支持: [issue#34](https://github.com/react-native-oh-library/react-native-amap3d/issues/34) - [ ] centerOffset:高德SDK暂不支持: [issue#35](https://github.com/react-native-oh-library/react-native-amap3d/issues/35) -- Gitee