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
2011-08-01 16:54:39 +0200
Commit
68a9ff7e5bdb0c030d6ad70b2c5665d61beb3e9a
1 parent
bdd55f60
o Hide/remove annotations after enabling/disabling annotation clustering
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
MapView/Map/RMMapView.m
MapView/Map/RMMapView.m
View file @
68a9ff7
...
...
@@ -1295,6 +1295,12 @@ double CubicEaseOut(double t, double start, double end)
return
[[
mercatorToScreenProjection
retain
]
autorelease
];
}
-
(
void
)
setEnableClustering
:
(
BOOL
)
doEnableClustering
{
enableClustering
=
doEnableClustering
;
[
self
correctPositionOfAllAnnotations
];
}
#pragma mark -
#pragma mark LatLng/Pixel translation functions
...
...
Please
register
or
login
to post a comment