G
Technology

Geofencing

Definition
A virtual perimeter for a real-world geographic area. In NEMT software, it is a radius (e.g., 500 feet) drawn around a pickup or drop-off address.

Overview

Why it Matters

Automation. When a driver enters the "Geofence," the software can automatically mark the status as "Arrived," proving the driver was on site.

How it Works

The GPS coordinates of the vehicle are compared against the coordinates of the geofence. If they match, a trigger fires.

Code Comparison

Comparison: Geofence vs. Route

Geofence is a circle around a point (The Destination). Route is the line between points.

Common Questions

  • Radius too small: Setting the fence at 50 feet, but the driver parks 100 feet away at a large hospital entrance, so the "Arrive" timestamp doesn't capture.
  • Drift: GPS drift in cities causing false arrivals/departures.
  • Set Geofences to roughly 0.1 miles (approx 500ft) for large facilities.
  • Use geofencing alerts to notify the member: "Your driver is entering your neighborhood."

Sources

Verizon Connect - Geofencing Explained