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
2014-02-18 16:48:21 -0800
Commit
1962fe84eb7521f2870ca43b2f4b9983267a93b3
1 parent
758d43e5
refs #331: disable user tracking when selecting an annotation
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
MapView/Map/RMMapView.m
MapView/Map/RMMapView.m
View file @
1962fe8
...
...
@@ -1891,6 +1891,8 @@
}
else
if
(
anAnnotation
.
isEnabled
&&
!
[
anAnnotation
isEqual
:
_currentAnnotation
])
{
self
.
userTrackingMode
=
RMUserTrackingModeNone
;
[
self
deselectAnnotation
:
_currentAnnotation
animated
:
NO
];
_currentAnnotation
=
anAnnotation
;
...
...
Please
register
or
login
to post a comment