...
|
...
|
@@ -158,6 +158,10 @@ typedef enum : NSUInteger { |
|
|
* Note that you may want to clear the tile cache after changing this value in order to provide a consistent experience. */
|
|
|
@property (nonatomic, assign) RMMapboxSourceQuality imageQuality;
|
|
|
|
|
|
#if OS_OBJECT_USE_OBJC
|
|
|
@property (nonatomic, readonly, strong) dispatch_queue_t dataQueue;
|
|
|
#else
|
|
|
@property (nonatomic, readonly, assign) dispatch_queue_t dataQueue;
|
|
|
#endif
|
|
|
|
|
|
@end |
...
|
...
|
|