Traccar中显示实际地址内容及格式设置

好记性不如乱笔头,记下来总是好的。。。
回复
BG6RSH
帖子: 132
注册时间: 周日 6月 23, 2019 12:00 pm

Traccar中显示实际地址内容及格式设置

帖子 BG6RSH »

在debug.xml或traccar.xml中添加: <entry key='geocoder.format'>%f</entry>
显示内容参数见下面说明:
/**
* Available parameters:
*
* %p - postcode
* %c - country
* %s - state
* %d - district
* %t - settlement (town)
* %u - suburb
* %r - street (road)
* %h - house
* %f - formatted address
*
*/
回复