@class GEOMapTileFinder; @interface GEOMapTransitGeometryFinder : GEOMapRequest { GEOMapTileFinder *_tileFinder; unsigned long long _transitID; } - (void).cxx_destruct; - (void)cancel; - (void)findTransitGeometryWithHandler:(id /* block */)a0; - (id)initWithMap:(id)a0 transitID:(unsigned long long)a1 coordinate:(struct { double x0; double x1; })a2; @end