luxlabs header browser preview


@interface GEORPSuggestedRouteIndex : PBCodable <NSCopying> {
    struct { unsigned int *list; unsigned long long count; unsigned long long size; } _clusteredRouteRideSelections;
    unsigned int _directionsResponseIndex;
    unsigned int _directionsResponseSuggestedRoutesIndex;
    struct { unsigned char has_directionsResponseIndex : 1; unsigned char has_directionsResponseSuggestedRoutesIndex : 1; } _flags;
}

@property (nonatomic) BOOL hasDirectionsResponseIndex;
@property (nonatomic) unsigned int directionsResponseIndex;
@property (nonatomic) BOOL hasDirectionsResponseSuggestedRoutesIndex;
@property (nonatomic) unsigned int directionsResponseSuggestedRoutesIndex;
@property (readonly, nonatomic) unsigned long long clusteredRouteRideSelectionsCount;
@property (readonly, nonatomic) unsigned int *clusteredRouteRideSelections;

+ (BOOL)isValid:(id)a0;

- (unsigned long long)hash;
- (void)dealloc;
- (BOOL)readFrom:(id)a0;
- (void)writeTo:(id)a0;
- (id)initWithDictionary:(id)a0;
- (id)description;
- (id)jsonRepresentation;
- (id)dictionaryRepresentation;
- (void)copyTo:(id)a0;
- (BOOL)isEqual:(id)a0;
- (void)readAll:(BOOL)a0;
- (void)mergeFrom:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithJSON:(id)a0;
- (void)addClusteredRouteRideSelections:(unsigned int)a0;
- (void)clearClusteredRouteRideSelections;
- (unsigned int)clusteredRouteRideSelectionsAtIndex:(unsigned long long)a0;
- (void)setClusteredRouteRideSelections:(unsigned int *)a0 count:(unsigned long long)a1;

@end