AMapApiKey class

高德开放平台api key配置

申请key请到高德开放平台官网:https://lbs.amap.com/

Android平台的key的获取请参考:https://lbs.amap.com/api/poi-sdk-android/develop/create-project/get-key/?sug_index=2

iOS平台key的获取请参考:https://lbs.amap.com/api/poi-sdk-ios/develop/create-project/get-key/?sug_index=1

Constructors

AMapApiKey({String? iosKey, String? androidKey})
构造AMapKeyConfig
const

Properties

androidKey String?
final
hashCode int
The hash code for this object.
no setteroverride
iosKey String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → dynamic
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override