BMFPoiInfo class
POI信息类
Constructors
- BMFPoiInfo({String name, BMFCoordinate pt, String address, String phone, String uid, String province, String city, String area, String streetID, String tag, bool hasDetailInfo, BMFPOIDetailInfo detailInfo, String direction, int distance, String zipCode, BMFPoiInfo parentPOI})
- BMFPoiInfo构造方法
- BMFPoiInfo.fromMap(Map map)
- map => BMFPoiInfo
Properties
- address ↔ String
-
POI地址信息
read / write
- area ↔ String
-
POI所在行政区域
read / write
- city ↔ String
-
POI所在城市
read / write
- detailInfo ↔ BMFPOIDetailInfo
-
POI详情信息
read / write
- direction ↔ String
-
和当前坐标点的方向,注:此字段只对逆地理检索有效
read / write
- distance ↔ int
-
距离坐标点距离,注:此字段只对逆地理检索有效
read / write
- hasDetailInfo ↔ bool
-
POI是否有详情信息
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name ↔ String
-
POI名称
read / write
- parentPOI ↔ BMFPoiInfo
-
该POI对应的父POI,注:此字段只对逆地理检索有效
read / write
- phone ↔ String
-
POI电话号码
read / write
- province ↔ String
-
POI所在省份
read / write
- pt ↔ BMFCoordinate
-
POI坐标
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- streetID ↔ String
-
POI对应的街景图ID
read / write
- tag ↔ String
-
POI类别 注:逆地理编码检索会返回此值,其他检索可能返回为空,请参考detailInfo中的tag值。
read / write
- uid ↔ String
-
POI唯一标识符uid
read / write
- zipCode ↔ String
-
邮编,注:此字段只对逆地理检索有效
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