|  Developer
Updated on November 10, 2021

hub.coordinates.set

Connection type:
  • Version: 1.0
  • Classes: UI
  • Title: Core(Basement) categories
  • Description: Set latitude/longitude to the hub
Edit
Field Type Required Description
longitude float32 + longitude value
latitude float32 + latitude value
Edit
  • Empty result or error which could occur by the internal issue.
Edit

Here is it an example of usage:

Edit
				
					{
    "id": "_ID_",
    "jsonrpc": "2.0",
    "method": "hub.coordinates.set",
    "params": {
          "latitude" :  49.9808100,
          "longitude" : 36.2527200 
     }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {}
}