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

MWMFrameworkHelper.h « Framework « Core « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63bd5bffc2b9d098862c805a7fc281466ef26c56 (plain)
1
2
3
4
5
6
7
@interface MWMFrameworkHelper : NSObject

+ (void)zoomToCurrentPosition;

+ (void)setVisibleViewport:(CGRect)rect;

@end