KTMapSDK 0.1.9

KTMapSDK 0.1.9

Maintained by [不重要].



 
Depends on:
AMapNavi>= 0
DMapFramework>= 0
Masonry>= 0
IQKeyboardManager>= 0
AFNetworking>= 0
SVProgressHUD>= 0
HTCKeyboard>= 0
 

KTMapSDK 0.1.9

KTMapSDK

CI Status Version License Platform

Example

pod lib lint KTMapSDK.podspec --verbose --use-libraries --allow-warnings --no-clean

pod spec lint KTMapSDK.podspec --verbose --use-libraries --allow-warnings --no-clean

pod trunk push KTMapSDK.podspec --verbose --use-libraries --allow-warnings

Requirements

Installation

KTMapSDK is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'KTMapSDK'

Author

[email protected], [email protected]

License

KTMapSDK is available under the MIT license. See the LICENSE file for more info.

科拓速停车室内定位SDK

//集成 pod 'KTMapSDK'

//------- cocoapods 找不到库

方法1 pod repo update

方法2 前往~/Library/Caches/CocoaPods/ 删除search_index.json 再重新 pod search KTMapSDK

//需要在plist 文件内添加权限

App Transport Security Settings Privacy - Bluetooth Always Usage Description Privacy - Location Always and When In Use Usage Description Privacy - Location When In Use Usage Description

//使用方式 // 传入一个viewController 以及高德APIKey [KTSDK presentSDK:self mapAPIKey:@""];