Location
3 posts tagged with "Location"
distance-between
The distance-between action Calculates the distance between two geographic points (latitude/longitude) in miles or kilometers. It belongs to the location category within the undefined area.
Action Syntax
distance-between $variable $variable
A variable name starting with $ followed by A variable name starting with $
Tags
km
miles
result=$Ndistance
Examples
// Basic Usage
distance-between $pointa $pointb
Action code: 1068409124
Version: 0.0.1-1
Last updated: 2025-06-13
get-ip-location
The get-ip-location action Gets geolocation data for an IP address using the Abstract API. It belongs to the location category within the undefined area.
Action Syntax
get-ip-location $variable
A variable name starting with $
Tags
result=$Nlocation
fields=$Tfields
Examples
// Basic Usage
get-ip-location $ip
Action code: 3983975229
Version: 0.0.1-1
Last updated: 2025-06-13
get-location
The get-location action Gets the user’s current location (latitude, longitude, timestamp) using the browser’s geolocation API. It belongs to the location category within the undefined area.
Action Syntax
get-location $variable
A variable name starting with $
Tags
timeout=5000
Examples
// Basic Usage
get-location $var
Action code: 1485046826
Version: 0.0.1-1
Last updated: 2025-06-13