|
|
@@ -122,7 +122,7 @@ typedef enum {
|
|
|
|
|
|
NSDictionary *locationInfo = annotation;
|
|
|
if (_currentAnnotaion) {
|
|
|
- [self stopTwinkle];
|
|
|
+// [self stopTwinkle];
|
|
|
_currentAnnotaion.alpha = 1.f;
|
|
|
_currentAnnotaion = nil;
|
|
|
}
|
|
|
@@ -180,7 +180,7 @@ typedef enum {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- [self startTwinkle];
|
|
|
+// [self startTwinkle];
|
|
|
}
|
|
|
|
|
|
#pragma mark - Twinkle Current
|