BMFSuggestAddrInfo class Null safety

路线搜索地址结果类.当输入的起点或终点有多个地点选择时,或者选定的城市没有此地点,但其它城市有(驾乘或步行),返回该类的实例

Constructors

BMFSuggestAddrInfo({List? startPoiList, List<BMFCityListInfo>? startCityList, List? endPoiList, List<BMFCityListInfo>? endCityList, List<List>? wayPointPoiList, List<List<BMFCityListInfo>>? wayPointCityList})
有参构造
BMFSuggestAddrInfo.fromMap(Map map)
map => BMFSuggestAddrInfo

Properties

endCityList ↔ List<BMFCityListInfo>?
终点城市列表,成员类型为BMFCityListInfo,如果输入的地点在本城市没有而在其它城市有,则返回其它城市的信息
read / write
endPoiList ↔ List?
终点POI列表,成员类型为BMFPoiInfo
read / write
hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
startCityList ↔ List<BMFCityListInfo>?
起点城市列表,成员类型为BMFCityListInfo,如果输入的地点在本城市没有而在其它城市有,则返回其它城市的信息
read / write
startPoiList ↔ List?
起点POI列表,成员类型为BMFPoiInfo
read / write
wayPointCityList ↔ List<List<BMFCityListInfo>>?
途经点城市列表,成员类型为NSArray<BMFCityListInfo*>,如果输入的地点在本城市没有而在其它城市有,则返回其它城市的信息
read / write
wayPointPoiList ↔ List<List>?
途经点POI列表,成员类型为NSArray<BMFPoiInfo*>
read / write

Methods

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

Operators

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