BMFOpenPoiNearOption class
调起百度地图: poi周边参数类
Constructors
- BMFOpenPoiNearOption({required BMFCoordinate? location, int? radius, String? keyword, String? appScheme, bool? isSupportWeb = true})
- BMFOpenPoiNearOption 构造方法
- BMFOpenPoiNearOption.fromMap(Map map)
- map => BMFOpenPoiNearOption
Properties
- appScheme ↔ String?
-
指定返回自定义scheme (ios)
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSupportWeb ↔ bool?
-
调起百度地图客户端失败后,是否支持调起web地图,默认:true (ios)
getter/setter pair
- keyword ↔ String?
-
关键词
getter/setter pair
- location ↔ BMFCoordinate?
-
中心点(经纬度)
getter/setter pair
- radius ↔ int?
-
半径
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fromMap(
Map map) → dynamic - map -> dynamic
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> - model -> map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited