地点自动补全下拉列表各字段显隐配置

interface PlaceAutocompleteDisplayOptions {
    address?: boolean;
    district?: boolean;
    tag?: boolean;
}

Properties

address?: boolean

是否显示地址描述(business + 行政区划),默认 true

district?: boolean

是否显示所属城市/区域灰色提示,默认 true

tag?: boolean

是否显示 POI 类型标签,默认 false