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: c451427ffcfe15207e19a208017cf1d565bf26ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  MWMPlacePageViewManagerDelegate.h
//  Maps
//
//  Created by Ilya Grechuhin on 16.06.15.
//  Copyright (c) 2015 MapsWithMe. All rights reserved.
//

@protocol MWMPlacePageViewManagerProtocol <NSObject>

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

@end