BMFGeoCodeSearchOption class
正地理编码参数信息类
Constructors
- BMFGeoCodeSearchOption({@required String address, @required String city})
- 有参构造
- BMFGeoCodeSearchOption.fromMap(Map map)
- map => BMFGeoCodeSearchOption
Properties
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