Guide

Understanding Travel Zones and Route Limits

By OnsitePilot Editorial Updated May 3, 2026

A service area is a margin policy, not a marketing map. If the booking system lets customers book from anywhere, the operator eventually pays for that freedom with unpaid drive time.

Use travel time and route friction, not only distance.

Make the default service area strict and handle exceptions manually.

Protect back-to-back bookings with maximum travel rules.


Distance is a weak proxy

A ten-mile drive can mean 12 minutes on an open road or 45 minutes across a congested city. Radius-based rules are easy to understand but often inaccurate for real scheduling.

A better setup combines a public service area with travel-time checks between appointments. The service area blocks obviously bad requests; route checks handle the day-by-day schedule reality.

Define hard limits first

Hard limits protect the business from low-value exceptions. Decide the maximum drive time between jobs, the latest acceptable arrival time, and any neighborhoods or zones that require manual approval.

The system should reject or review requests that violate those limits. It should not quietly accept them and leave the operator to fix the problem later.

  • Maximum drive between back-to-back jobs.
  • Maximum total route expansion for low-ticket services.
  • Zones that are available only on specific days.
  • Addresses that require parking, gate, or access confirmation.

Use exceptions deliberately

A strict default does not mean the business can never take work outside the zone. It means exceptions are conscious decisions. High-value clients, recurring contracts, and clustered jobs can still be booked manually.

The key is preventing random internet traffic from becoming an automatic obligation outside your operating model.

Frequently asked questions

Should I use zip codes or map polygons?
Use whichever matches how customers understand your market, but validate it against actual drive time. Zip codes are easier to communicate; polygons are more precise.
Can I allow outside-zone bookings with a travel fee?
Yes, but only if the fee covers the real schedule cost. A travel fee that pays for fuel but not lost appointment capacity is not enough.
Next Evaluate route-aware scheduling →