Skip to main content

Select features

This message is sent when one or more entities are selected on the map.

Headers

  • type : SELECT_FEATURES
  • author : SDK Id
  • recipients : Client Id
  • status : SENT

payload

  • selectedEntities : List of ARBaseEntityRef, list of entities (if exist) that are currently selected
  • selectedFeatures : List of features (not documented, exclusive use of the SDK)

Example

Example of a selected activity
{
"type": "SELECT_FEATURES",
"payload": {
"selectedEntities": [
{
"entityType": "ACTIVITY",
"id": "000ZYX1DH01",
"index": 12
}
],
"selectedFeatures": []
},
"author": "<author id>",
"recipients": [
"<recipient id>"
],
"status": "SENT"
}