Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
R
react-native-amap3d
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
放牛的园子
react-native-amap3d
Commits
84eb0a46
Commit
84eb0a46
authored
Jun 03, 2017
by
Qiu Xiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善注释文档
parent
93b3fa73
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
Marker.js
components/Marker.js
+24
-0
No files found.
components/Marker.js
View file @
84eb0a46
...
...
@@ -58,10 +58,34 @@ class Marker extends Component {
*/
selected
:
PropTypes
.
bool
,
/**
* 是否显示信息窗体
*/
showsInfoWindow
:
PropTypes
.
bool
,
/**
* 点击事件
*/
onPress
:
React
.
PropTypes
.
func
,
/**
* 拖放开始事件
*/
onDragStart
:
React
.
PropTypes
.
func
,
/**
* 拖放进行事件,类似于 mousemove,在结束之前会不断调用
*/
onDrag
:
React
.
PropTypes
.
func
,
/**
* 拖放结束事件,最终坐标将传入参数
*/
onDragEnd
:
React
.
PropTypes
.
func
,
/**
* 信息窗体点击事件
*/
onInfoWindowPress
:
React
.
PropTypes
.
func
,
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment