I want to eliminate 'km' and decimal point from distance object in Bip
Posted: 17 Feb 2019, 15:17
I want to eliminate 'km' and decimal point from the Distance object code. Please see the following code segment for distance object implementation -
"Distance": {
"Number": {
"TopLeftX": 54,
"TopLeftY": 153,
"BottomRightX": 174,
"BottomRightY": 168,
"Alignment": "TopRight",
"Spacing": 2,
"ImageIndex": 13,
"ImagesCount": 10
},
"SuffixImageIndex": 231, // I want to remove this but get error message regarding brackets
"DecimalPointImageIndex": 232 // I want to remove this but get error message regarding brackets
}
},
"Weather": {
Any hint regarding how to do this would be greatly appreciated. Thanks.
"Distance": {
"Number": {
"TopLeftX": 54,
"TopLeftY": 153,
"BottomRightX": 174,
"BottomRightY": 168,
"Alignment": "TopRight",
"Spacing": 2,
"ImageIndex": 13,
"ImagesCount": 10
},
"SuffixImageIndex": 231, // I want to remove this but get error message regarding brackets
"DecimalPointImageIndex": 232 // I want to remove this but get error message regarding brackets
}
},
"Weather": {
Any hint regarding how to do this would be greatly appreciated. Thanks.