Add route block
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
|
||||
enum RouteViewComponents: String {
|
||||
case onlyElevation = "elevation"
|
||||
case all = "all"
|
||||
case withoutHeartRate = "no-hr"
|
||||
}
|
||||
|
Reference in New Issue
Block a user