diff --git a/en/react-native-amap3d.md b/en/react-native-amap3d.md index 2f66cc4d28011cd252eaebb9c0a2b12223df96e3..dbb2e53a5f74c742ee4985a44ce0f0ddbab9db88 100644 --- a/en/react-native-amap3d.md +++ b/en/react-native-amap3d.md @@ -128,6 +128,22 @@ function AMapDemo() { onDragEnd={({ nativeEvent }) => Alert.alert(`onDragEnd: ${nativeEvent.latitude}, ${nativeEvent.longitude}`)} /> + + + {"testMarker"} + + ); @@ -371,66 +387,66 @@ Check the release version information in the release address of the third-party ### MapView | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | -| mapType | 地图类型 | int | yes | iOS | yes | -| initialCameraPosition | 初始状态 | CameraPosition | yes | iOS | yes | -| myLocationEnabled | 是否显示当前定位 | boolean | yes | iOS | no | -| indoorViewEnabled | 是否显示室内地图 | boolean | yes | iOS | no | -| buildingsEnabled | 是否显示3D建筑 | boolean | yes | iOS | no | -| labelsEnabled | 是否显示标注 | boolean | yes | iOS | yes | -| compassEnabled | 是否显示指南针 | boolean | yes | iOS | no | -| zoomControlsEnabled | 是否显示放大缩小按钮 | boolean | yes | iOS | yes | -| scaleControlsEnabled | 是否显示比例尺 | boolean | yes | iOS | yes | -| trafficEnabled | 是否显示路况 | boolean | yes | iOS | yes | -| maxZoom | 最大缩放级别 | float | yes | iOS | yes | -| minZoom | 最小缩放级别 | float | yes | iOS | yes | -| zoomGesturesEnabled | 是否启用缩放手势,用于放大缩小 | boolean | yes | iOS | yes | -| scrollGesturesEnabled | 是否启用滑动手势,用于平移 | boolean | yes | iOS | yes | -| rotateGesturesEnabled | 是否启用旋转手势,用于调整方向 | boolean | yes | iOS | yes | -| tiltGesturesEnabled | 是否启用倾斜手势,用于改变视角 | boolean | yes | iOS | yes | -| distanceFilter | 设定定位的最小更新距离 | float | yes | iOS | no| -| headingFilter | 设定最小更新角度,默认为 1 度 | float | yes | iOS | no | +| 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 | +| 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 | +| compassEnabled | Whether or not to display a compass | boolean | yes | iOS | yes | +| zoomControlsEnabled | Whether to display a zoomed-in button | boolean | yes | iOS | yes | +| scaleControlsEnabled | Whether to display the scale bar | boolean | yes | iOS | yes | +| trafficEnabled | Whether or not to display traffic conditions | boolean | yes | iOS | yes | +| maxZoom | Maximum zoom level | float | yes | iOS | yes | +| minZoom | Minimum zoom level | float | yes | iOS | yes | +| zoomGesturesEnabled | Whether to enable the zoom gesture to zoom in and out | boolean | yes | iOS | yes | +| scrollGesturesEnabled | Whether to enable the swipe gesture for panning | boolean | yes | iOS | yes | +| rotateGesturesEnabled | Whether to enable the rotate gesture to adjust the orientation | boolean | yes | iOS | yes | +| tiltGesturesEnabled | Whether or not to enable the tilt gesture to change the viewing angle | boolean | yes | iOS | yes | +| distanceFilter | Sets the minimum update distance for positioning | float | yes | iOS | no| +| headingFilter | Sets the minimum update angle, which defaults to 1 degree | float | yes | iOS | no | ### Circle | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | -| center | 圆点坐标 | LatLng | yes | iOS | yes | -| radius | 半径(米) | Float | yes | iOS | yes | -| strokeWidth | 边线宽度 | Float | yes | iOS | yes | -| strokeColor | 边线颜色 | string | yes | iOS | yes | -| fillColor | 填充颜色 | string | yes | iOS | yes | -| zIndex | 层级 | Float | yes | iOS | yes | +| center | Dotted coordinates | LatLng | yes | iOS | yes | +| radius | Radius (m) | Float | yes | iOS | yes | +| strokeWidth | Edge width | Float | yes | iOS | yes | +| strokeColor | Edge color | string | yes | iOS | yes | +| fillColor | Fill color | string | yes | iOS | yes | +| zIndex | Level | Float | yes | iOS | yes | ### Marker | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | -| position | 坐标 | LatLng | yes | iOS | yes | -| icon | 图标 | ImageSourcePropType | yes | iOS | no | -| draggable | 是否可拖拽 | boolean | yes | iOS | yes | -| flat | 是否平贴地图 | boolean | yes | iOS | yes | -| zIndex | 层级 | Float | yes | iOS | yes | -| anchor | 覆盖物锚点比例 | Point | yes | iOS | no | -| centerOffset | 覆盖物偏移位置 | Float | yes | iOS | no | +| position | coordinates | LatLng | yes | iOS | yes | +| icon | icon | ImageSourcePropType | yes | iOS | yes | +| draggable | Whether it can be dragged or not | boolean | yes | iOS | yes | +| flat | Whether the map is flattened or not | boolean | yes | iOS | yes | +| zIndex | Level | Float | yes | iOS | yes | +| anchor | Mulch anchor point ratio | Point | yes | iOS | no | +| centerOffset | Cover offset position | Float | yes | iOS | no | ### Polygon | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | -| points | 节点坐标 | LatLng[] | yes | iOS | yes | -| strokeWidth | 边线宽度 | Float | yes | iOS | yes | -| strokeColor | 边线颜色 | string | yes | iOS | yes | -| fillColor | 填充颜色 | string | yes | iOS | yes | -| zIndex | 层级 | Float | yes | iOS | yes | +| points | Node coordinates | LatLng[] | yes | iOS | yes | +| strokeWidth | Edge width | Float | yes | iOS | yes | +| strokeColor | Edge color | string | yes | iOS | yes | +| fillColor | Fill color | string | yes | iOS | yes | +| zIndex | Level | Float | yes | iOS | yes | ### Polyline | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | -| points | 节点坐标 | LatLng[] | yes | iOS | yes | -| width | 边线宽度 | Float | yes | iOS | yes | -| color | 线段颜色 | ColorValue | yes | iOS | yes | -| zIndex | 层级 | Float | yes | iOS | yes | -| colors | 多段颜色 | ColorValue[] | yes | iOS | yes | -| gradient | 是否使用颜色渐变 | boolean | yes | iOS | yes | -| geodesic | 是否绘制大地线 | boolean | yes | iOS | no | -| dotted | 是否绘制虚线 | boolean | yes | iOS | yes | +| points | Node coordinates | LatLng[] | yes | iOS | yes | +| width | Edge width | Float | yes | iOS | yes | +| color | Segment color | ColorValue | yes | iOS | yes | +| zIndex | Level | Float | yes | iOS | yes | +| colors | Multi-segment color | ColorValue[] | yes | iOS | yes | +| gradient | Whether to use a color gradient | boolean | yes | iOS | yes | +| geodesic | Whether or not to draw geodetic lines | boolean | yes | iOS | no | +| dotted | Whether or not to draw a dashed line | boolean | yes | iOS | yes | ## Static Methods @@ -440,31 +456,31 @@ Check the release version information in the release address of the third-party ### MapView | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | -| onPress | 点击事件 | LatLng | yes | iOS | yes | -| onPressPoi | 标注点击事件 | Poi | yes | iOS | yes | -| onLongPress | 长按事件 | LatLng | yes | iOS | yes | -| onCameraMove | 地图状态改变事件,随地图状态变化不停地触发 | CameraEvent | yes | iOS | no | -| onCameraIdle | 地图状态改变事件,在停止变化后触发 | CameraEvent | yes | iOS | no | -| onLoad | 地图初始化完成事件 | void | yes | iOS | yes | -| onLocation | 地图定位更新事件 | GeolocationPosition | no | iOS | no | -| onCallback | 回调事件 | void | yes | iOS | no | -| moveCamera | 移动视角 | void | yes | iOS | no | -| call | 调用 | void | yes | iOS | no | +| onPress | Click Events | LatLng | yes | iOS | yes | +| onPressPoi | Label click events | Poi | yes | iOS | yes | +| onLongPress | Long press on the event | LatLng | yes | iOS | yes | +| onCameraMove | Map state change events, which are triggered continuously as the map state changes | CameraEvent | yes | iOS | yes | +| onCameraIdle | Map state change events, which are triggered when the change stops | CameraEvent | yes | iOS | no | +| onLoad | Map Initialization Completion Event | void | yes | iOS | yes | +| onLocation | Map location update events | GeolocationPosition | no | iOS | no | +| onCallback | Callback events | void | yes | iOS | no | +| moveCamera | Moving perspective | void | yes | iOS | yes | +| call | invoke | void | yes | iOS | no | ### Marker | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | -| onPress | 点击事件 | void | yes | iOS | yes | -| onDragStart | 拖放开始事件 | void | yes | iOS | yes | -| onDrag | 拖放进行事件,类似于mousemove,在结束之前会不断调用 | void | yes | iOS | yes | -| onDragEnd | 拖放结束事件 | LatLng | yes | iOS | yes | -| update | 触发自定义view更新 | void | yes | iOS | no | +| onPress | Click Events | void | yes | iOS | yes | +| onDragStart | Drag and drop the start event | void | yes | iOS | yes | +| onDrag | Drag-and-drop events, similar to mousemove, are called continuously until they end | void | yes | iOS | yes | +| onDragEnd | Drag and drop the end event | LatLng | yes | iOS | yes | +| update | Trigger a custom view update | void | yes | iOS | yes | ### Polyline | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | -| onPress | 点击事件 | void | yes | iOS | yes | +| onPress | Click Events | void | yes | iOS | yes | ## API @@ -474,35 +490,28 @@ Check the release version information in the release address of the third-party | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | -| initSDK | 初始化高德SDK | void | yes | iOS | no | -| getVersion | 获取版本信息 | Promise | yes | iOS | no | +| initSDK | Initialize AutoNavi SDK | void | yes | iOS | no | +| getVersion | Get version information | Promise | yes | iOS | no | -## 遗留问题 +## Known Issues - [ ] initSDK: Does not support in hramony: [issue#16](https://github.com/react-native-oh-library/react-native-amap3d/issues/16) - [ ] getVersion: Does not support in hramony: [issue#17](https://github.com/react-native-oh-library/react-native-amap3d/issues/17) ### MapView - [ ] indoorViewEnabled: Amap SDK is not supported: [issue#6](https://github.com/react-native-oh-library/react-native-amap3d/issues/6) -- [ ] compassEnabled: Amap SDK is not supported: [issue#7](https://github.com/react-native-oh-library/react-native-amap3d/issues/7) - [ ] 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) -- [X] zoomControlsEnabled: Amap SDK is not supported: [issue#8](https://github.com/react-native-oh-library/react-native-amap3d/issues/8) -- [X] scaleControlsEnabled: Amap SDK is not supported: [issue#9](https://github.com/react-native-oh-library/react-native-amap3d/issues/9) - [ ] headingFilter: Amap SDK is not supported: [issue#12](https://github.com/react-native-oh-library/react-native-amap3d/issues/12) - [ ] geodesic: Amap SDK is not supported: [issue#36](https://github.com/react-native-oh-library/react-native-amap3d/issues/36) -- [x] onCameraMove: Amap SDK is not supported: [issue#14](https://github.com/react-native-oh-library/react-native-amap3d/issues/14) - [ ] onCameraIdle: Amap SDK is not supported: [issue#15](https://github.com/react-native-oh-library/react-native-amap3d/issues/15) -- [X] onPressPoi: Amap SDK is not supported: [issue#13](https://github.com/react-native-oh-library/react-native-amap3d/issues/13) - [ ] onLocation: Amap SDK is not supported: [issue#10](https://github.com/react-native-oh-library/react-native-amap3d/issues/10) - [ ] onCallback: Amap SDK has partial support: [issue#21](https://github.com/react-native-oh-library/react-native-amap3d/issues/21) -- [x] moveCamera: Does not support in hramony: [issue#19](https://github.com/react-native-oh-library/react-native-amap3d/issues/19) - [ ] call: Does not support in hramony: [issue#5](https://github.com/react-native-oh-library/react-native-amap3d/issues/5) ### Marker -- [ ] icon: Amap SDK is not supported yet: [issue#20](https://github.com/react-native-oh-library/react-native-amap3d/issues/20) -- [ ] update: Amap SDK is not supported yet: [issue#18](https://github.com/react-native-oh-library/react-native-amap3d/issues/18) +- [ ] The marker custom width is adaptive: [issue#64](https://github.com/react-native-oh-library/react-native-amap3d/issues/64) ### Cluster - [ ] Cluster: Amap SDK does not currently support adding this component: [issue#2](https://github.com/react-native-oh-library/react-native-amap3d/issues/2) ### HeatMap diff --git a/zh-cn/react-native-amap3d.md b/zh-cn/react-native-amap3d.md index c5866f9458c850624327bda128233f03187621c5..18328a4f1df120fa5dbce34a0114d80e066c465b 100644 --- a/zh-cn/react-native-amap3d.md +++ b/zh-cn/react-native-amap3d.md @@ -128,6 +128,22 @@ function AMapDemo() { onDragEnd={({ nativeEvent }) => Alert.alert(`onDragEnd: ${nativeEvent.latitude}, ${nativeEvent.longitude}`)} /> + + + {"testMarker"} + + ); @@ -371,26 +387,26 @@ ohpm install > [!TIP] "HarmonyOS Support"列为 yes 表示 HarmonyOS 平台支持该属性;no 则表示不支持;partially 表示部分支持。使用方法跨平台一致,效果对标 iOS 或 Android 的效果。 ### MapView -| Name | Description | Type | Required | Platform | HarmonyOS Support | -| ---- | ----------- | ---- | -------- | -------- | ------------------ | -| mapType | 地图类型 | int | yes | iOS | yes | -| initialCameraPosition | 初始状态 | CameraPosition | yes | iOS | yes | -| myLocationEnabled | 是否显示当前定位 | boolean | yes | iOS | no | -| indoorViewEnabled | 是否显示室内地图 | boolean | yes | iOS | no | -| buildingsEnabled | 是否显示3D建筑 | boolean | yes | iOS | no | -| labelsEnabled | 是否显示标注 | boolean | yes | iOS | yes | -| compassEnabled | 是否显示指南针 | boolean | yes | iOS | no | -| zoomControlsEnabled | 是否显示放大缩小按钮 | boolean | yes | iOS | yes | -| scaleControlsEnabled | 是否显示比例尺 | boolean | yes | iOS | yes | -| trafficEnabled | 是否显示路况 | boolean | yes | iOS | yes | -| maxZoom | 最大缩放级别 | float | yes | iOS | yes | -| minZoom | 最小缩放级别 | float | yes | iOS | yes | -| zoomGesturesEnabled | 是否启用缩放手势,用于放大缩小 | boolean | yes | iOS | yes | -| scrollGesturesEnabled | 是否启用滑动手势,用于平移 | boolean | yes | iOS | yes | -| rotateGesturesEnabled | 是否启用旋转手势,用于调整方向 | boolean | yes | iOS | yes | -| tiltGesturesEnabled | 是否启用倾斜手势,用于改变视角 | boolean | yes | iOS | yes | -| distanceFilter | 设定定位的最小更新距离 | float | yes | iOS | no| -| headingFilter | 设定最小更新角度,默认为 1 度 | float | yes | iOS | no | +| Name | Description | Type | Required | Platform | HarmonyOS Support | +| ---- | ----------- | ---- | -------- |-----------|-------------------| +| mapType | 地图类型 | int | yes | iOS | yes | +| initialCameraPosition | 初始状态 | CameraPosition | yes | iOS | yes | +| myLocationEnabled | 是否显示当前定位 | boolean | yes | iOS | no | +| indoorViewEnabled | 是否显示室内地图 | boolean | yes | iOS | no | +| buildingsEnabled | 是否显示3D建筑 | boolean | yes | iOS | no | +| labelsEnabled | 是否显示标注 | boolean | yes | iOS | yes | +| compassEnabled | 是否显示指南针 | boolean | yes | iOS | yes | +| zoomControlsEnabled | 是否显示放大缩小按钮 | boolean | yes | iOS | yes | +| scaleControlsEnabled | 是否显示比例尺 | boolean | yes | iOS | yes | +| trafficEnabled | 是否显示路况 | boolean | yes | iOS | yes | +| maxZoom | 最大缩放级别 | float | yes | iOS | yes | +| minZoom | 最小缩放级别 | float | yes | iOS | yes | +| zoomGesturesEnabled | 是否启用缩放手势,用于放大缩小 | boolean | yes | iOS | yes | +| scrollGesturesEnabled | 是否启用滑动手势,用于平移 | boolean | yes | iOS | yes | +| rotateGesturesEnabled | 是否启用旋转手势,用于调整方向 | boolean | yes | iOS | yes | +| tiltGesturesEnabled | 是否启用倾斜手势,用于改变视角 | boolean | yes | iOS | yes | +| distanceFilter | 设定定位的最小更新距离 | float | yes | iOS | no | +| headingFilter | 设定最小更新角度,默认为 1 度 | float | yes | iOS | no | ### Circle | Name | Description | Type | Required | Platform | HarmonyOS Support | @@ -406,7 +422,7 @@ ohpm install | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | | position | 坐标 | LatLng | yes | iOS | yes | -| icon | 图标 | ImageSourcePropType | yes | iOS | no | +| icon | 图标 | ImageSourcePropType | yes | iOS | yes | | draggable | 是否可拖拽 | boolean | yes | iOS | yes | | flat | 是否平贴地图 | boolean | yes | iOS | yes | | zIndex | 层级 | Float | yes | iOS | yes | @@ -440,28 +456,28 @@ ohpm install > [!TIP] "HarmonyOS Support"列为 yes 表示 HarmonyOS 平台支持该属性;no 则表示不支持;partially 表示部分支持。使用方法跨平台一致,效果对标 iOS 或 Android 的效果。 ### MapView -| Name | Description | Type | Required | Platform | HarmonyOS Support | -| ---- | ----------- | ---- | -------- | -------- | ------------------ | -| onPress | 点击事件 | LatLng | yes | iOS | yes | -| onPressPoi | 标注点击事件 | Poi | yes | iOS | yes | -| onLongPress | 长按事件 | LatLng | yes | iOS | yes | -| onCameraMove | 地图状态改变事件,随地图状态变化不停地触发 | CameraEvent | yes | iOS | no | -| onCameraIdle | 地图状态改变事件,在停止变化后触发 | CameraEvent | yes | iOS | no | -| onLoad | 地图初始化完成事件 | void | yes | iOS | yes | -| onLocation | 地图定位更新事件 | GeolocationPosition | no | iOS | no | -| onCallback | 回调事件 | void | yes | iOS | no | -| moveCamera | 移动视角 | void | yes | iOS | no | -| call | 调用 | void | yes | iOS | no | +| Name | Description | Type | Required | Platform | HarmonyOS Support | +| ---- | ----------- | ---- | -------- | -------- |-------------------| +| onPress | 点击事件 | LatLng | yes | iOS | yes | +| onPressPoi | 标注点击事件 | Poi | yes | iOS | yes | +| onLongPress | 长按事件 | LatLng | yes | iOS | yes | +| onCameraMove | 地图状态改变事件,随地图状态变化不停地触发 | CameraEvent | yes | iOS | yes | +| onCameraIdle | 地图状态改变事件,在停止变化后触发 | CameraEvent | yes | iOS | no | +| onLoad | 地图初始化完成事件 | void | yes | iOS | yes | +| onLocation | 地图定位更新事件 | GeolocationPosition | no | iOS | no | +| onCallback | 回调事件 | void | yes | iOS | no | +| moveCamera | 移动视角 | void | yes | iOS | yes | +| call | 调用 | void | yes | iOS | no | ### Marker -| Name | Description | Type | Required | Platform | HarmonyOS Support | -| ---- | ----------- | ---- | -------- | -------- | ------------------ | -| onPress | 点击事件 | void | yes | iOS | yes | -| onDragStart | 拖放开始事件 | void | yes | iOS | yes | -| onDrag | 拖放进行事件,类似于mousemove,在结束之前会不断调用 | void | yes | iOS | yes | -| onDragEnd | 拖放结束事件 | LatLng | yes | iOS | yes | -| update | 触发自定义view更新 | void | yes | iOS | no | +| Name | Description | Type | Required | Platform | HarmonyOS Support | +| ---- | ----------- | ---- | -------- | -------- |-------------------| +| onPress | 点击事件 | void | yes | iOS | yes | +| onDragStart | 拖放开始事件 | void | yes | iOS | yes | +| onDrag | 拖放进行事件,类似于mousemove,在结束之前会不断调用 | void | yes | iOS | yes | +| onDragEnd | 拖放结束事件 | LatLng | yes | iOS | yes | +| update | 触发自定义view更新 | void | yes | iOS | yes | ### Polyline | Name | Description | Type | Required | Platform | HarmonyOS Support | @@ -482,29 +498,23 @@ ohpm install ## 遗留问题 - [ ] initSDK:hramony暂不支持: [issue#16](https://github.com/react-native-oh-library/react-native-amap3d/issues/16) - [ ] getVersion:hramony暂不支持: [issue#17](https://github.com/react-native-oh-library/react-native-amap3d/issues/17) + ### MapView - [ ] indoorViewEnabled:高德SDK暂不支持: [issue#6](https://github.com/react-native-oh-library/react-native-amap3d/issues/6) -- [ ] compassEnabled:高德SDK暂不支持: [issue#7](https://github.com/react-native-oh-library/react-native-amap3d/issues/7) - [ ] 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) -- [X] zoomControlsEnabled:高德SDK暂不支持: [issue#8](https://github.com/react-native-oh-library/react-native-amap3d/issues/8) -- [X] scaleControlsEnabled:高德SDK暂不支持: [issue#9](https://github.com/react-native-oh-library/react-native-amap3d/issues/9) - [ ] headingFilter:高德SDK暂不支持: [issue#12](https://github.com/react-native-oh-library/react-native-amap3d/issues/12) - [ ] geodesic:高德SDK暂不支持: [issue#36](https://github.com/react-native-oh-library/react-native-amap3d/issues/36) -- [x] onCameraMove: 高德SDK暂不支持: [issue#14](https://github.com/react-native-oh-library/react-native-amap3d/issues/14) - [ ] onCameraIdle: 高德SDK暂不支持: [issue#15](https://github.com/react-native-oh-library/react-native-amap3d/issues/15) -- [X] onPressPoi:高德SDK暂不支持: [issue#13](https://github.com/react-native-oh-library/react-native-amap3d/issues/13) - [ ] onLocation:高德SDK暂不支持: [issue#10](https://github.com/react-native-oh-library/react-native-amap3d/issues/10) - [ ] onCallback:高德SDK部分支持: [issue#21](https://github.com/react-native-oh-library/react-native-amap3d/issues/21) -- [x] moveCamera:harmony暂不支持: [issue#19](https://github.com/react-native-oh-library/react-native-amap3d/issues/19) - [ ] call:harmony暂不支持: [issue#5](https://github.com/react-native-oh-library/react-native-amap3d/issues/5) ### Marker -- [ ] icon:高德SDK暂不支持: [issue#20](https://github.com/react-native-oh-library/react-native-amap3d/issues/20) -- [ ] update:harmony暂不支持: [issue#18](https://github.com/react-native-oh-library/react-native-amap3d/issues/18) +- [ ] marker自定义宽度自适应: [issue#64](https://github.com/react-native-oh-library/react-native-amap3d/issues/64) ### Cluster - [ ] Cluster:高德SDK暂不支持添加该组件: [issue#2](https://github.com/react-native-oh-library/react-native-amap3d/issues/2) ### HeatMap