I fetching data using the API Scanning Location. The variables that represent the location of the devices connected to the network are latitude and longitude and the x and y variables.
But i cant figure it out what is the x and y variables unit measure.
Are they meters in the plant? Feet? Or are they other type of unit measure?
Here's a snippet of the values.
x = [33.55690338392967
18.93431675737831
17.124434752510176
18.46094955409403
31.45954265914065]
y = [10.389467824216197
20.647621520539666
7.917600545298349
19.174316569766056
9.43126561498747]
Thanks in advance.