diff --git a/en/react-native-amap3d.md b/en/react-native-amap3d.md index dbb2e53a5f74c742ee4985a44ce0f0ddbab9db88..7062ec2c89cdcaf45ecb65d05e00713394d89ae3 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 18328a4f1df120fa5dbce34a0114d80e066c465b..040933b81e2dffe49219a304a139f7b528a717dd 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)