How do I get tag/category information for waypoints/AreaTargets?

Include the following details (edit as applicable):

  • Issue category: ARDK Documentation / WPS
  • Device type & OS version: Android 13
  • Host machine & OS version: Windows
  • Issue Environment : Unity Scripting
  • ARDK version: 3.12.0-2502182052
  • Unity version: 2022.3.57f1

Description of the issue:

I’ve successfully used CoverageClientManager to download nearby targets/waypoints in Unity (building for Android) and I can see that category tags don’t appear to be included (as seen in the geospatial browser, such as one nearby that is tagged with “Post Office”, “Office” and “Place Name Sign”).

Is there another request that can provide this data now that I’ve identified nearby targets?

Hello! Currently the CoverageClientManager only reveals the name, latitude/longitude, default anchor, and hint image URL of the relative VPS targets. Searching for keywords in the name could return some targets with possible matches if the category is in the name, but it would not be able to grab all the locations with the desired tag data.