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

CLLocation+Mercator.h « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b8e505eebff4bb773b894d3001c09328412958f (plain)
1
2
3
4
5
6
7
#include "geometry/point2d.hpp"

@interface CLLocation (Mercator)

- (m2::PointD)mercator;

@end