I have a problem with renderMapBoundingBox and return type wrappedObjectsField. I think it returns a list of map restriction, but in the type of each description is something like (4 examples):
Code: Select all
DIR_OPT_COND_MALUS5|2=240
MAX_HEIGHT|2=250
MAX_HEIGHT|2=400
DIR_OPT_COND_MALUS5|2=160
However what is this numbers, something like: "|2=160"? I found here -> http://xserver.ptvgroup.com/forum/viewt ... f692b#p432 but it is not 100% clear for me. So, the first number is something like vehicle property value, and the second is value of it. However, how I can know what is this value? The second question is, for what I need this vehicle property value, when I have already the meaning of value in string before character | (I know the meaning of the strings from the first link)?
The next question is: what is a meaning of "malus"?