German map configuration steps
1. Create a project
2. Open the website http://lbs.amap.com/console/key/, click Get key, follow the sign up step to fill in the information before the identifier to fill in the following application name, select the binding service iOS Platform SDK, Open the project to find the identifier of the project. Click I have read and agree to << gold Map API Terms of Use >>, follow the prompts to register, after completion, you can point to get key
3. Download the mamapkit.framework and amapsearchkit.framework two files into the project.
4. Loading the system Lib file: Open Project click on Project name Select Build Phases->link Binary with libraries-> Click the plus sign in Libz.dylib, click Add to search libstdc++ again. 6.0.9.dylib Click Add,
5. Add header files to Viewcontroller <MAMapKit/MAMapKit.h> <AMapSearchKit/amapSearchAPI.h>
6. Next you can start compiling tests to see if the compilation succeeds
German map configuration steps