BMFOpenPoiNearOption class Null safety

调起百度地图: poi周边参数类

Constructors

BMFOpenPoiNearOption({required dynamic location, int? radius, String? keyword, String? appScheme, bool? isSupportWeb = true})
BMFOpenPoiNearOption 构造方法
BMFOpenPoiNearOption.fromMap(Map map)
map => BMFOpenPoiNearOption

Properties

appScheme ↔ String?
指定返回自定义scheme (ios)
read / write
hashCode → int
The hash code for this object.
read-only, inherited
isSupportWeb ↔ bool?
调起百度地图客户端失败后,是否支持调起web地图,默认:true (ios)
read / write
keyword ↔ String?
关键词
read / write
location ↔ dynamic
中心点(经纬度)
read / write
radius ↔ int?
半径
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

fromMap(Map map) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toMap() → Map<String, Object?>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited