aboutsummaryrefslogtreecommitdiff
path: root/Map/Logic/Constants.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Map/Logic/Constants.swift')
-rw-r--r--Map/Logic/Constants.swift4
1 files changed, 4 insertions, 0 deletions
diff --git a/Map/Logic/Constants.swift b/Map/Logic/Constants.swift
new file mode 100644
index 0000000..8cb95e5
--- /dev/null
+++ b/Map/Logic/Constants.swift
@@ -0,0 +1,4 @@
+struct Constants {
+ static let kMaxZoom = 2.0
+ static let kMinZoom = 0.1
+}