Description | The |
Syntax | GEO_TRADE_AREA(geometry, distance, [unit], ) |
Output | geometry |
Variables
geometry: The input Point geometry.
distance: The radius of the trade area.
unit : The unit used for the radius. Supported values are
miorkm
Example
GEO_TRADE_AREA(`store_location`, 5, 'mi')
Store Location | Geo Trade Area |
Store A | 5-mile non-overlapping trade area |
Store B | 5-mile non-overlapping trade area |
