RadarRouteDuration @interface RadarRouteDuration : NSObject Represents the duration of a route. value The duration in minutes. Declaration Objective-C @property (readonly, assign, nonatomic) double value; Swift var value: Double { get } text A display string for the duration. Declaration Objective-C @property (readonly, copy, nonatomic, nonnull) NSString *text; Swift var text: String { get } © 2020 Radar Labs, Inc.. All rights reserved. (Last updated: 2020-03-31) Generated by jazzy ♪♫ v0.12.0, a Realm project.