Commit 731b48ad authored by 7c00's avatar 7c00

Fix MapView propTypes

parent 2788c985
......@@ -131,6 +131,11 @@ export default class MapView extends BaseComponent {
*/
tilt: PropTypes.number,
/**
* 旋转角度
*/
rotation: PropTypes.number,
/**
* 是否启用缩放手势,用于放大缩小
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment