Request
Inherits from:
MLRequest< Request.Params, Request.Result >,
IMLRequest< Params, Result >
Public Methods
Request
public Request()
override MLResult Start
public override MLResult Start(
Params queryParams
)
Parameters
| Type | Name | Description |
|---|---|---|
| Params | queryParams | A collection of filters for Spatial Anchor queries. Filters that have been set will be combined via logical conjunction. E. g. results must match the ids filter AND fall within the radius constraint when both have been set. This struct must be initialized by calling #MLSpatialAnchorQueryFilterInit before use. |
MLResult Start
public MLResult Start(
Params parameters,
out uint resultsCount
)
Parameters
| Type | Name | Description |
|---|---|---|
| Params | parameters | A collection of filters for Spatial Anchor queries. Filters that have been set will be combined via logical conjunction. E. g. results must match the ids filter AND fall within the radius constraint when both have been set. This struct must be initialized by calling #MLSpatialAnchorQueryFilterInit before use. |
| out uint | resultsCount |
override MLResult TryGetResult
public override MLResult TryGetResult(
out Result result
)
Parameters
| Type | Name | Description |
|---|---|---|
| out Result | result |
MLResult TryGetResult
public MLResult TryGetResult(
int firstIndex,
int lastIndex,
out Result result
)
Parameters
| Type | Name | Description |
|---|---|---|
| int | firstIndex | |
| int | lastIndex | |
| out Result | result |
Protected Methods
Dispose
protected virtual override void Dispose(
bool disposing
)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
Reimplements: Dispose