BMFSuggestionInfo class

Sug检索结果类

Constructors

BMFSuggestionInfo({String key, BMFCoordinate location, String uid, String city, String district, String tag, String address, List<BMFSuggestionChildrenInfo> children})
有参构造
BMFSuggestionInfo.fromMap(Map map)
map => BMFSuggestionInfo

Properties

address ↔ String
联想结果地址。
read / write
children ↔ List<BMFSuggestionChildrenInfo>
联想结果子节点。
read / write
city ↔ String
联想结果所在城市
read / write
district ↔ String
联想结果所在区县
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
key ↔ String
联想词联想词名称
read / write
location ↔ BMFCoordinate
联想结果经纬度坐标
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
tag ↔ String
联想结果分类。
read / write
uid ↔ String
联想结果唯一标示,ID
read / write

Methods

fromMap(Map map) → dynamic
map -> dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() → Map<String, Object>
model -> map
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited