@class PGGraphFeatureNodeCollection, NSString, PGGraphAddressNodeCollection; @interface PGGraphLocationNodeCollection : PGGraphNodeCollection @property (readonly, nonatomic) PGGraphAddressNodeCollection *addressNodes; @property (readonly, nonatomic) PGGraphFeatureNodeCollection *featureNodeCollection; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (Class)nodeClass; - (id)childLocationNodes; - (id)deepChildLocationNodes; - (id)deepChildLocationNodesWithLabel:(id)a0; - (id)deepParentLocationNodes; - (id)deepParentLocationNodesWithLabel:(id)a0; - (id)nearestDeepChildLocationNodesWithLabel:(id)a0; - (id)nearestDeepNeighborWithLabel:(id)a0 usingOutEdges:(BOOL)a1; - (id)nearestDeepParentLocationNodesWithLabel:(id)a0; - (id)parentLocationNodes; @end