Skip to main content

GEO_TRADE_AREA

Creates a radius-based trade area around a point

Updated today

Description

The GEO_TRADE_AREA() function creates a radius-based trade area polygon around a Point in miles or kilometers.

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 mi or km

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

Did this answer your question?