Waseel: driver app, dispatch, POI suggestions, map fixes

This commit is contained in:
Krikorios
2026-08-25 02:57:49 +03:00
parent 899ca93cd5
commit 1d84003e0a
50 changed files with 3625 additions and 625 deletions
+4
View File
@@ -90,7 +90,11 @@ declare interface NearbyPlace {
address: string;
latitude: number;
longitude: number;
/** Straight-line distance from the rider. */
distanceMeters?: number;
/** Distance and time along the actual driving route, when one was found. */
routeDistanceMeters?: number;
routeDurationSeconds?: number;
category?: string;
}