Liking cljdoc? Tell your friends :D

celtuce.args.geo


->sortclj

(->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).
sourceraw docstring

->unitclj

(->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).
sourceraw docstring

geo-argsclj

(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).
sourceraw docstring

georadius-store-argsclj

(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).
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close