BMF3DModelOverlay class

3d模型 since 3.1.0

Inheritance
Available extensions

Constructors

BMF3DModelOverlay({required BMFCoordinate center, required BMF3DModelOption option, int zIndex = 0, bool visible = true, Map? customMap})
3d模型构造方法
BMF3DModelOverlay.fromMap(Map map)
map => BMF3DModelOverlay

Properties

center ↔ BMFCoordinate
模型中心经纬度坐标
getter/setter pair
className ↔ String?
类名
getter/setter pairinherited
customMap ↔ Map?
开发者自定义字段
getter/setter pairinherited
hashCode → int
The hash code for this object.
no setterinherited
Id → String
获取id
no setterinherited
id → String
获取id since 3.2.0
no setterinherited
methodChannel ↔ MethodChannel

Available on BMFOverlay, provided by the OverlayMethodChannelExension extension

获取channel
getter/setter pair
option BMF3DModelOption
3d模型option
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
visible ↔ bool?
overlay是否可见
getter/setter pairinherited
zIndex ↔ int?
元素的堆叠顺序
getter/setter pairinherited

Methods

fromMap(Map map) → dynamic
map -> dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, Object?>
model -> map
override
toString() → String
A string representation of this object.
inherited
updateCenter(BMFCoordinate center) → Future<bool>

Available on BMF3DModelOverlay, provided by the BMF3DModelOverlayUpdateExtension extension

更新3d模型的中心点
updateOption(BMF3DModelOption option) → Future<bool>

Available on BMF3DModelOverlay, provided by the BMF3DModelOverlayUpdateExtension extension

更新3d模型的option
updateOptionAndCenter({required BMF3DModelOption option, required BMFCoordinate center}) → Future<bool>

Available on BMF3DModelOverlay, provided by the BMF3DModelOverlayUpdateExtension extension

更新3d模型的option 和 中心点

Operators

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