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
d68cec5a
Commit
d68cec5a
authored
Jul 06, 2017
by
Qiu Xiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正 ios marker 事件名
parent
d2b294e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
AMapMarker.h
ios/AMapMarker.h
+5
-5
No files found.
ios/AMapMarker.h
View file @
d68cec5a
...
...
@@ -3,11 +3,11 @@
@interface
AMapMarker
:
UIView
<
MAAnnotation
,
AMapOverlayDelegate
>
@property
(
nonatomic
,
copy
)
RCTBubblingEventBlock
on
MarkerClick
;
@property
(
nonatomic
,
copy
)
RCTBubblingEventBlock
onInfoWindow
Click
;
@property
(
nonatomic
,
copy
)
RCTBubblingEventBlock
on
Marker
DragStart
;
@property
(
nonatomic
,
copy
)
RCTBubblingEventBlock
on
Marker
Drag
;
@property
(
nonatomic
,
copy
)
RCTBubblingEventBlock
on
Marker
DragEnd
;
@property
(
nonatomic
,
copy
)
RCTBubblingEventBlock
on
Press
;
@property
(
nonatomic
,
copy
)
RCTBubblingEventBlock
onInfoWindow
Press
;
@property
(
nonatomic
,
copy
)
RCTBubblingEventBlock
onDragStart
;
@property
(
nonatomic
,
copy
)
RCTBubblingEventBlock
onDrag
;
@property
(
nonatomic
,
copy
)
RCTBubblingEventBlock
onDragEnd
;
-
(
CLLocationCoordinate2D
)
coordinate
;
-
(
NSString
*
)
title
;
...
...
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