luxlabs header browser preview


@class GEOMapAccess, GEOVectorTile, NSMutableArray, GEOMapTileFinder;

@interface GEOMapEdgeConnectionFinder : GEOMapRequest {
    GEOMapAccess *_map;
    GEOMapTileFinder *_tileFinder;
    NSMutableArray *_builders;
    GEOVectorTile *_tile;
    struct GeoCodecsConnectivityJunction { } *_junction;
    struct { double latitude; double longitude; } _coordinate;
}

- (void).cxx_destruct;
- (void)cancel;
- (void)_findConnections:(id /* block */)a0 incoming:(BOOL)a1;
- (void)findConnectionsIn:(id /* block */)a0;
- (void)findConnectionsOut:(id /* block */)a0;
- (id)initWithMap:(id)a0 tile:(id)a1 junction:(struct GeoCodecsConnectivityJunction { } *)a2 coordinate:(struct { double x0; double x1; })a3;

@end