Closed toto closed 11 years ago
Where possible I changed all for loops in REMarkerClusterer to the for in syntax which uses NSFastEnumeration and therefore dramatically improves performance.
for
REMarkerClusterer
for in
Where possible I changed all
for
loops inREMarkerClusterer
to thefor in
syntax which uses NSFastEnumeration and therefore dramatically improves performance.