Toggle navigation
Toggle navigation
This project
Loading...
Sign in
尹诚
/
Mapbox-iOS-SDK
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Justin R. Miller
12 years ago
Commit
d9886bd1dc45a9a26c0a79f164f05c68a20e0b97
1 parent
ca771518
master
...
1.6.6
1.6.5-sputnik
1.6.4-sputnik
1.6.3-sputnik
1.6.2-sputnik
1.6.1
1.6.1-sputnik
1.6.0
1.6.0-sputnik
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.2.0-patched
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
devStable
reverting bug inadvertently introduced in
49a986b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
MapView/Map/RMMapView.m
MapView/Map/RMMapView.m
View file @
d9886bd
...
...
@@ -1512,6 +1512,10 @@
{
[
self
tapOnLabelForAnnotation
:[((
RMMarker
*
)[
superlayer
superlayer
])
annotation
]
atPoint
:[
recognizer
locationInView
:
self
]];
}
else
{
[
self
singleTapAtPoint
:[
recognizer
locationInView
:
self
]];
}
}
-
(
void
)
doubleTapAtPoint
:
(
CGPoint
)
aPoint
...
...
Please
register
or
login
to post a comment