CloudSpatialAnchorSession.GetNearbyAnchorIdsAsync(NearDeviceCriteria) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of all nearby cloud spatial anchor ids corresponding to a given criteria.
public System.Threading.Tasks.Task<System.Collections.Generic.IList<string>> GetNearbyAnchorIdsAsync (Microsoft.Azure.SpatialAnchors.NearDeviceCriteria criteria);
member this.GetNearbyAnchorIdsAsync : Microsoft.Azure.SpatialAnchors.NearDeviceCriteria -> System.Threading.Tasks.Task<System.Collections.Generic.IList<string>>
Public Function GetNearbyAnchorIdsAsync (criteria As NearDeviceCriteria) As Task(Of IList(Of String))
Parameters
- criteria
- NearDeviceCriteria
The search criteria.