Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios, macos] Updated world tour locations
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Jan 27, 2018
1 parent 56adf22 commit 3486d84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions platform/ios/app/MBXViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#import <objc/runtime.h>

static const CLLocationCoordinate2D WorldTourDestinations[] = {
{ .latitude = 38.9131982, .longitude = -77.0325453144239 },
{ .latitude = 37.7757368, .longitude = -122.4135302 },
{ .latitude = 12.9810816, .longitude = 77.6368034 },
{ .latitude = -13.15589555, .longitude = -74.2178961777998 },
{ .latitude = 38.9099711, .longitude = -77.0361123 },
{ .latitude = 37.7884307, .longitude = -122.3998631 },
{ .latitude = 12.9813016, .longitude = 77.6405126 },
{ .latitude = -13.155846, .longitude = -74.2178934 },
};

static NSString * const MBXViewControllerAnnotationViewReuseIdentifer = @"MBXViewControllerAnnotationViewReuseIdentifer";
Expand Down
8 changes: 4 additions & 4 deletions platform/macos/app/MapDocument.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
static NSString * const MGLDroppedPinAnnotationImageIdentifier = @"dropped";

static const CLLocationCoordinate2D WorldTourDestinations[] = {
{ .latitude = 38.9131982, .longitude = -77.0325453144239 },
{ .latitude = 37.7757368, .longitude = -122.4135302 },
{ .latitude = 12.9810816, .longitude = 77.6368034 },
{ .latitude = -13.15589555, .longitude = -74.2178961777998 },
{ .latitude = 38.9099711, .longitude = -77.0361123 },
{ .latitude = 37.7884307, .longitude = -122.3998631 },
{ .latitude = 12.9813016, .longitude = 77.6405126 },
{ .latitude = -13.155846, .longitude = -74.2178934 },
};

NS_ARRAY_OF(id <MGLAnnotation>) *MBXFlattenedShapes(NS_ARRAY_OF(id <MGLAnnotation>) *shapes) {
Expand Down

0 comments on commit 3486d84

Please sign in to comment.