YRTLocationActivityType

enum YRTLocationActivityType : UInt, @unchecked Sendable

Undocumented

Summary

Enum cases

case autoDetect = 0
Auto activity type detect

case car = 1
Activity type for car navigation

case pedestrian = 2
Activity type for pedestrian navigation

case other = 3
Activity type without any hint

Enum cases

autoDetect

case autoDetect = 0

Auto activity type detect


car

case car = 1

Activity type for car navigation


pedestrian

case pedestrian = 2

Activity type for pedestrian navigation


other

case other = 3

Activity type without any hint