BMFDrivingRouteResult class

驾车路线规划结果类

Inheritance

Constructors

BMFDrivingRouteResult({BMFSuggestAddrInfo? suggestAddrResult, List<BMFDrivingRouteLine>? routes, List<BMFTaxiInfo>? taxiInfos})
有参构造
BMFDrivingRouteResult.fromMap(Map map)
map => BMFDrivingRouteResult

Properties

hashCode → int
The hash code for this object.
no setterinherited
id → String
getter方法 用于区分不同搜索结果
no setterinherited
routes ↔ List<BMFDrivingRouteLine>?
驾车结果,支持多路线。成员类型为BMFDrivingRouteLine
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
suggestAddrResult BMFSuggestAddrInfo?
返回起点或终点的地址信息结果
getter/setter pair
taxiInfos ↔ List<BMFTaxiInfo>?
打车信息,Android独有
getter/setter pair

Methods

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

Operators

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