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: 12ecb6942732d9aa648c35e2933f6d4f11e713e2 (plain)
1
2
3
4
5
6
7
8
9
10
@protocol MWMPlacePageViewManagerProtocol <NSObject>

- (void)dragPlacePage:(CGPoint)point;
- (void)addPlacePageViews:(NSArray *)views;
- (void)updateStatusBarStyle;
- (void)buildRoute:(m2::PointD)destination;
- (void)apiBack;
- (void)placePageDidClose;

@end