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