You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Warning: (ae-incompatible-release-tags) The symbol "search" is marked as @public, but its signature references "SearchStageOptions" which is marked as @beta
| [geoDistance(location)](./firestore_lite_pipelines.field.md#fieldgeodistance) | | <b><i>(Public Preview)</i></b> Evaluates to the distance in meters between the location specified by this field and the query location. |
43
+
38
44
## Field.alias
39
45
40
46
<b>Signature:</b>
@@ -75,6 +81,31 @@ get fieldName(): string;
75
81
selectable: true;
76
82
```
77
83
84
+
## Field.geoDistance()
85
+
86
+
> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
87
+
>
88
+
89
+
Evaluates to the distance in meters between the location specified by this field and the query location.
90
+
91
+
This Expression can only be used within a `Search` stage.
Copy file name to clipboardExpand all lines: docs-devsite/firestore_lite_pipelines.functionexpression.md
-19Lines changed: 0 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ export declare class FunctionExpression extends Expression
26
26
| Constructor | Modifiers | Description |
27
27
| --- | --- | --- |
28
28
| [(constructor)(name, params)](./firestore_lite_pipelines.functionexpression.md#functionexpressionconstructor) | | Constructs a new instance of the <code>FunctionExpression</code> class |
29
-
| [(constructor)(name, params, \_methodName)](./firestore_lite_pipelines.functionexpression.md#functionexpressionconstructor) | | Constructs a new instance of the <code>FunctionExpression</code> class |
0 commit comments