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

MWMPlacePageViewManagerDelegate.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 642121389988867846868ce87592829352355a46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#import "MWMRoutingProtocol.h"

#include "geometry/point2d.hpp"

@protocol MWMPlacePageViewManagerProtocol <MWMRoutingProtocol>

- (void)dragPlacePage:(CGRect)frame;
- (void)addPlacePageViews:(NSArray *)views;
- (void)updateStatusBarStyle;
- (void)apiBack;
- (void)placePageDidClose;
- (void)addPlace:(BOOL)isBusiness hasPoint:(BOOL)hasPoint point:(m2::PointD const &)point;

@end