co-maps/iphone/Maps/Core/Location/MWMLocationPredictor.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
326 B
C
Raw Normal View History

2025-11-22 13:58:55 +01:00
#import "MWMMyPositionMode.h"
#include "platform/location.hpp"
using TPredictionBlock = void (^)(CLLocation *);
@interface MWMLocationPredictor : NSObject
- (instancetype)initWithOnPredictionBlock:(TPredictionBlock)onPredictBlock;
- (void)reset:(CLLocation *)info;
- (void)setMyPositionMode:(MWMMyPositionMode)mode;
@end