AMapExtension class abstract

插件拓展,绑定AMapWidget的生命周期和控制器,实现基于地图的拓展能力(通常是地图交互的可 选功能)

Implementers

Constructors

AMapExtension()

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bindMapController(AMapController controller) → dynamic
注入AMapController 方便地图交互
bindMethodChannel(MethodChannel channel) → dynamic
build(AMapContext aMapContext, Widget child) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCameraMove(CameraPosition cameraPosition) → dynamic
since v1.0.4
onCameraMoveEnd(CameraPosition cameraPosition) → dynamic
since v1.0.4
onDispose() → void
onLongPress(LatLng latLng) → dynamic
since v1.0.4
onMarkerDragEnd(String value) → dynamic
since v1.0.4
onMarkerTap(String value) → dynamic
since v1.0.4
onPoiTouched(AMapPoi poi) → dynamic
since v1.0.4
onPolylineTap(String value) → dynamic
since v1.0.4
prepare(AMapContext aMapContext) → void
视图层级变化 since v1.0.4
toString() String
A string representation of this object.
inherited
update(AMapContext aMapContext) → void
视图变化 since v1.0.4

Operators

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