diff --git a/platform/ios/MGLMapView.mm b/platform/ios/MGLMapView.mm index 382fa3ded24..a097e4932e3 100644 --- a/platform/ios/MGLMapView.mm +++ b/platform/ios/MGLMapView.mm @@ -53,7 +53,7 @@ const CGFloat MGLMaximumPitch = 60; const CLLocationDegrees MGLAngularFieldOfView = M_PI / 6.; const std::string spritePrefix = "com.mapbox.sprites."; -const NSUInteger MGLTargetFrameInterval = 2; //Target FPS will be 60 divided by this value +const NSUInteger MGLTargetFrameInterval = 1; //Target FPS will be 60 divided by this value NSString *const MGLAnnotationIDKey = @"MGLAnnotationIDKey"; NSString *const MGLAnnotationSymbolKey = @"MGLAnnotationSymbolKey";