@interface GEOComposedRouteTrafficColorInfo : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) unsigned long long color; @property (nonatomic) double offsetMeters; @property (nonatomic) struct { unsigned int index; float offset; } routeCoordinate; - (void)encodeWithCoder:(id)a0; - (id)description; - (id)initWithCoder:(id)a0; - (id)_stringForColor:(unsigned long long)a0; @end