import Foundation struct Dimensions { static let mapSize = CGSize(width: 1300.0, height: 1000.0) static let mapPadding: CGFloat = 42.0 }