aboutsummaryrefslogtreecommitdiff
path: root/Map/Logic/Constants.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-09-16 11:10:32 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2024-09-16 11:10:32 +0200
commite2c37ac1dd2ad562e3d619d39b72a174a2212b67 (patch)
treed4da2c0a12db0473eb4030014a92045eebe38834 /Map/Logic/Constants.swift
parentfdb4633d3e9158e457d57e820df6e1efb4df39c2 (diff)
Map 3 first commit: files, groups and layout
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
+}