Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MWMBottomMenuControllerProtocol.h « BottomMenu « UI « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a707b0ddebb5d1f5567bffd68e694c7ab200d5ab (plain)
1
2
3
4
5
6
7
8
9
10
11
#import "MWMMapDownloaderMode.h"

#include "geometry/point2d.hpp"

@protocol MWMBottomMenuControllerProtocol<NSObject>

- (void)actionDownloadMaps:(MWMMapDownloaderMode)mode;
- (void)addPlace:(BOOL)isBusiness hasPoint:(BOOL)hasPoint point:(m2::PointD const &)point;
- (void)didFinishAddingPlace;

@end