BMFOpenPoiDetailOption class Null safety

调起百度地图: poi详情参数类

Constructors

BMFOpenPoiDetailOption({required String? poiUid, String? appScheme, bool? isSupportWeb = true})
BMFOpenPoiDetailOption构造方法
BMFOpenPoiDetailOption.fromMap(Map map)
map => BMFOpenPoiDetailOption

Properties

appScheme ↔ String?
指定返回自定义scheme
read / write
hashCode → int
The hash code for this object.
read-only, inherited
isSupportWeb ↔ bool?
调起百度地图客户端失败后,是否支持调起web地图,默认:true
read / write
poiUid ↔ String?
poi的uid
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