Skip to main content

Mouse position

This can be used to display coordinates when the mouse is over the map.

Headers

  • type : CURRENT_POS
  • author : SDK Id
  • recipients : client Id
  • status : SENT

payload

  • pos : ARPos, coordinates of the mouse on the map

Example

Example of mouse position
{
"type": "CURRENT_POS",
"payload": {
"pos": {
"lonLat": [
-9.603396046875,
48.1781097668139
]
}
},
"author": "<author id>",
"recipients": [
"<recipient id>"
],
"status": "SENT"
}