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
Kenny Grant
2008-11-14 13:29:23 +0000
Commit
47c49969a7aa69833315bfacbda0d2b5f22c68cd
1 parent
17d2ad57
Added commented out call to moveToLatLong to example ViewController for debugging
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
MapView/ApplicationSupport/MapViewViewController.m
MapView/ApplicationSupport/MapViewViewController.m
View file @
47c4996
...
...
@@ -85,8 +85,11 @@
[
mapView
getScreenCoordinateBounds
];
/* CLLocationCoordinate2D newLocation;
newLocation.latitude = -33.9495;
newLocation.longitude = 151.2381;
[[mapView contents] moveToLatLong:newLocation];
*/
}
...
...
Please
register
or
login
to post a comment