mbus-backend
    Preparing search index...

    Variable cachedRideStopLocations

    cachedRideStopLocations: Record<
        string,
        { lat: number; lon: number; name: string },
    > = {}