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
Obrand69
2008-11-11 05:00:39 +0000
Commit
2ca5f341f2a786e712410a158ba9d6e0ec246e8b
1 parent
81cdc9b7
Removed const for previously defined notification on tile region updates (using delegate now)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
MapView/Map/RMTileLoader.m
MapView/Map/RMTileLoader.m
View file @
2ca5f34
...
...
@@ -17,8 +17,6 @@
#import "RMTileCache.h"
NSString
*
const
RMMapNewTilesBoundsNotification
=
@"NewTilesBounds"
;
NSString
*
const
RMMapImageRemovedFromScreenNotification
=
@"RMMapImageRemovedFromScreen"
;
NSString
*
const
RMMapImageAddedToScreenNotification
=
@"RMMapImageAddedToScreen"
;
...
...
Please
register
or
login
to post a comment