AMapFlutterPlatform class abstract

“amap_flutter_map”平台特定实现必须扩展的接口

Inheritance
  • Object
  • PlatformInterface
  • AMapFlutterPlatform

Constructors

AMapFlutterPlatform()

Properties

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

Methods

buildView(Map<String, dynamic> creationParams, Set<Factory<OneSequenceGestureRecognizer>> gestureRecognizers, PlatformViewCreatedCallback onPlatformViewCreated) Widget
dispose({required int id}) → void
init(int id) Future<void>
/// Initializes the platform interface with id.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AMapFlutterPlatform
The default instance of AMapFlutterPlatform to use.
getter/setter pair