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
2012-11-28 16:32:44 -0800
Commit
e32b6ac5d4a3842bb551ee9f3af08649726e2b04
1 parent
b282e541
refs #46: explicitly turn off user tracking when animating zoom/center combo
Show 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 @
e32b6ac
...
...
@@ -949,6 +949,8 @@
{
[
self
setZoom
:
newZoom
]
;
[
self
setCenterCoordinate
:
newCenter
animated
:
NO
]
;
self
.
userTrackingMode
=
RMUserTrackingModeNone
;
}
completion
:
nil
];
}
...
...
Please
register
or
login
to post a comment