ZXBMapViewController *mapVC = [ZXBMapViewController new];
/**
传入你要去的目的地字符串,模糊的地址也可以!
如深圳医院,然后他会进一步提示用户选择是深圳哪个医院。
*/
mapVC.destinationString = @“深圳医院”;
[self showViewController:mapVC sender:nil];
[AMapServices sharedServices].apiKey = @"你的key";
pod 'AMap3DMap'</br>
pod 'AMapSearch'</br>
pod 'AMapLocation'</br>
<key>NSLocationAlwaysUsageDescription</key>
<string>App需要您的同意,才能始终访问位置</string>
<key>NSLocationUsageDescription</key>
<string>App需要您的同意,才能访问位置</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>App需要您的同意,才能在使用期间访问位置</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>iosamap</string>
</array>