Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 328 Bytes

File metadata and controls

7 lines (6 loc) · 328 Bytes
# Get nearest drivers to a specified pickup (passenger) location
go run cmd/dispatch/*.go nearest drivers --latitude 40.73010864595388 --longitude -73.95094555260256

# Get nearest trips to a specified driver location
go run cmd/dispatch/*.go nearest trips --latitude 40.73010864595388 --longitude -73.95094555260256