1

User's Custom properties name

Тема: User's Custom properties name

Can you tell me all the custom properties names for the user... In API documentation, I can see only few properties.


{
    "prp":{
        "cfmt":<text>,        /* coordinates format: "0" - degrees and minutes, "1" - degrees */       
        "email":<text>,        /* user e-mail */
        "msc":<text>,        /* map position after launching: "0" - by default, "1" - saved */
        "poisrv":<text>,    /* render POIs on server */
        ...           
    }
}

Thanks in advance

Thanks
J Prabhu
2

User's Custom properties name

Re: User's Custom properties name

There is 150+ different custom properties and no such list.

If you want to find out the desired property, try to use Network panel in browser. Change the option, save changes and look, which property was actually changed.

3

User's Custom properties name

Re: User's Custom properties name

Thanks rual....

Thanks
J Prabhu