IMapService class abstract

除了地图以外的功能放在这里, 比如说sdk初始化

Constructors

IMapService()

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

init({String? iosKey, String? androidKey, String? webKey}) Future<void>
设置ios和android的app key
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