Liking cljdoc? Tell your friends :D

meridian.datomic-rtree.search


(distance-search [center-x center-y] distance db)
source

(polygon-search polygon db)

Search for points inside the declared polygon. The polygon is a vector of vectors of point vectors should be passed in to create a polygon (it must be closed). The first top level vector defines the outline of the shape, subsequent (optional) vectors define any holes within it.

Search for points inside the declared polygon. The polygon is a
vector of vectors of point vectors should be passed in to create a
polygon (it must be closed). The first top level vector defines the
outline of the shape, subsequent (optional) vectors define any holes
within it.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close