We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7ba11 commit bb59dcbCopy full SHA for bb59dcb
README.md
@@ -68,10 +68,6 @@ class Toko extends Model
68
69
I haven't tried how much data it can handle and how fast the calculations are so here are 3 different formulas you can try
70
71
-```
72
-nearby(coordinate,radius/distance,formula)
73
74
-
75
76
formula paramter/arguments (int)
77
@@ -91,3 +87,25 @@ $tokos = Toko::nearby([
91
87
)
92
88
->get();
93
89
```
90
+
+## Scope
94
+```
95
+nearby(coordinate,radius/distance = 5,formula = 0)
96
97
98
99
+closest(coordinate,formula = 0)
100
101
102
103
+farthest(coordinate,formula = 0)
104
105
106
107
+selectDistance(fieldName,aliasName,formula = 0)
108
109
110
111
+insideBox(coorinate(2 coordinate))
0 commit comments