From e2c37ac1dd2ad562e3d619d39b72a174a2212b67 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 16 Sep 2024 11:10:32 +0200 Subject: Map 3 first commit: files, groups and layout --- Map/Logic/Constants.swift | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Map/Logic/Constants.swift (limited to 'Map/Logic/Constants.swift') 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 +} -- cgit