location
location
#
Location operator procedures for calculations on geographic coordinates.
These procedures enable spatial analysis, distance calculations, and location-based logic within workflows.
LocationDistanceMeters
#
Calculate the distance between two geographic locations in meters.
Useful for determining proximity, validating location accuracy, or triggering location-based actions.
Attributes:
| Name | Type | Description |
|---|---|---|
left |
Input[Location]
|
The first location. |
right |
Input[Location]
|
The second location. |