# DDMAMapKit_Private [![CI Status](https://img.shields.io/travis/DDIsFriend/DDMAMapKit_Private.svg?style=flat)](https://travis-ci.org/DDIsFriend/DDMAMapKit_Private) [![Version](https://img.shields.io/cocoapods/v/DDMAMapKit_Private.svg?style=flat)](https://cocoapods.org/pods/DDMAMapKit_Private) [![License](https://img.shields.io/cocoapods/l/DDMAMapKit_Private.svg?style=flat)](https://cocoapods.org/pods/DDMAMapKit_Private) [![Platform](https://img.shields.io/cocoapods/p/DDMAMapKit_Private.svg?style=flat)](https://cocoapods.org/pods/DDMAMapKit_Private) ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements ### Info.plist ```Objective-C NSAppTransportSecurity NSAllowsArbitraryLoads NSLocationAlwaysAndWhenInUseUsageDescription 获取你的位置 NSLocationAlwaysUsageDescription 获取你的位置 NSLocationTemporaryUsageDescriptionDictionary FORCE_FULL_ACCURACY 当前功能必须要获取您的精准定位才能提供服务 NSLocationWhenInUseUsageDescription 获取你的位置 UIBackgroundModes location remote-notification ``` ### 其余的见Demo和高德的api ## Installation DDMAMapKit_Private is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'DDMAMapKit_Private' ``` ## Author DDIsFriend, DDIsFriend@163.com ## License DDMAMapKit_Private is available under the MIT license. See the LICENSE file for more info.