Description | The |
Syntax | GEO_BUFFER(geometry, distance, [unit]) |
Output | geometry |
Variables
geometry: The input geometry to buffer.
distance: The buffer distance.
unit : The unit used for the buffer distance. Supported values are
miorkm.
Example
GEO_BUFFER(`store location`, 5.0, 'mi')
Store location | Geo Buffer |
Store A | 5-mile buffer polygon |
Store B | 5-mile buffer polygon |
