BMFPOIDetailInfo class

POI详情信息类

Constructors

BMFPOIDetailInfo({int imageNumber, int grouponNumber, int checkInNumber, double overallRating, int favoriteNumber, double facilityRating, double tasteRating, int commentNumber, int discountNumber, double serviceRating, String tag, List<BMFPOIDetailChildrenInfo> children, String type, double hygieneRating, BMFCoordinate naviLocation, int distance, double environmentRating, double technologyRating, String detailURL, double price, String openingHours})
BMFPOIDetailInfo构造方法
BMFPOIDetailInfo.fromMap(Map map)
map => BMFPOIDetailInfo

Properties

checkInNumber ↔ int
POI签到数目
read / write
children ↔ List<BMFPOIDetailChildrenInfo>
POI详情子节点信息,默认不返回,需要权限。
read / write
commentNumber ↔ int
POI评论数目
read / write
detailURL ↔ String
POI详情页URL
read / write
discountNumber ↔ int
POI优惠数目
read / write
distance ↔ int
距离中心点的距离,圆形区域检索时返回
read / write
environmentRating ↔ double
POI环境评分
read / write
facilityRating ↔ double
POI星级(设备)评分
read / write
favoriteNumber ↔ int
POI收藏数目
read / write
grouponNumber ↔ int
POI团购数目
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
hygieneRating ↔ double
POI卫生评分
read / write
imageNumber ↔ int
POI图片数目
read / write
POI对应的导航引导点坐标。大型面状POI的导航引导点,一般为各类出入口,方便结合导航、路线规划等服务使用
read / write
openingHours ↔ String
POI营业时间
read / write
overallRating ↔ double
POI总体评分
read / write
price ↔ double
POI商户的价格
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
serviceRating ↔ double
POI服务评分
read / write
tag ↔ String
POI标签
read / write
tasteRating ↔ double
POI口味评分
read / write
technologyRating ↔ double
POI技术评分
read / write
type ↔ String
POI类型:"hotel","cater","life"等
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