ChatKitLocation class

Properties

aMapAndroidKey String?
高德地图Android 端的key 如果要使用默认的地图消息,必须设置
getter/setter pair
aMapIOSKey String?
高德地图iOS端的key
getter/setter pair
aMapWebKey String?
高德地图Web服务端端的key
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locationMessageType String
final
pushPayload Map<String, dynamic>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init({required String aMapAndroidKey, required String aMapIOSKey, required String aMapWebKey, Map<String, dynamic>? pushPayload}) → void
initLocationMap({required String aMapAndroidKey, required String aMapIOSKey, required String aMapWebKey}) → void
初始化高德地图
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 ChatKitLocation
final

Constants

kPackage → const String