BMFOpenPoiDetailOption class

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

Implemented types
  • BMFModel

Constructors

BMFOpenPoiDetailOption({@required String poiUid, String appScheme, bool isSupportWeb: true})
BMFOpenPoiDetailOption构造方法

Properties

appScheme ↔ String
指定返回自定义scheme [...]
read / write
isSupportWeb ↔ bool
调起百度地图客户端失败后,是否支持调起web地图,默认:true
read / write
poiUid ↔ String
poi的uid
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

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

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited

Static Methods

poiDetailOption() BMFOpenPoiDetailOption