1. Types

GeoWithinFilterData

Version: 0.6
TypeType
Import path@sitecore-cloudsdk/search/server

An array of geographical coordinates. Used for filtering search results.

The array must contain minimum three values of the LocationData interface.

Signature

export type GeoWithinFilterData = ArrayOfAtLeastThree<LocationData>;
If you have suggestions for improving this article, let us know!