aboutsummaryrefslogtreecommitdiff
path: root/Map/Logic/Constants.swift
blob: 8cb95e556e9519d03ee87f9a920439ecc0106487 (plain)
1
2
3
4
struct Constants {
  static let kMaxZoom = 2.0
  static let kMinZoom = 0.1
}