The Get Distance action calculates the distance between two points (addresses or coordinates) using a region and country context. This is useful for logistics, delivery estimates, trip planning, and more.
ℹ️ This action uses Google Maps as a provider to determine road-based distances.

πŸ” What It Does

This tool compares two points and returns the distance between them based on the specified measurement system (metric or imperial).
✈️ Use this to estimate delivery travel, calculate commute range, or qualify leads based on location proximity.

πŸ–ΌοΈ Action Interface

Get Distance UI

βš™οΈ Configuration Options

Type: string Origin address or coordinate (latitude,longitude).Example: 1600 Amphitheatre Parkway, Mountain View, CA
Type: string Destination address or coordinate.Example: 1 Infinite Loop, Cupertino, CA
Type: string Subdivision or state code where the search takes place. Helps with disambiguation.Example: CA for California
Type: string ISO 2-letter country code.Example: US, GB, IN
Type: string Choose between metric (kilometers) or imperial (miles).Default: metric

πŸ”§ Tips

  • Make sure addresses are clean or properly formatted for best results.
  • Supports use of @parameters for dynamic route calculations.
  • Use the output as a filter condition for radius-based logic (e.g., β€œis within 20 miles?”).
Let me know if you want to combine this with travel time or ETA logic!
⌘I