aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp/Shared/Constants.swift
blob: de82b0bffba9dc7cbceb8aa59160af1c045b364b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  Constants.swift
//  iosApp
//
//  Created by Ivan Avalos on 21/09/23.
//  Copyright © 2023 orgName. All rights reserved.
//

import Foundation
import UIKit

struct Constants {
    static var markerSize = 14.0 * UIScreen.main.scale
    static var vertexsize = 8.0 * UIScreen.main.scale
    static var markerLabelTextSize = UIFont.smallSystemFontSize
    static var geofenceLabelTextSize = UIFont.smallSystemFontSize
    static var geofenceLineWidth = 4.0 * UIScreen.main.scale
    static var reportLineWidth = 4.0 * UIScreen.main.scale
}