blob: 77fd6736b58268de09d271d994936fede7881275 (
plain)
1
2
3
4
5
6
7
8
9
|
#import <UIKit/UIKit.h>
#import <CoreLocation/CoreLocation.h>
@interface MGLScaleBar : UIView
// Sets the scale and redraws the scale bar
@property (nonatomic, assign) CLLocationDistance metersPerPoint;
@end
|