Skip to content

A custom Coveo Atomic component that provides a flexible way to apply geospatial filtering to search results

Notifications You must be signed in to change notification settings

cmilstead-waypath/coveo-atomic-distance-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atomic-distance-resources

Properties

Property Attribute Description Type Default
defaultLatitude default-latitude The default latitude value to be used if no other location is provided. number 33.9348279
defaultLongitude default-longitude The default longitude value to be used if no other location is provided. number -84.3546017
distanceField (required) distance-field Specifies the name of the field in which to store the distance value. string undefined
geospatialDistances (required) geospatial-distances The array of geospatial distances, as a string (e.g., "[25, 50, 100]"), which will be parsed and converted into options for the distance dropdown. string | string[] undefined
googleApiKey (required) google-api-key A valid Google API key to be used for geocoding a city or postal code. string undefined
latitudeField (required) latitude-field Specifies the name of the field that contains the latitude value. string undefined
longitudeField (required) longitude-field Specifies the name of the field that contains the longitude value. string undefined
useNavigator use-navigator Whether to request the geolocation service of the web browser. If not defined, will not try to request the service. Defaults to true. boolean true

Built with StencilJS

About

A custom Coveo Atomic component that provides a flexible way to apply geospatial filtering to search results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published