GeoQuery
- boostType: array object[] · Boost
When set, boost products within certain geographic range from given point.
- distanceType: number · Distancerequired
Distance to center point, in kilometer or mile (according to
distance_unit) - latType: number · Latmin:-90max:90required
Latitude of the center point, should between 90 and -90
- lonType: number · Lonmin:-180max:180required
Longitude of the center point, should between 180 and -180
- boostType: array integer[] · Boost Positions
_positions Defines a list of 0-based positions you want to place the boosted products at. If `boost_positions` is not specified (which is the default behavior), all the boosted products will be ranked higher than the rest of the products. - distanceenum
_unit Unit of distance(
kmormile). Defaults tomilevalues- km
- mile
- fieldType: string · Field
Name of the field in product data that holds geographic coordinate. Defaults to
location
- filterType: array object[] · Filter
When set, filter result to include only products within certain geographic range from given point.
- distanceType: number · Distancerequired
Distance to center point, in kilometer or mile (according to
distance_unit) - latType: number · Latmin:-90max:90required
Latitude of the center point, should between 90 and -90
- lonType: number · Lonmin:-180max:180required
Longitude of the center point, should between 180 and -180
- distanceenum
_unit Unit of distance(
kmormile). Defaults tomilevalues- km
- mile
- fieldType: string · Field
Name of the field in product data that holds geographic coordinate. Defaults to
location
