Commit 9a0be8c8 authored by 7c00's avatar 7c00 Committed by GitHub

更新 MapView 注释文档

parent 6d25d38e
...@@ -39,6 +39,8 @@ export default class MapView extends Component { ...@@ -39,6 +39,8 @@ export default class MapView extends Component {
/** /**
* 是否显示3D建筑 * 是否显示3D建筑
*
* TODO: 似乎并不能正常显示
*/ */
showsBuildings: PropTypes.bool, showsBuildings: PropTypes.bool,
...@@ -54,6 +56,8 @@ export default class MapView extends Component { ...@@ -54,6 +56,8 @@ export default class MapView extends Component {
/** /**
* 是否显示放大缩小按钮 * 是否显示放大缩小按钮
*
* Android only
*/ */
showsZoomControls: PropTypes.bool, showsZoomControls: PropTypes.bool,
...@@ -64,6 +68,8 @@ export default class MapView extends Component { ...@@ -64,6 +68,8 @@ export default class MapView extends Component {
/** /**
* 是否显示定位按钮 * 是否显示定位按钮
*
* Android only
*/ */
showsLocationButton: PropTypes.bool, showsLocationButton: PropTypes.bool,
......
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