BMFSuggestAddrInfo class
路线搜索地址结果类.当输入的起点或终点有多个地点选择时,或者选定的城市没有此地点,但其它城市有(驾乘或步行),返回该类的实例
Constructors
-
BMFSuggestAddrInfo({List<
BMFPoiInfo> startPoiList, List<BMFCityListInfo> startCityList, List<BMFPoiInfo> endPoiList, List<BMFCityListInfo> endCityList, List<List< wayPointPoiList, List<BMFPoiInfo> >List< wayPointCityList})BMFCityListInfo> > - 有参构造
- BMFSuggestAddrInfo.fromMap(Map map)
- map => BMFSuggestAddrInfo
Properties
-
endCityList
↔ List<
BMFCityListInfo> -
终点城市列表,成员类型为BMFCityListInfo,如果输入的地点在本城市没有而在其它城市有,则返回其它城市的信息
read / write
-
endPoiList
↔ List<
BMFPoiInfo> -
终点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<
BMFPoiInfo> -
起点POI列表,成员类型为BMFPoiInfo
read / write
-
wayPointCityList
↔ List<
List< BMFCityListInfo> > -
途经点城市列表,成员类型为NSArray<BMFCityListInfo*>,如果输入的地点在本城市没有而在其它城市有,则返回其它城市的信息
read / write
-
wayPointPoiList
↔ List<
List< BMFPoiInfo> > -
途经点POI列表,成员类型为NSArray<BMFPoiInfo*>
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