Route and Distance Calculations
Distance matters in a surprising number of business processes. A logistics operation needs to know the travel time between a depot and a delivery address. A field service company needs to estimate travel for a technician. A transport business needs to price a job based on route distance.
Getting that information usually means leaving the system, opening a map application, looking up the route, and manually entering the result. It's a small interruption, but it happens constantly.
Swifty eliminates that interruption.
Distance From the Data You Already Have
When your records contain address data — and Swifty stores addresses as structured, geocodable data — route calculations become automatic. The distance between two addresses is calculated from the records themselves.
The field service record knows the customer's location. Calculate the distance from the nearest depot automatically. The delivery order knows the origin and destination. Show estimated travel time in the record.
No manual lookup. No leaving the application.
Calculated Fields
Route calculations appear as computed fields on records — fields that don't store a value directly but calculate it from other fields. Distance in kilometers. Estimated travel time. Driving time versus straight-line distance.
These calculated fields can appear in list views too. Sort a list of service jobs by distance from a depot. Filter by delivery time range. The data is there because the addresses are there.
Pricing and Planning Applications
Route calculations feed naturally into pricing and planning workflows:
- Delivery pricing: Base the delivery fee on calculated distance from warehouse to customer
- Job scheduling: Sort or assign field jobs by proximity to available technicians
- Route optimization: Group nearby jobs for efficient daily routing
Each of these becomes straightforward when distance is a field, not a lookup.
Real-Time, On-Record
Because distances recalculate when addresses change, the data is always current. Update a delivery address and the distance updates automatically. No stale manual entries.
For operations where distance is a daily working variable, that reliability matters.