(->sort s)
Converts sort order keyword to GeoArgs$Sort enum. Accepts :asc (ascending), :desc (descending), or :none (unsorted).
Converts sort order keyword to GeoArgs$Sort enum. Accepts :asc (ascending), :desc (descending), or :none (unsorted).
(->unit u)
Converts distance unit keyword to GeoArgs$Unit enum. Accepts :m (meters), :km (kilometers), :ft (feet), or :mi (miles).
Converts distance unit keyword to GeoArgs$Unit enum. Accepts :m (meters), :km (kilometers), :ft (feet), or :mi (miles).
(geo-args &
{with-dist :with-dist
with-coord :with-coord
with-hash :with-hash
count :count
sort :sort})
Creates GeoArgs for geo radius queries with optional result modifiers. Options: :with-dist (include distance), :with-coord (include coordinates), :with-hash (include hash), :count (limit results), :sort (sort order).
Creates GeoArgs for geo radius queries with optional result modifiers. Options: :with-dist (include distance), :with-coord (include coordinates), :with-hash (include hash), :count (limit results), :sort (sort order).
(georadius-store-args
&
{store-key :store-key store-dist-key :store-dist-key count :count sort :sort})
Creates GeoRadiusStoreArgs for storing geo radius query results. Options: :store-key (key for results), :store-dist-key (key for distances), :count (limit results), :sort (sort order).
Creates GeoRadiusStoreArgs for storing geo radius query results. Options: :store-key (key for results), :store-dist-key (key for distances), :count (limit results), :sort (sort order).
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |