Topic: Address and coordinates detection
I am a Wialon Hosting user. I want to make sure of the address and coordinates detection API highlighted at https://sdk.wialon.com/wiki/en/sidebar/ … ss_coords.
A sample request is like this
https://geocode-maps.wialon.com/hst-api … s_geocode?
    coords=[{
        "lon":27.516643322771575,
        "lat":53.91069937030936
    }]
    &flags=1255211008
    &uid=50935
My question is how I get the uid? Is it my user ID? How do I know what my user ID is?