BMFPoiSearchFilter class Null safety

POI检索过滤条件类

Constructors

BMFPoiSearchFilter({BMFPoiIndustryType? industryType, BMFPoiSortBasisType? sortBasis, BMFPoiSortRuleType? sortRule, bool? isGroupon, bool? isDiscount})
有参构造
BMFPoiSearchFilter.fromMap(Map map)
map => BMFPoiSearchFilter

Properties

hashCode → int
The hash code for this object.
read-only, inherited
industryType BMFPoiIndustryType?
POI所属行业类型,设置该字段可提高检索速度和过滤经度
read / write
isDiscount ↔ bool?
是否有打折
read / write
isGroupon ↔ bool?
是否有团购
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
sortBasis BMFPoiSortBasisType?
排序依据,根据industryType字段指定的行业类型不同,此字段应设置为对应行业的依据值
read / write
sortRule BMFPoiSortRuleType?
排序规则
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