BMFPOIDetailChildrenInfo class
POI详情子节点信息类,需要权限(使用带有此权限的AK)
Constructors
- BMFPOIDetailChildrenInfo({String uid, String name, String showName, String tag, BMFCoordinate pt, String address})
- BMFPOIDetailChildrenInfo构造方法
- BMFPOIDetailChildrenInfo.fromMap(Map map)
- map => BMFPOIDetailChildrenInfo
Properties
- address ↔ String
-
poi子点地址
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name ↔ String
-
poi子点名称
read / write
- pt ↔ BMFCoordinate
-
poi子节点经纬度
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- showName ↔ String
-
poi子点简称
read / write
- tag ↔ String
-
poi子点类别
read / write
- uid ↔ String
-
poi子点uid
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