|
iOS高德地图SDK(基础) V1.9.0
|
#include <AMapLicenseManager.h>
Instance Methods | |
| (void) | - setupLicense:deviceId:terminalId: |
Class Methods | |
| (instancetype) | + shareManager |
Properties | |
| id< AMapLicenseManagerDelegate > | delegate |
| AMapLicenseSetupCompletion | setupLicenseCompletion |
| - (void) setupLicense: | (NSString *) | licenseId | |
| deviceId: | (NSString *) | deviceId | |
| terminalId: | (NSString *) | terminalId | |
设置设备鉴权信息,鉴权未通过的设备,部分功能将无法使用。 对于未绑定的终端-设备,会自动完成绑定。
| licenseId | licenseId |
| deviceId | 设备(车机)的唯一ID |
| terminalId | 终端(手机)的唯一ID |
| + (instancetype) shareManager |
|
readwritenonatomicweak |
|
readwritenonatomiccopy |