BMFRecommendStopSearchOption class Null safety

推荐上车点参数信息类

Constructors

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

Properties

hashCode → int
The hash code for this object.
read-only, inherited
isNeedStationInfo ↔ bool?
是否需要场站上车点推荐(可选),默认:NO,设置为YES时,location位置在场站附近时返回对应的场站推荐上车点信息 since 3.4.0
read / write
location ↔ dynamic
推荐上车点经纬度 (必选)
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

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