BMFTextureMapWidget class Null safety

textureMapView,android设备独有

Constructors

BMFTextureMapWidget({dynamic key, required dynamic onBMFMapCreated, dynamic hitTestBehavior = PlatformViewHitTestBehavior.opaque, dynamic layoutDirection, dynamic mapOptions})
const

Properties

hashCode → int
The hash code for this object.
read-only, inherited
hitTestBehavior → dynamic
渗透点击事件,接收范围 opaque > translucent > transparent;
final
layoutDirection → dynamic
嵌入视图文本方向
final
mapOptions → dynamic
map属性配置
final
onBMFMapCreated → dynamic
创建mapView回调
final
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

createState() → _BMFTextureMapWidgetState
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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