BMFReverseGeoCodeSearchOption class
反地理编码参数信息类
Constructors
- BMFReverseGeoCodeSearchOption({@required BMFCoordinate location, bool isLatestAdmin, int radius, int pageSize, int pageNum})
- 有参构造
- BMFReverseGeoCodeSearchOption.fromMap(Map map)
- map = > BMFReverseGeoCodeSearchOption
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isLatestAdmin ↔ bool
-
是否访问最新版行政区划数据(仅对中国数据生效)
read / write
- location ↔ BMFCoordinate
-
待解析的经纬度坐标(必选)
read / write
- pageNum ↔ int
-
分页编号
read / write
- pageSize ↔ int
-
设置每页容量,允许设置区间为0-100,默认为10条
read / write
- radius ↔ int
-
设置POI召回半径,允许设置区间为0-1000米,超过1000米按1000米召回,默认为1000米
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
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