BMFRecommendStopSearchOption class

推荐上车点参数信息类

Inheritance
  • Object
  • BMFSearch
  • BMFRecommendStopSearchOption

Constructors

BMFRecommendStopSearchOption({required BMFCoordinate? location, bool? isNeedStationInfo = false})
有参构造
BMFRecommendStopSearchOption.fromMap(Map map)
map => BMFRecommendStopSearchOption

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
id → String
getter方法 用于区分不同搜索结果
read-onlyinherited
isNeedStationInfo ↔ bool?
是否需要场站上车点推荐(可选),默认:NO,设置为YES时,location位置在场站附近时返回对应的场站推荐上车点信息 since 3.4.0
read / write
location ↔ BMFCoordinate?
推荐上车点经纬度 (必选)
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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