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
Thomas Rasch
2012-07-16 12:11:51 +0200
Commit
6754ab5e0d9e1800108f02de4624a39e60f747ac
1 parent
8f26a53a
o Added the user location to the MarkerMurder sample
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
samples/MarkerMurder/Classes/MainViewController.m
samples/MarkerMurder/Classes/MainViewController.m
View file @
6754ab5
...
...
@@ -168,6 +168,7 @@
[
mapView
setZoom
:
10
.
0
];
[
mapView
setCenterCoordinate
:
center
animated
:
NO
];
mapView
.
showsUserLocation
=
YES
;
[
self
updateInfo
];
[
self
performSelector
:
@selector
(
addMarkers
)
withObject
:
nil
afterDelay
:
0
.
5
];
...
...
Please
register
or
login
to post a comment