RadarUserInsightsLocationType
Objective-C
enum RadarUserInsightsLocationType {}
Swift
enum RadarUserInsightsLocationType : Int
The types for learned locations.
-
Unknown
Declaration
Objective-C
RadarUserInsightsLocationTypeUnknown
Swift
case unknown = 0
-
Home
Declaration
Objective-C
RadarUserInsightsLocationTypeHome
Swift
case home = 1
-
Office
Declaration
Objective-C
RadarUserInsightsLocationTypeOffice
Swift
case office = 2