@class NSString, GEOPDMapsIdentifier, GEOLatLng, NSMutableArray, PBDataReader; @interface GEORPPoiEnrichmentPlaceContext : PBCodable { PBDataReader *_reader; NSMutableArray *_entityNames; NSMutableArray *_localizedAddress; NSString *_mapsCategoryId; GEOLatLng *_placeCenter; GEOPDMapsIdentifier *_placeId; NSString *_walletCategoryId; unsigned int _readerMarkPos; unsigned int _readerMarkLength; struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _readerLock; struct { unsigned char read_entityNames : 1; unsigned char read_localizedAddress : 1; unsigned char read_mapsCategoryId : 1; unsigned char read_placeCenter : 1; unsigned char read_placeId : 1; unsigned char read_walletCategoryId : 1; unsigned char wrote_anyField : 1; } _flags; } @property (readonly, nonatomic) BOOL hasPlaceId; @property (retain, nonatomic) GEOPDMapsIdentifier *placeId; @property (retain, nonatomic) NSMutableArray *entityNames; @property (readonly, nonatomic) BOOL hasMapsCategoryId; @property (retain, nonatomic) NSString *mapsCategoryId; @property (readonly, nonatomic) BOOL hasWalletCategoryId; @property (retain, nonatomic) NSString *walletCategoryId; @property (retain, nonatomic) NSMutableArray *localizedAddress; @property (readonly, nonatomic) BOOL hasPlaceCenter; @property (retain, nonatomic) GEOLatLng *placeCenter; + (BOOL)isValid:(id)a0; + (id)buildPlaceContextWithPlaceData:(id)a0; + (Class)entityNameType; + (Class)localizedAddressType; - (id)init; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (BOOL)hasGreenTeaWithValue:(BOOL)a0; - (unsigned long long)muid; - (id)initWithData:(id)a0; - (id)initWithDictionary:(id)a0; - (id)description; - (void).cxx_destruct; - (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)addEntityName:(id)a0; - (void)addLocalizedAddress:(id)a0; - (void)clearEntityNames; - (void)clearLocalizedAddress; - (id)entityNameAtIndex:(unsigned long long)a0; - (unsigned long long)entityNamesCount; - (id)localizedAddressAtIndex:(unsigned long long)a0; - (unsigned long long)localizedAddressCount; @end