├── BMKMapClusterView.xcodeproj
├── project.pbxproj
├── project.xcworkspace
│ ├── contents.xcworkspacedata
│ └── xcuserdata
│ │ └── jiangshiying.xcuserdatad
│ │ └── UserInterfaceState.xcuserstate
└── xcuserdata
│ └── jiangshiying.xcuserdatad
│ └── xcschemes
│ ├── BMKMapClusterView.xcscheme
│ └── xcschememanagement.plist
├── BMKMapClusterView.xcworkspace
├── contents.xcworkspacedata
└── xcuserdata
│ └── jiangshiying.xcuserdatad
│ ├── UserInterfaceState.xcuserstate
│ └── xcdebugger
│ └── Breakpoints_v2.xcbkptlist
├── BMKMapClusterView
├── AppDelegate.h
├── AppDelegate.m
├── Assets.xcassets
│ ├── AppIcon.appiconset
│ │ └── Contents.json
│ ├── Contents.json
│ └── mapPopViewBGICon.imageset
│ │ ├── Contents.json
│ │ ├── mapPopViewBGICon@2x.png
│ │ └── mapPopViewBGICon@3x.png
├── Base.lproj
│ ├── LaunchScreen.storyboard
│ └── Main.storyboard
├── ClusterView
│ ├── Cluster
│ │ ├── BMKClusterAlgorithm.h
│ │ ├── BMKClusterAlgorithm.m
│ │ ├── BMKClusterItem.h
│ │ ├── BMKClusterItem.m
│ │ ├── BMKClusterManager.h
│ │ ├── BMKClusterManager.m
│ │ ├── BMKClusterQuadtree.h
│ │ └── BMKClusterQuadtree.m
│ ├── XJCluster.h
│ ├── XJCluster.m
│ ├── XJClusterAnnotation.h
│ ├── XJClusterAnnotation.m
│ ├── XJClusterAnnotationView.h
│ ├── XJClusterAnnotationView.m
│ ├── XJClusterController.h
│ └── XJClusterController.m
├── Info.plist
├── UIView+Extension.h
├── UIView+Extension.m
├── ViewController.h
├── ViewController.m
└── main.m
├── BMKMapClusterViewTests
├── BMKMapClusterViewTests.m
└── Info.plist
├── BMKMapClusterViewUITests
├── BMKMapClusterViewUITests.m
└── Info.plist
├── Podfile
├── Podfile.lock
├── Pods
├── BaiduMapKit
│ ├── BaiduMapKit
│ │ ├── BaiduMapAPI_Base.framework
│ │ │ ├── BaiduMapAPI_Base
│ │ │ ├── Headers
│ │ │ │ ├── BMKBaseComponent.h
│ │ │ │ ├── BMKGeneralDelegate.h
│ │ │ │ ├── BMKMapManager.h
│ │ │ │ ├── BMKTypes.h
│ │ │ │ ├── BMKUserLocation.h
│ │ │ │ └── BMKVersion.h
│ │ │ └── readme.txt
│ │ ├── BaiduMapAPI_Cloud.framework
│ │ │ ├── BaiduMapAPI_Cloud
│ │ │ ├── Headers
│ │ │ │ ├── BMKCloudPOIList.h
│ │ │ │ ├── BMKCloudSearch.h
│ │ │ │ ├── BMKCloudSearchComponent.h
│ │ │ │ ├── BMKCloudSearchInfo.h
│ │ │ │ └── BMKCloudVersion.h
│ │ │ └── readme.txt
│ │ ├── BaiduMapAPI_Location.framework
│ │ │ ├── BaiduMapAPI_Location
│ │ │ ├── Headers
│ │ │ │ ├── BMKLocationComponent.h
│ │ │ │ ├── BMKLocationService.h
│ │ │ │ └── BMKLocationVersion.h
│ │ │ └── readme.txt
│ │ ├── BaiduMapAPI_Map.framework
│ │ │ ├── BaiduMapAPI_Map
│ │ │ ├── Headers
│ │ │ │ ├── BMKActionPaopaoView.h
│ │ │ │ ├── BMKAnnotation.h
│ │ │ │ ├── BMKAnnotationView.h
│ │ │ │ ├── BMKArcline.h
│ │ │ │ ├── BMKArclineView.h
│ │ │ │ ├── BMKBaseIndoorMapInfo.h
│ │ │ │ ├── BMKCircle.h
│ │ │ │ ├── BMKCircleView.h
│ │ │ │ ├── BMKGradient.h
│ │ │ │ ├── BMKGroundOverlay.h
│ │ │ │ ├── BMKGroundOverlayView.h
│ │ │ │ ├── BMKHeatMap.h
│ │ │ │ ├── BMKLocationViewDisplayParam.h
│ │ │ │ ├── BMKMapComponent.h
│ │ │ │ ├── BMKMapStatus.h
│ │ │ │ ├── BMKMapVersion.h
│ │ │ │ ├── BMKMapView.h
│ │ │ │ ├── BMKMultiPoint.h
│ │ │ │ ├── BMKOfflineMap.h
│ │ │ │ ├── BMKOfflineMapType.h
│ │ │ │ ├── BMKOverlay.h
│ │ │ │ ├── BMKOverlayGLBasicView.h
│ │ │ │ ├── BMKOverlayPathView.h
│ │ │ │ ├── BMKOverlayView.h
│ │ │ │ ├── BMKPinAnnotationView.h
│ │ │ │ ├── BMKPointAnnotation.h
│ │ │ │ ├── BMKPolygon.h
│ │ │ │ ├── BMKPolygonView.h
│ │ │ │ ├── BMKPolyline.h
│ │ │ │ ├── BMKPolylineView.h
│ │ │ │ ├── BMKShape.h
│ │ │ │ ├── BMKTileLayer.h
│ │ │ │ └── BMKTileLayerView.h
│ │ │ ├── Resources
│ │ │ │ └── mapapi.bundle
│ │ │ │ │ ├── files
│ │ │ │ │ └── cfg
│ │ │ │ │ │ ├── a
│ │ │ │ │ │ ├── CustomIndex
│ │ │ │ │ │ ├── DVDirectory.cfg
│ │ │ │ │ │ ├── DVHotMap.cfg
│ │ │ │ │ │ ├── DVHotcity.cfg
│ │ │ │ │ │ ├── DVSDirectory.cfg
│ │ │ │ │ │ ├── DVStreet.cfg
│ │ │ │ │ │ ├── DVVersion.cfg
│ │ │ │ │ │ ├── mode_1
│ │ │ │ │ │ │ ├── bus.sty
│ │ │ │ │ │ │ ├── car.sty
│ │ │ │ │ │ │ ├── cycle.sty
│ │ │ │ │ │ │ ├── map.rs
│ │ │ │ │ │ │ ├── map.sty
│ │ │ │ │ │ │ ├── reduct.rs
│ │ │ │ │ │ │ ├── reduct.sty
│ │ │ │ │ │ │ ├── traffic.rs
│ │ │ │ │ │ │ └── traffic.sty
│ │ │ │ │ │ ├── mode_2
│ │ │ │ │ │ │ └── map.sty
│ │ │ │ │ │ ├── mode_4
│ │ │ │ │ │ │ ├── map.rs
│ │ │ │ │ │ │ └── map.sty
│ │ │ │ │ │ └── street.sty
│ │ │ │ │ │ └── idrres
│ │ │ │ │ │ ├── DVIndoor.cfg
│ │ │ │ │ │ ├── ResPackIndoorMap.rs
│ │ │ │ │ │ └── baseindoormap.sty
│ │ │ │ │ └── images
│ │ │ │ │ ├── baidumap_logo.png
│ │ │ │ │ ├── baidumap_logo@2x.png
│ │ │ │ │ ├── bnavi_icon_location_fixed.png
│ │ │ │ │ ├── bnavi_icon_location_fixed@2x.png
│ │ │ │ │ ├── direction_wheel.png
│ │ │ │ │ ├── direction_wheel@2x.png
│ │ │ │ │ ├── icon_action_paopao_middle_left.png
│ │ │ │ │ ├── icon_action_paopao_middle_left@2x.png
│ │ │ │ │ ├── icon_action_paopao_middle_left_highlighted.png
│ │ │ │ │ ├── icon_action_paopao_middle_left_highlighted@2x.png
│ │ │ │ │ ├── icon_action_paopao_middle_right.png
│ │ │ │ │ ├── icon_action_paopao_middle_right@2x.png
│ │ │ │ │ ├── icon_action_paopao_middle_right_highlighted.png
│ │ │ │ │ ├── icon_action_paopao_middle_right_highlighted@2x.png
│ │ │ │ │ ├── icon_cellphone.png
│ │ │ │ │ ├── icon_cellphone2.png
│ │ │ │ │ ├── icon_cellphone2@2x.png
│ │ │ │ │ ├── icon_cellphone@2x.png
│ │ │ │ │ ├── icon_center_point.png
│ │ │ │ │ ├── icon_center_point@2x.png
│ │ │ │ │ ├── icon_compass.png
│ │ │ │ │ ├── icon_compass@2x.png
│ │ │ │ │ ├── icon_compass_background.png
│ │ │ │ │ ├── icon_compass_background@2x.png
│ │ │ │ │ ├── icon_direction.png
│ │ │ │ │ ├── icon_direction@2x.png
│ │ │ │ │ ├── icon_line_nofocus.png
│ │ │ │ │ ├── icon_nav_bus.png
│ │ │ │ │ ├── icon_nav_bus@2x.png
│ │ │ │ │ ├── icon_nav_end.png
│ │ │ │ │ ├── icon_nav_end@2x.png
│ │ │ │ │ ├── icon_nav_rail.png
│ │ │ │ │ ├── icon_nav_rail@2x.png
│ │ │ │ │ ├── icon_nav_start.png
│ │ │ │ │ ├── icon_nav_start@2x.png
│ │ │ │ │ ├── icon_nav_waypoint.png
│ │ │ │ │ ├── icon_nav_waypoint@2x.png
│ │ │ │ │ ├── icon_paopao_middle_left.png
│ │ │ │ │ ├── icon_paopao_middle_left@2x.png
│ │ │ │ │ ├── icon_paopao_middle_left_highlighted.png
│ │ │ │ │ ├── icon_paopao_middle_left_highlighted@2x.png
│ │ │ │ │ ├── icon_paopao_middle_right.png
│ │ │ │ │ ├── icon_paopao_middle_right@2x.png
│ │ │ │ │ ├── icon_paopao_middle_right_highlighted.png
│ │ │ │ │ ├── icon_paopao_middle_right_highlighted@2x.png
│ │ │ │ │ ├── lineDashTexture.png
│ │ │ │ │ ├── line_texture.png
│ │ │ │ │ ├── pin_green.png
│ │ │ │ │ ├── pin_green@2x.png
│ │ │ │ │ ├── pin_purple.png
│ │ │ │ │ ├── pin_purple@2x.png
│ │ │ │ │ ├── pin_red.png
│ │ │ │ │ └── pin_red@2x.png
│ │ │ └── readme.txt
│ │ ├── BaiduMapAPI_Radar.framework
│ │ │ ├── BaiduMapAPI_Radar
│ │ │ ├── Headers
│ │ │ │ ├── BMKRadarComponent.h
│ │ │ │ ├── BMKRadarManager.h
│ │ │ │ ├── BMKRadarOption.h
│ │ │ │ ├── BMKRadarResult.h
│ │ │ │ └── BMKRadarVersion.h
│ │ │ └── readme.txt
│ │ ├── BaiduMapAPI_Search.framework
│ │ │ ├── BaiduMapAPI_Search
│ │ │ ├── Headers
│ │ │ │ ├── BMKBusLineSearch.h
│ │ │ │ ├── BMKBusLineSearchOption.h
│ │ │ │ ├── BMKDistrictSearch.h
│ │ │ │ ├── BMKGeocodeSearch.h
│ │ │ │ ├── BMKGeocodeSearchOption.h
│ │ │ │ ├── BMKGeocodeType.h
│ │ │ │ ├── BMKPoiSearch.h
│ │ │ │ ├── BMKPoiSearchOption.h
│ │ │ │ ├── BMKPoiSearchType.h
│ │ │ │ ├── BMKRouteSearch.h
│ │ │ │ ├── BMKRouteSearchOption.h
│ │ │ │ ├── BMKRouteSearchType.h
│ │ │ │ ├── BMKSearchBase.h
│ │ │ │ ├── BMKSearchComponent.h
│ │ │ │ ├── BMKSearchVersion.h
│ │ │ │ ├── BMKShareURLSearch.h
│ │ │ │ ├── BMKShareUrlSearchOption.h
│ │ │ │ ├── BMKSuggestionSearch.h
│ │ │ │ └── BMKSuggestionSearchOption.h
│ │ │ └── readme.txt
│ │ ├── BaiduMapAPI_Utils.framework
│ │ │ ├── BaiduMapAPI_Utils
│ │ │ ├── Headers
│ │ │ │ ├── BMKFavPoiInfo.h
│ │ │ │ ├── BMKFavPoiManager.h
│ │ │ │ ├── BMKGeometry.h
│ │ │ │ ├── BMKNavigation.h
│ │ │ │ ├── BMKOpenOption.h
│ │ │ │ ├── BMKOpenPanorama.h
│ │ │ │ ├── BMKOpenPoi.h
│ │ │ │ ├── BMKOpenPoiOption.h
│ │ │ │ ├── BMKOpenRoute.h
│ │ │ │ ├── BMKOpenRouteOption.h
│ │ │ │ ├── BMKUtilsComponent.h
│ │ │ │ └── BMKUtilsVersion.h
│ │ │ └── readme.txt
│ │ └── thirdlibs
│ │ │ ├── libcrypto.a
│ │ │ └── libssl.a
│ ├── LICENSE
│ └── README.md
├── Headers
│ └── Public
│ │ └── BaiduMapKit
│ │ ├── BaiduMapAPI_Base
│ │ ├── BMKBaseComponent.h
│ │ ├── BMKGeneralDelegate.h
│ │ ├── BMKMapManager.h
│ │ ├── BMKTypes.h
│ │ ├── BMKUserLocation.h
│ │ └── BMKVersion.h
│ │ ├── BaiduMapAPI_Cloud
│ │ ├── BMKCloudPOIList.h
│ │ ├── BMKCloudSearch.h
│ │ ├── BMKCloudSearchComponent.h
│ │ ├── BMKCloudSearchInfo.h
│ │ └── BMKCloudVersion.h
│ │ ├── BaiduMapAPI_Location
│ │ ├── BMKLocationComponent.h
│ │ ├── BMKLocationService.h
│ │ └── BMKLocationVersion.h
│ │ ├── BaiduMapAPI_Map
│ │ ├── BMKActionPaopaoView.h
│ │ ├── BMKAnnotation.h
│ │ ├── BMKAnnotationView.h
│ │ ├── BMKArcline.h
│ │ ├── BMKArclineView.h
│ │ ├── BMKBaseIndoorMapInfo.h
│ │ ├── BMKCircle.h
│ │ ├── BMKCircleView.h
│ │ ├── BMKGradient.h
│ │ ├── BMKGroundOverlay.h
│ │ ├── BMKGroundOverlayView.h
│ │ ├── BMKHeatMap.h
│ │ ├── BMKLocationViewDisplayParam.h
│ │ ├── BMKMapComponent.h
│ │ ├── BMKMapStatus.h
│ │ ├── BMKMapVersion.h
│ │ ├── BMKMapView.h
│ │ ├── BMKMultiPoint.h
│ │ ├── BMKOfflineMap.h
│ │ ├── BMKOfflineMapType.h
│ │ ├── BMKOverlay.h
│ │ ├── BMKOverlayGLBasicView.h
│ │ ├── BMKOverlayPathView.h
│ │ ├── BMKOverlayView.h
│ │ ├── BMKPinAnnotationView.h
│ │ ├── BMKPointAnnotation.h
│ │ ├── BMKPolygon.h
│ │ ├── BMKPolygonView.h
│ │ ├── BMKPolyline.h
│ │ ├── BMKPolylineView.h
│ │ ├── BMKShape.h
│ │ ├── BMKTileLayer.h
│ │ └── BMKTileLayerView.h
│ │ ├── BaiduMapAPI_Radar
│ │ ├── BMKRadarComponent.h
│ │ ├── BMKRadarManager.h
│ │ ├── BMKRadarOption.h
│ │ ├── BMKRadarResult.h
│ │ └── BMKRadarVersion.h
│ │ ├── BaiduMapAPI_Search
│ │ ├── BMKBusLineSearch.h
│ │ ├── BMKBusLineSearchOption.h
│ │ ├── BMKDistrictSearch.h
│ │ ├── BMKGeocodeSearch.h
│ │ ├── BMKGeocodeSearchOption.h
│ │ ├── BMKGeocodeType.h
│ │ ├── BMKPoiSearch.h
│ │ ├── BMKPoiSearchOption.h
│ │ ├── BMKPoiSearchType.h
│ │ ├── BMKRouteSearch.h
│ │ ├── BMKRouteSearchOption.h
│ │ ├── BMKRouteSearchType.h
│ │ ├── BMKSearchBase.h
│ │ ├── BMKSearchComponent.h
│ │ ├── BMKSearchVersion.h
│ │ ├── BMKShareURLSearch.h
│ │ ├── BMKShareUrlSearchOption.h
│ │ ├── BMKSuggestionSearch.h
│ │ └── BMKSuggestionSearchOption.h
│ │ └── BaiduMapAPI_Utils
│ │ ├── BMKFavPoiInfo.h
│ │ ├── BMKFavPoiManager.h
│ │ ├── BMKGeometry.h
│ │ ├── BMKNavigation.h
│ │ ├── BMKOpenOption.h
│ │ ├── BMKOpenPanorama.h
│ │ ├── BMKOpenPoi.h
│ │ ├── BMKOpenPoiOption.h
│ │ ├── BMKOpenRoute.h
│ │ ├── BMKOpenRouteOption.h
│ │ ├── BMKUtilsComponent.h
│ │ └── BMKUtilsVersion.h
├── Manifest.lock
├── Pods.xcodeproj
│ ├── project.pbxproj
│ └── xcuserdata
│ │ └── jiangshiying.xcuserdatad
│ │ └── xcschemes
│ │ ├── Pods-BMKMapClusterView.xcscheme
│ │ └── xcschememanagement.plist
└── Target Support Files
│ └── Pods-BMKMapClusterView
│ ├── Pods-BMKMapClusterView-acknowledgements.markdown
│ ├── Pods-BMKMapClusterView-acknowledgements.plist
│ ├── Pods-BMKMapClusterView-dummy.m
│ ├── Pods-BMKMapClusterView-frameworks.sh
│ ├── Pods-BMKMapClusterView-resources.sh
│ ├── Pods-BMKMapClusterView.debug.xcconfig
│ └── Pods-BMKMapClusterView.release.xcconfig
└── README.md
/BMKMapClusterView.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/BMKMapClusterView.xcodeproj/project.xcworkspace/xcuserdata/jiangshiying.xcuserdatad/UserInterfaceState.xcuserstate:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/BMKMapClusterView.xcodeproj/project.xcworkspace/xcuserdata/jiangshiying.xcuserdatad/UserInterfaceState.xcuserstate
--------------------------------------------------------------------------------
/BMKMapClusterView.xcodeproj/xcuserdata/jiangshiying.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SchemeUserState
6 |
7 | BMKMapClusterView.xcscheme
8 |
9 | orderHint
10 | 0
11 |
12 |
13 | SuppressBuildableAutocreation
14 |
15 | 65F4E4691EB9EDB300841BBC
16 |
17 | primary
18 |
19 |
20 | 65F4E4821EB9EDB300841BBC
21 |
22 | primary
23 |
24 |
25 | 65F4E48D1EB9EDB300841BBC
26 |
27 | primary
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/BMKMapClusterView.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/BMKMapClusterView.xcworkspace/xcuserdata/jiangshiying.xcuserdatad/UserInterfaceState.xcuserstate:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/BMKMapClusterView.xcworkspace/xcuserdata/jiangshiying.xcuserdatad/UserInterfaceState.xcuserstate
--------------------------------------------------------------------------------
/BMKMapClusterView.xcworkspace/xcuserdata/jiangshiying.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
--------------------------------------------------------------------------------
/BMKMapClusterView/AppDelegate.h:
--------------------------------------------------------------------------------
1 | //
2 | // AppDelegate.h
3 | // BMKMapClusterView
4 | //
5 | // Created by 蒋诗颖 on 2017/5/3.
6 | // Copyright © 2017年 BaiduMap. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface AppDelegate : UIResponder
12 |
13 | @property (strong, nonatomic) UIWindow *window;
14 |
15 |
16 | @end
17 |
18 |
--------------------------------------------------------------------------------
/BMKMapClusterView/AppDelegate.m:
--------------------------------------------------------------------------------
1 | //
2 | // AppDelegate.m
3 | // BMKMapClusterView
4 | //
5 | // Created by 蒋诗颖 on 2017/5/3.
6 | // Copyright © 2017年 BaiduMap. All rights reserved.
7 | //
8 | #import "AppDelegate.h"
9 | #import //引入base相关所有的头文件
10 | #import //引入地图功能所有的头文件
11 |
12 | @interface AppDelegate ()
13 |
14 | @end
15 |
16 | @implementation AppDelegate
17 |
18 |
19 | - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
20 | // Override point for customization after application launch.
21 |
22 | BMKMapManager *mapManager = [[BMKMapManager alloc]init];
23 | // 如果要关注网络及授权验证事件,请设定 generalDelegate参数
24 | BOOL ret = [mapManager start:@"Be8SEU6ZxQ4jZCWbx2A4TheWcDwvRA9x" generalDelegate:nil];
25 | if (!ret) {
26 | NSLog(@"manager start failed!");
27 | }
28 | // Add the navigation controller's view to the window and display.
29 | [self.window makeKeyAndVisible];
30 | return YES;
31 | }
32 |
33 |
34 |
35 |
36 | - (void)applicationWillResignActive:(UIApplication *)application {
37 | // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
38 | // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
39 | }
40 |
41 |
42 | - (void)applicationDidEnterBackground:(UIApplication *)application {
43 | // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
44 | // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
45 | }
46 |
47 |
48 | - (void)applicationWillEnterForeground:(UIApplication *)application {
49 | // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
50 | }
51 |
52 |
53 | - (void)applicationDidBecomeActive:(UIApplication *)application {
54 | // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
55 | }
56 |
57 |
58 | - (void)applicationWillTerminate:(UIApplication *)application {
59 | // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
60 | }
61 |
62 |
63 | @end
64 |
--------------------------------------------------------------------------------
/BMKMapClusterView/Assets.xcassets/AppIcon.appiconset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "iphone",
5 | "size" : "20x20",
6 | "scale" : "2x"
7 | },
8 | {
9 | "idiom" : "iphone",
10 | "size" : "20x20",
11 | "scale" : "3x"
12 | },
13 | {
14 | "idiom" : "iphone",
15 | "size" : "29x29",
16 | "scale" : "2x"
17 | },
18 | {
19 | "idiom" : "iphone",
20 | "size" : "29x29",
21 | "scale" : "3x"
22 | },
23 | {
24 | "idiom" : "iphone",
25 | "size" : "40x40",
26 | "scale" : "2x"
27 | },
28 | {
29 | "idiom" : "iphone",
30 | "size" : "40x40",
31 | "scale" : "3x"
32 | },
33 | {
34 | "idiom" : "iphone",
35 | "size" : "60x60",
36 | "scale" : "2x"
37 | },
38 | {
39 | "idiom" : "iphone",
40 | "size" : "60x60",
41 | "scale" : "3x"
42 | }
43 | ],
44 | "info" : {
45 | "version" : 1,
46 | "author" : "xcode"
47 | }
48 | }
--------------------------------------------------------------------------------
/BMKMapClusterView/Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/BMKMapClusterView/Assets.xcassets/mapPopViewBGICon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "resizing" : {
9 | "mode" : "9-part",
10 | "center" : {
11 | "mode" : "tile",
12 | "width" : 1,
13 | "height" : 4
14 | },
15 | "cap-insets" : {
16 | "bottom" : 32,
17 | "top" : 19,
18 | "right" : 11,
19 | "left" : 41
20 | }
21 | },
22 | "idiom" : "universal",
23 | "filename" : "mapPopViewBGICon@2x.png",
24 | "scale" : "2x"
25 | },
26 | {
27 | "resizing" : {
28 | "mode" : "9-part",
29 | "center" : {
30 | "mode" : "tile",
31 | "width" : 1,
32 | "height" : 1
33 | },
34 | "cap-insets" : {
35 | "bottom" : 34,
36 | "top" : 41,
37 | "right" : 12,
38 | "left" : 66
39 | }
40 | },
41 | "idiom" : "universal",
42 | "filename" : "mapPopViewBGICon@3x.png",
43 | "scale" : "3x"
44 | }
45 | ],
46 | "info" : {
47 | "version" : 1,
48 | "author" : "xcode"
49 | }
50 | }
--------------------------------------------------------------------------------
/BMKMapClusterView/Assets.xcassets/mapPopViewBGICon.imageset/mapPopViewBGICon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/BMKMapClusterView/Assets.xcassets/mapPopViewBGICon.imageset/mapPopViewBGICon@2x.png
--------------------------------------------------------------------------------
/BMKMapClusterView/Assets.xcassets/mapPopViewBGICon.imageset/mapPopViewBGICon@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/BMKMapClusterView/Assets.xcassets/mapPopViewBGICon.imageset/mapPopViewBGICon@3x.png
--------------------------------------------------------------------------------
/BMKMapClusterView/Base.lproj/LaunchScreen.storyboard:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/BMKMapClusterView/Base.lproj/Main.storyboard:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/BMKMapClusterView/ClusterView/Cluster/BMKClusterAlgorithm.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKClusterAlgorithm.h
3 | // IphoneMapSdkDemo
4 | //
5 | // Created by wzy on 15/9/15.
6 | // Copyright © 2015年 Baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKClusterAlgorithm_h
10 | #define BMKClusterAlgorithm_h
11 |
12 | #import
13 | #import "BMKClusterQuadtree.h"
14 |
15 | /**
16 | * 点聚合算法
17 | */
18 | @interface BMKClusterAlgorithm : NSObject
19 |
20 | ///所有的BMKQuadItem
21 | @property (nonatomic, readonly) NSMutableArray *quadItems;
22 | @property (nonatomic, readonly) BMKClusterQuadtree *quadtree;
23 |
24 | ///添加item
25 | - (void)addItem:(BMKClusterItem*)clusterItem;
26 |
27 | ///清除items
28 | - (void)clearItems;
29 |
30 | /**
31 | * cluster算法核心
32 | * @param zoomLevel map的级别
33 | * @return BMKCluster数组
34 | */
35 | - (NSArray*)getClusters:(CGFloat) zoomLevel;
36 |
37 | @end
38 |
39 | #endif /* BMKClusterAlgorithm_h */
40 |
--------------------------------------------------------------------------------
/BMKMapClusterView/ClusterView/Cluster/BMKClusterItem.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKClusterItem.h
3 | // IphoneMapSdkDemo
4 | //
5 | // Created by wzy on 15/9/15.
6 | // Copyright © 2015年 Baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKClusterItem_h
10 | #define BMKClusterItem_h
11 |
12 | #import
13 | #import
14 | @class XJCluster;
15 | /**
16 | * 表示一个标注
17 | */
18 | @interface BMKClusterItem : NSObject
19 |
20 | ///经纬度,初始化后,不可修改
21 | @property (nonatomic, assign) CLLocationCoordinate2D coor;
22 | @property (nonatomic, copy)NSString *title;
23 | @property (nonatomic, strong)XJCluster *cluster;
24 |
25 | @end
26 | @class XJCluster;
27 | /**
28 | * 聚合后的标注
29 | */
30 | @interface BMKCluster : NSObject
31 |
32 | ///经纬度
33 | @property (nonatomic, assign) CLLocationCoordinate2D coordinate;
34 | ///所包含BMKClusterItem
35 | @property (nonatomic, strong) NSMutableArray *clusterItems;
36 | ///包含BMKClusterItem个数
37 | @property (nonatomic, readonly) NSUInteger size;
38 | /// 标题
39 | @property (nonatomic, copy)NSString *title;
40 | @property (nonatomic, strong)XJCluster *cluster;
41 |
42 | @end
43 |
44 | #endif /* BMKClusterItem_h */
45 |
--------------------------------------------------------------------------------
/BMKMapClusterView/ClusterView/Cluster/BMKClusterItem.m:
--------------------------------------------------------------------------------
1 | //
2 | // BMKClusterItem.m
3 | // IphoneMapSdkDemo
4 | //
5 | // Created by wzy on 15/9/15.
6 | // Copyright © 2015年 Baidu. All rights reserved.
7 | //
8 |
9 | #import "BMKClusterItem.h"
10 | #import "XJCluster.h"
11 | @implementation BMKClusterItem
12 |
13 | @synthesize coor = _coor;
14 |
15 | @end
16 |
17 | @implementation BMKCluster
18 |
19 | @synthesize coordinate = _coordinate;
20 | @synthesize clusterItems = _clusterItems;
21 |
22 | - (id)init {
23 | self = [super init];
24 | if (self) {
25 | _clusterItems = [[NSMutableArray alloc] init];
26 | }
27 | return self;
28 | }
29 |
30 | - (NSUInteger)size {
31 | return _clusterItems.count;
32 | }
33 |
34 | @end
35 |
--------------------------------------------------------------------------------
/BMKMapClusterView/ClusterView/Cluster/BMKClusterManager.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKClusterManager.h
3 | // IphoneMapSdkDemo
4 | //
5 | // Created by wzy on 15/9/15.
6 | // Copyright © 2015年 Baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKClusterManager_h
10 | #define BMKClusterManager_h
11 |
12 | #import
13 | #import "BMKClusterAlgorithm.h"
14 |
15 | /**
16 | * 点聚合管理类
17 | */
18 | @interface BMKClusterManager : NSObject
19 |
20 | ///添加item
21 | - (void)addClusterItem:(BMKClusterItem*)clusterItem;
22 |
23 | ///清除items
24 | - (void)clearClusterItems;
25 |
26 | /**
27 | * 获取聚合后的标注
28 | * @param zoomLevel map的级别
29 | * @return BMKCluster数组
30 | */
31 | - (NSArray*)getClusters:(CGFloat) zoomLevel;
32 |
33 | @end
34 |
35 | #endif /* BMKClusterManager_h */
36 |
--------------------------------------------------------------------------------
/BMKMapClusterView/ClusterView/Cluster/BMKClusterManager.m:
--------------------------------------------------------------------------------
1 | //
2 | // BMKClusterManager.m
3 | // IphoneMapSdkDemo
4 | //
5 | // Created by wzy on 15/9/15.
6 | // Copyright © 2015年 Baidu. All rights reserved.
7 | //
8 |
9 | #import "BMKClusterManager.h"
10 |
11 | @interface BMKClusterManager () {
12 | BMKClusterAlgorithm *_algorithm;
13 | }
14 |
15 | @end
16 |
17 | @implementation BMKClusterManager
18 |
19 | - (id)init {
20 | self = [super init];
21 | if (self) {
22 | _algorithm = [[BMKClusterAlgorithm alloc] init];
23 | }
24 | return self;
25 | }
26 |
27 | ///添加item
28 | - (void)addClusterItem:(BMKClusterItem*)clusterItem {
29 | @synchronized(_algorithm) {
30 | [_algorithm addItem:clusterItem];
31 | }
32 | }
33 |
34 | ///清除items
35 | - (void)clearClusterItems {
36 | @synchronized(_algorithm) {
37 | [_algorithm clearItems];
38 | }
39 | }
40 |
41 | /**
42 | * 获取聚合后的标注
43 | * @param zoomLevel map的级别
44 | * @return BMKCluster数组
45 | */
46 | - (NSArray*)getClusters:(CGFloat) zoomLevel {
47 | return [_algorithm getClusters:zoomLevel];
48 | }
49 |
50 | @end
--------------------------------------------------------------------------------
/BMKMapClusterView/ClusterView/Cluster/BMKClusterQuadtree.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKClusterQuadtree.h
3 | // IphoneMapSdkDemo
4 | //
5 | // Created by wzy on 15/9/15.
6 | // Copyright © 2015年 Baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKClusterQuadtree_h
10 | #define BMKClusterQuadtree_h
11 |
12 | #import
13 | #import
14 | #import "BMKClusterItem.h"
15 |
16 | @interface BMKQuadItem : NSObject
17 |
18 | @property (nonatomic, readonly) CGPoint pt;
19 | @property (nonatomic, strong) BMKClusterItem *clusterItem;
20 |
21 | @end
22 |
23 | @interface BMKClusterQuadtree : NSObject
24 |
25 | ///四叉树区域
26 | @property (nonatomic, assign) CGRect rect;
27 | ///所包含BMKQuadItem
28 | @property(nonatomic, readonly) NSMutableArray *quadItems;
29 |
30 | - (id)initWithRect:(CGRect) rect;
31 |
32 | ///添加item
33 | - (void)addItem:(BMKQuadItem*) quadItem;
34 |
35 | ///清除items
36 | - (void)clearItems;
37 |
38 | ///获取rect范围内的BMKQuadItem
39 | - (NSArray*)searchInRect:(CGRect) searchRect;
40 |
41 | @end
42 |
43 | #endif /* BMKClusterQuadtree_h */
44 |
--------------------------------------------------------------------------------
/BMKMapClusterView/ClusterView/XJCluster.h:
--------------------------------------------------------------------------------
1 | //
2 | // XJCluster.h
3 | // BMKMapClusterView
4 | //
5 | // Created by 蒋诗颖 on 2017/5/3.
6 | // Copyright © 2017年 BaiduMap. All rights reserved.
7 | //
8 |
9 | #import
10 | #import
11 |
12 | @interface XJCluster : NSObject
13 | @property (nonatomic, copy) NSString *name;
14 |
15 | @property (nonatomic, assign)CLLocationCoordinate2D pt;
16 |
17 | @end
18 |
--------------------------------------------------------------------------------
/BMKMapClusterView/ClusterView/XJCluster.m:
--------------------------------------------------------------------------------
1 | //
2 | // XJCluster.m
3 | // BMKMapClusterView
4 | //
5 | // Created by 蒋诗颖 on 2017/5/3.
6 | // Copyright © 2017年 BaiduMap. All rights reserved.
7 | //
8 |
9 | #import "XJCluster.h"
10 |
11 | @implementation XJCluster
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/BMKMapClusterView/ClusterView/XJClusterAnnotation.h:
--------------------------------------------------------------------------------
1 | //
2 | // THDClusterAnnotation.h
3 | // taohuadao
4 | //
5 | // Created by taohuadao on 2016/12/7.
6 | // Copyright © 2016年 诗颖. All rights reserved.
7 | //
8 |
9 | #import
10 | #import
11 | #import
12 | #import
13 | @class XJCluster;
14 | @interface XJClusterAnnotation : BMKPointAnnotation
15 | ///所包含annotation个数
16 | @property (nonatomic, assign) NSInteger size;
17 | @property (nonatomic, strong) XJCluster *cluster;
18 | @end
19 |
--------------------------------------------------------------------------------
/BMKMapClusterView/ClusterView/XJClusterAnnotation.m:
--------------------------------------------------------------------------------
1 | //
2 | // THDClusterAnnotation.m
3 | // taohuadao
4 | //
5 | // Created by taohuadao on 2016/12/7.
6 | // Copyright © 2016年 诗颖. All rights reserved.
7 | //
8 |
9 | #import "XJClusterAnnotation.h"
10 | @implementation XJClusterAnnotation
11 |
12 |
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/BMKMapClusterView/ClusterView/XJClusterAnnotationView.h:
--------------------------------------------------------------------------------
1 | //
2 | // XJClusterAnnotationView.h
3 | // taohuadao
4 | //
5 | // Created by taohuadao on 2016/12/7.
6 | // Copyright © 2016年 诗颖. All rights reserved.
7 | //
8 |
9 | #import
10 | #import
11 | #import
12 | #import
13 | @class XJClusterAnnotationView,XJCluster;
14 | @protocol XJClusterAnnotationViewDelegate
15 |
16 | - (void)didAddreesWithClusterAnnotationView:(XJCluster *)cluster clusterAnnotationView:(XJClusterAnnotationView *)clusterAnnotationView;
17 |
18 | @end
19 |
20 | @interface XJClusterAnnotationView : BMKPinAnnotationView
21 | @property (nonatomic, copy)NSString *title;
22 | @property (nonatomic, assign) NSInteger size;
23 | @property (nonatomic, strong) XJCluster *cluster;
24 |
25 | @property (nonatomic, weak)id delegate;
26 |
27 | @end
28 |
--------------------------------------------------------------------------------
/BMKMapClusterView/ClusterView/XJClusterController.h:
--------------------------------------------------------------------------------
1 | //
2 | // XJClusterController.h
3 | // taohuadao
4 | //
5 | // Created by taohuadao on 2016/12/5.
6 | // Copyright © 2016年 诗颖. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface XJClusterController : UIViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/BMKMapClusterView/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | NSLocationWhenInUseUsageDescription
8 | 定位
9 | CFBundleDisplayName
10 | BMKMapClusterView
11 | CFBundleExecutable
12 | $(EXECUTABLE_NAME)
13 | CFBundleIdentifier
14 | $(PRODUCT_BUNDLE_IDENTIFIER)
15 | CFBundleInfoDictionaryVersion
16 | 6.0
17 | CFBundleName
18 | $(PRODUCT_NAME)
19 | CFBundlePackageType
20 | APPL
21 | CFBundleShortVersionString
22 | 1.0
23 | CFBundleVersion
24 | 1
25 | LSRequiresIPhoneOS
26 |
27 | UILaunchStoryboardName
28 | LaunchScreen
29 | UIMainStoryboardFile
30 | Main
31 | UIRequiredDeviceCapabilities
32 |
33 | armv7
34 |
35 | UISupportedInterfaceOrientations
36 |
37 | UIInterfaceOrientationPortrait
38 | UIInterfaceOrientationLandscapeLeft
39 | UIInterfaceOrientationLandscapeRight
40 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/BMKMapClusterView/UIView+Extension.h:
--------------------------------------------------------------------------------
1 | //
2 | // UIView+Extension.h
3 | // BMKMapClusterView
4 | //
5 | // Created by taohuadao on 2017/4/27.
6 | // Copyright © 2017年 XJ. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface UIView (Extension)
12 | @property (nonatomic, assign) CGFloat x;
13 | @property (nonatomic, assign) CGFloat y;
14 | @property (nonatomic, assign) CGFloat width;
15 | @property (nonatomic, assign) CGFloat height;
16 | @property (nonatomic, assign) CGFloat centerX;
17 | @property (nonatomic, assign) CGFloat centerY;
18 | @property (nonatomic, assign) CGSize xj_size;
19 | @property (nonatomic, assign) CGPoint origin;
20 | @end
21 |
--------------------------------------------------------------------------------
/BMKMapClusterView/UIView+Extension.m:
--------------------------------------------------------------------------------
1 | //
2 | // UIView+Extension.m
3 | // BMKMapClusterView
4 | //
5 | // Created by taohuadao on 2017/4/27.
6 | // Copyright © 2017年 XJ. All rights reserved.
7 | //
8 |
9 | #import "UIView+Extension.h"
10 |
11 | @implementation UIView (Extension)
12 | - (void)setX:(CGFloat)x {
13 | CGRect frame = self.frame;
14 | frame.origin.x = x;
15 | self.frame = frame;
16 | }
17 |
18 | - (void)setY:(CGFloat)y {
19 | CGRect frame = self.frame;
20 | frame.origin.y = y;
21 | self.frame = frame;
22 | }
23 |
24 | - (CGFloat)x {
25 | return self.frame.origin.x;
26 | }
27 |
28 | - (CGFloat)y {
29 | return self.frame.origin.y;
30 | }
31 |
32 | - (void)setWidth:(CGFloat)width {
33 | CGRect frame = self.frame;
34 | frame.size.width = width;
35 | self.frame = frame;
36 | }
37 |
38 | - (void)setHeight:(CGFloat)height {
39 | CGRect frame = self.frame;
40 | frame.size.height = height;
41 | self.frame = frame;
42 | }
43 |
44 | - (CGFloat)height {
45 | return self.frame.size.height;
46 | }
47 |
48 | - (CGFloat)width {
49 | return self.frame.size.width;
50 | }
51 | - (void)setCenterX:(CGFloat)centerX {
52 | CGPoint center = self.center;
53 | center.x = centerX;
54 | self.center = center;
55 | }
56 |
57 | - (CGFloat)centerX {
58 | return self.center.x;
59 | }
60 |
61 | - (void)setCenterY:(CGFloat)centerY {
62 | CGPoint center = self.center;
63 | center.y = centerY;
64 | self.center = center;
65 | }
66 |
67 | - (CGFloat)centerY {
68 | return self.center.y;
69 | }
70 |
71 | - (void)setXj_size:(CGSize)xj_size {
72 | CGRect frame = self.frame;
73 | frame.size = xj_size;
74 | self.frame = frame;
75 | }
76 |
77 | - (CGSize)xj_size {
78 | return self.frame.size;
79 | }
80 |
81 | - (void)setOrigin:(CGPoint)origin {
82 | CGRect frame = self.frame;
83 | frame.origin = origin;
84 | self.frame = frame;
85 | }
86 |
87 | - (CGPoint)origin {
88 | return self.frame.origin;
89 | }
90 |
91 | @end
92 |
--------------------------------------------------------------------------------
/BMKMapClusterView/ViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // ViewController.h
3 | // BMKMapClusterView
4 | //
5 | // Created by 蒋诗颖 on 2017/5/3.
6 | // Copyright © 2017年 BaiduMap. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface ViewController : UIViewController
12 |
13 |
14 | @end
15 |
16 |
--------------------------------------------------------------------------------
/BMKMapClusterView/ViewController.m:
--------------------------------------------------------------------------------
1 | //
2 | // ViewController.m
3 | // BMKMapClusterView
4 | //
5 | // Created by 蒋诗颖 on 2017/5/3.
6 | // Copyright © 2017年 BaiduMap. All rights reserved.
7 | //
8 |
9 |
10 | #import "ViewController.h"
11 | #import "XJClusterController.h"
12 | @interface ViewController ()
13 |
14 | @end
15 |
16 | @implementation ViewController
17 |
18 | - (void)viewDidLoad {
19 | [super viewDidLoad];
20 | // Do any additional setup after loading the view, typically from a nib.
21 | UIButton *btn = [[UIButton alloc] initWithFrame:CGRectMake(100, 200, 200, 100)];
22 | [btn setTitle:@"百度地图" forState:UIControlStateNormal];
23 | [btn setTitleColor:[UIColor blueColor] forState:UIControlStateNormal];
24 | [btn addTarget:self action:@selector(didBtnClick:) forControlEvents:UIControlEventTouchUpInside];
25 | [self.view addSubview:btn];
26 | }
27 | - (void)didBtnClick:(UIButton *)btn {
28 | XJClusterController *mapVC = [[XJClusterController alloc] init];
29 | [self.navigationController pushViewController:mapVC animated:YES];
30 | }
31 |
32 |
33 |
34 | - (void)didReceiveMemoryWarning {
35 | [super didReceiveMemoryWarning];
36 | // Dispose of any resources that can be recreated.
37 | }
38 |
39 |
40 | @end
41 |
--------------------------------------------------------------------------------
/BMKMapClusterView/main.m:
--------------------------------------------------------------------------------
1 | //
2 | // main.m
3 | // BMKMapClusterView
4 | //
5 | // Created by 蒋诗颖 on 2017/5/3.
6 | // Copyright © 2017年 BaiduMap. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "AppDelegate.h"
11 |
12 | int main(int argc, char * argv[]) {
13 | @autoreleasepool {
14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/BMKMapClusterViewTests/BMKMapClusterViewTests.m:
--------------------------------------------------------------------------------
1 | //
2 | // BMKMapClusterViewTests.m
3 | // BMKMapClusterViewTests
4 | //
5 | // Created by 蒋诗颖 on 2017/5/3.
6 | // Copyright © 2017年 BaiduMap. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface BMKMapClusterViewTests : XCTestCase
12 |
13 | @end
14 |
15 | @implementation BMKMapClusterViewTests
16 |
17 | - (void)setUp {
18 | [super setUp];
19 | // Put setup code here. This method is called before the invocation of each test method in the class.
20 | }
21 |
22 | - (void)tearDown {
23 | // Put teardown code here. This method is called after the invocation of each test method in the class.
24 | [super tearDown];
25 | }
26 |
27 | - (void)testExample {
28 | // This is an example of a functional test case.
29 | // Use XCTAssert and related functions to verify your tests produce the correct results.
30 | }
31 |
32 | - (void)testPerformanceExample {
33 | // This is an example of a performance test case.
34 | [self measureBlock:^{
35 | // Put the code you want to measure the time of here.
36 | }];
37 | }
38 |
39 | @end
40 |
--------------------------------------------------------------------------------
/BMKMapClusterViewTests/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIdentifier
10 | $(PRODUCT_BUNDLE_IDENTIFIER)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | $(PRODUCT_NAME)
15 | CFBundlePackageType
16 | BNDL
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleVersion
20 | 1
21 |
22 |
23 |
--------------------------------------------------------------------------------
/BMKMapClusterViewUITests/BMKMapClusterViewUITests.m:
--------------------------------------------------------------------------------
1 | //
2 | // BMKMapClusterViewUITests.m
3 | // BMKMapClusterViewUITests
4 | //
5 | // Created by 蒋诗颖 on 2017/5/3.
6 | // Copyright © 2017年 BaiduMap. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface BMKMapClusterViewUITests : XCTestCase
12 |
13 | @end
14 |
15 | @implementation BMKMapClusterViewUITests
16 |
17 | - (void)setUp {
18 | [super setUp];
19 |
20 | // Put setup code here. This method is called before the invocation of each test method in the class.
21 |
22 | // In UI tests it is usually best to stop immediately when a failure occurs.
23 | self.continueAfterFailure = NO;
24 | // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method.
25 | [[[XCUIApplication alloc] init] launch];
26 |
27 | // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
28 | }
29 |
30 | - (void)tearDown {
31 | // Put teardown code here. This method is called after the invocation of each test method in the class.
32 | [super tearDown];
33 | }
34 |
35 | - (void)testExample {
36 | // Use recording to get started writing UI tests.
37 | // Use XCTAssert and related functions to verify your tests produce the correct results.
38 | }
39 |
40 | @end
41 |
--------------------------------------------------------------------------------
/BMKMapClusterViewUITests/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIdentifier
10 | $(PRODUCT_BUNDLE_IDENTIFIER)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | $(PRODUCT_NAME)
15 | CFBundlePackageType
16 | BNDL
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleVersion
20 | 1
21 |
22 |
23 |
--------------------------------------------------------------------------------
/Podfile:
--------------------------------------------------------------------------------
1 | platform :ios, '8.0'
2 | target 'BMKMapClusterView' do
3 | pod 'BaiduMapKit','~>3.3.0'
4 | end
5 |
--------------------------------------------------------------------------------
/Podfile.lock:
--------------------------------------------------------------------------------
1 | PODS:
2 | - BaiduMapKit (3.3.0)
3 |
4 | DEPENDENCIES:
5 | - BaiduMapKit (~> 3.3.0)
6 |
7 | SPEC CHECKSUMS:
8 | BaiduMapKit: 6517f84bdca032170ee9da39985bb64eba8ed900
9 |
10 | PODFILE CHECKSUM: 1561525891c4573d0adb6638632c5a1598535b16
11 |
12 | COCOAPODS: 1.2.0
13 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Base.framework/BaiduMapAPI_Base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Base.framework/BaiduMapAPI_Base
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Base.framework/Headers/BMKBaseComponent.h:
--------------------------------------------------------------------------------
1 | //
2 | // BaseComponent.h
3 | // BaseComponent
4 | //
5 | // Created by baidu on 14-3-17.
6 | // Copyright (c) 2014年 baidu. All rights reserved.
7 | //
8 |
9 | #import "BMKGeneralDelegate.h"
10 | #import "BMKMapManager.h"
11 | #import "BMKTypes.h"
12 | #import "BMKUserLocation.h"
13 | #import "BMKVersion.h"
14 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Base.framework/Headers/BMKGeneralDelegate.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKGeneralDelegate.h
3 | // BMapKit
4 | //
5 | // Copyright 2011 Baidu Inc. All rights reserved.
6 | //
7 |
8 | #import
9 |
10 | ///通知Delegate
11 | @protocol BMKGeneralDelegate
12 | @optional
13 | /**
14 | *返回网络错误
15 | *@param iError 错误号
16 | */
17 | - (void)onGetNetworkState:(int)iError;
18 |
19 | /**
20 | *返回授权验证错误
21 | *@param iError 错误号 : 为0时验证通过,具体参加BMKPermissionCheckResultCode
22 | */
23 | - (void)onGetPermissionState:(int)iError;
24 | @end
25 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Base.framework/Headers/BMKMapManager.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKMapManager.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import "BMKGeneralDelegate.h"
10 | #import
11 | #import "BMKTypes.h"
12 |
13 | enum EN_PERMISSION_STATUS
14 | {
15 | E_PERMISSION_OK = 0, // 授权验证通过
16 | E_PERMISSION_SERVER_ERROR = -200, //服务端数据错误,无法解析服务端返回数据
17 | E_PERMISSION_NETWORK_ERROR = -300, //无法建立与服务端的连接
18 |
19 | };
20 |
21 | //地图模块枚举
22 | typedef enum {
23 | BMKMapModuleTile = 0, //瓦片图模块
24 | }BMKMapModule;
25 |
26 | ///主引擎类
27 | @interface BMKMapManager : NSObject
28 |
29 | /**
30 | *百度地图SDK所有接口均支持百度坐标(BD09LL)和国测局坐标(GCJ02),用此方法设置您使用的坐标类型.
31 | *默认是BD09LL(BMK_COORDTYPE_BD09LL)坐标.
32 | *如果需要使用GCJ02坐标,需要设置CoordinateType为:BMK_COORDTYPE_COMMON.
33 | */
34 | + (BOOL)setCoordinateTypeUsedInBaiduMapSDK:(BMK_COORD_TYPE) coorType;
35 |
36 | /**
37 | *获取百度地图SDK当前使用的经纬度类型
38 | *@return 经纬度类型
39 | */
40 | + (BMK_COORD_TYPE)getCoordinateTypeUsedInBaiduMapSDK;
41 |
42 | /**
43 | *是否开启打印某模块的log,默认不打印log
44 | *debug时,建议打开,有利于调试程序;release时建议关闭
45 | *@param enable 是否开启
46 | *@param mapModule 地图模块
47 | */
48 | + (void)logEnable:(BOOL) enable module:(BMKMapModule) mapModule;
49 |
50 | /**
51 | *启动引擎
52 | *@param key 申请的有效key
53 | *@param delegate
54 | */
55 | -(BOOL)start:(NSString*)key generalDelegate:(id)delegate;
56 |
57 | /**
58 | *获取所有在线服务消耗的发送流量,单位:字节
59 | */
60 | -(int)getTotalSendFlaxLength;
61 |
62 | /**
63 | *获取所有在线服务消耗的接收流量,单位:字节
64 | */
65 | -(int)getTotalRecvFlaxLength;
66 |
67 | /**
68 | *停止引擎
69 | */
70 | -(BOOL)stop;
71 |
72 |
73 |
74 | @end
75 |
76 |
77 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Base.framework/Headers/BMKUserLocation.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKUserLocation.h
3 | // BaseComponent
4 | //
5 | // Created by Baidu on 3/26/14.
6 | // Copyright (c) 2014 baidu. All rights reserved.
7 | //
8 | #import
9 | #import
10 | #import "BMKBaseComponent.h"
11 | @class CLLocation;
12 | @class CLHeading;
13 | @interface BMKUserLocation : NSObject
14 |
15 | /// 位置更新状态,如果正在更新位置信息,则该值为YES
16 | @property (readonly, nonatomic, getter=isUpdating) BOOL updating;
17 |
18 | /// 位置信息,尚未定位成功,则该值为nil
19 | @property (readonly, nonatomic,strong) CLLocation *location;
20 |
21 | /// heading信息,尚未定位成功,则该值为nil
22 | @property (readonly, nonatomic, strong) CLHeading *heading;
23 |
24 | /// 定位标注点要显示的标题信息
25 | @property (strong, nonatomic) NSString *title;
26 |
27 | /// 定位标注点要显示的子标题信息.
28 | @property (strong, nonatomic) NSString *subtitle;
29 |
30 | @end
31 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Base.framework/readme.txt:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | --------------------------------------------------------------------------------------
6 |
7 | iOS 地图 SDK v3.3.0是适用于iOS系统移动设备的矢量地图开发包
8 |
9 | --------------------------------------------------------------------------------------
10 |
11 | 地图SDK功能介绍(全功能开发包):
12 |
13 | 地图:提供地图展示和地图操作功能;
14 |
15 | POI检索:支持周边检索、区域检索和城市内兴趣点检索;
16 |
17 | 地理编码:提供经纬度和地址信息相互转化的功能接口;
18 |
19 | 线路规划:支持公交、驾车、步行三种方式的线路规划;
20 |
21 | 覆盖物图层:支持在地图上添加覆盖物(标注、几何图形、热力图、地形图图层等),展示更丰富的LBS信息;
22 |
23 | 定位:获取当前位置信息,并在地图上展示(支持普通、跟随、罗盘三种模式);
24 |
25 | 离线地图:使用离线地图可节省用户流量,提供更好的地图展示效果;
26 |
27 | 调启百度地图:利用SDK接口,直接在本地打开百度地图客户端或WebApp,实现地图功能;
28 |
29 | 周边雷达:利用周边雷达功能,开发者可在App内低成本、快速实现查找周边使用相同App的用户位置的功能;
30 |
31 | LBS云检索:支持查询存储在LBS云内的自有数据;
32 |
33 | 特色功能:提供短串分享、Place详情检索、热力图等特色功能,帮助开发者搭建功能更加强大的应用;
34 |
35 |
36 | --------------------------------------------------------------------------------------
37 |
38 | 注:自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)。
39 |
40 | 新 版 提 示 】
41 | 【 注 意 】
42 | 1、自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)
43 | 添加方法:在 TARGETS->Build Phases-> Link Binary With Libaries中点击“+”按钮,在弹出的窗口中点击“Add Other”按钮,选择libssl.a和libcrypto.a添加到工程中 。
44 |
45 | 2、支持CocoaPods导入
46 | pod setup //更新CocoPods的本地库
47 | pod search BaiduMapKit //下载最新地图SDK
48 |
49 | 【 新 增 】
50 | [ 基 础 地 图 ]
51 | 3D地图下,增加显示天空效果,无需设置
52 |
53 | [ 工 具 ]
54 | 1.全面支持GCJ02坐标输入/输出,全局设置方法如下:
55 | [BMKMapManager setCoordinateTypeUsedInBaiduMapSDK:BMK_COORDTYPE_COMMON];//默认为BD09LL坐标,且此方法仅在国内生效,国外均为WGS84坐标
56 |
57 | 2. 新增调启步行AR导航接口:openBaiduMapwalkARNavigation
58 |
59 | [ LBS云]
60 | 云检索中,keywords 改为非必填项
61 |
62 | 【 优 化 】
63 | 优化个性化地图元素分类
64 |
65 | 【 修 复 】
66 | 少部分地铁线及室内图无法显示问题(v3.2.0引入的问题)。
未下载全国离线基础包时,离线状态下全国(球)地图显示异常。
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Cloud.framework/BaiduMapAPI_Cloud:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Cloud.framework/BaiduMapAPI_Cloud
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Cloud.framework/Headers/BMKCloudSearchComponent.h:
--------------------------------------------------------------------------------
1 | //
2 | // LBSSearchComponent.h
3 | // LBSSearchComponent
4 | //
5 | // Created by baidu on 14-3-10.
6 | // Copyright (c) 2014年 baidu. All rights reserved.
7 | //
8 |
9 | #import "BMKCloudVersion.h"
10 | #import "BMKCloudPOIList.h"
11 | #import "BMKCloudSearch.h"
12 | #import "BMKCloudSearchInfo.h"
13 |
14 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Cloud.framework/Headers/BMKCloudSearchInfo.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKCloudSearchInfo.h
3 | * BMapKit
4 | *
5 | * Copyright 2013 Baidu Inc. All rights reserved.
6 | *
7 | */
8 | #import
9 | #import
10 |
11 | /// 云检索基础信息类,所有类型云检索的基类
12 | @interface BMKBaseCloudSearchInfo : NSObject
13 | {
14 | NSString *_ak;
15 | NSString *_sn;
16 | int _geoTableId;
17 | }
18 | ///access_key(必须),最大长度50
19 | @property (nonatomic, strong) NSString *ak;
20 | ///用户的权限签名,(可选),最大长度50
21 | @property (nonatomic, strong) NSString *sn;
22 | ///geo table 表主键(必须)
23 | @property (nonatomic, assign) int geoTableId;
24 |
25 | @end
26 |
27 | /// 本地,周边,矩形云检索基础信息类
28 | @interface BMKCloudSearchInfo : BMKBaseCloudSearchInfo {
29 | NSString *_keyword;
30 | NSString *_tags;
31 | NSString *_sortby;
32 | NSString *_filter;
33 | NSInteger _pageIndex;
34 | NSInteger _pageSize;
35 |
36 | }
37 | ///检索关键字,可选。最长45个字符
38 | @property (nonatomic, strong) NSString *keyword;
39 | ///标签,可选,空格分隔的多字符串,最长45个字符,样例:美食 小吃
40 | @property (nonatomic, strong) NSString *tags;
41 | /**
42 | * 排序字段,可选: sortby={keyname}:1 升序;sortby={keyname}:-1 降序。
43 | * 以下keyname为系统预定义的:
44 | * 1.distance 距离排序
45 | * 2.weight 权重排序
46 | * 默认为按weight排序
47 | * 如果需要自定义排序则指定排序字段
48 | * 样例:按照价格由便宜到贵排序sortby=price:1
49 | */
50 | ///排序字段,可选: sortby={keyname}:1 升序;sortby={keyname}:-1 降序
51 | @property (nonatomic, strong) NSString *sortby;
52 | /**
53 | * 过滤条件,可选
54 | * '|'竖线分隔的多个key-value对
55 | * key为筛选字段的名称(存储服务中定义)
56 | * value可以是整形或者浮点数的一个区间:格式为“small,big”逗号分隔的2个数字
57 | * 样例:筛选价格为9.99到19.99并且生产时间为2013年的项:price:9.99,19.99|time:2012,2012
58 | */
59 | ///过滤条件,可选:'|'竖线分隔的多个key-value对,price:9.99,19.99|time:2012,2012
60 | @property (nonatomic, strong) NSString *filter;
61 |
62 | ///分页索引,可选,默认为0
63 | @property (nonatomic, assign) NSInteger pageIndex;
64 | ///分页数量,可选,默认为10,最多为50
65 | @property (nonatomic, assign) NSInteger pageSize;
66 |
67 |
68 | @end
69 | ///本地云检索参数信息类
70 | @interface BMKCloudLocalSearchInfo : BMKCloudSearchInfo {
71 | NSString *_region;
72 | }
73 | ///区域名称(市或区的名字,如北京市,海淀区),必选, 必须最长25个字符
74 | @property (nonatomic, strong) NSString *region;
75 | @end
76 |
77 | ///周边云检索参数信息类
78 | @interface BMKCloudNearbySearchInfo : BMKCloudSearchInfo {
79 | NSString *_location;
80 | int _radius;
81 | }
82 | ///检索的中心点,逗号分隔的经纬度(116.4321,38.76623),string(25)
83 | @property (nonatomic, strong) NSString *location;
84 | ///周边检索半径
85 | @property (nonatomic, assign) int radius;
86 | @end
87 |
88 | ///矩形云检索参数信息类
89 | @interface BMKCloudBoundSearchInfo : BMKCloudSearchInfo {
90 | NSString *_bounds;
91 | }
92 | ///矩形区域,左下角和右上角的经纬度坐标点。2个点用;号分隔(116.30,36.20;117.30,37.20),string(25)
93 | @property (nonatomic, strong) NSString *bounds;
94 | @end
95 |
96 | ///详情云检索参数信息类
97 | @interface BMKCloudDetailSearchInfo : BMKBaseCloudSearchInfo {
98 | NSString *_uid;
99 | }
100 | ///uid为poi点的id值
101 | @property (nonatomic, strong) NSString *uid;
102 | @end
103 |
104 | ///云RGC检索参数信息类
105 | @interface BMKCloudReverseGeoCodeSearchInfo : NSObject
106 |
107 | ///geo table 表主键(必须)
108 | @property (nonatomic, assign) NSInteger geoTableId;
109 | ///经纬度
110 | @property (nonatomic, assign) CLLocationCoordinate2D reverseGeoPoint;
111 |
112 | @end
113 |
114 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Cloud.framework/Headers/BMKCloudVersion.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKCloudVersion.h
3 | // LBSSearchComponent
4 | //
5 | // Created by wzy on 15/9/9.
6 | // Copyright © 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKCloudVersion_h
10 | #define BMKCloudVersion_h
11 |
12 | #import
13 |
14 | /**
15 | *重要:
16 | *base组件的版本和cloud组件的版本必须一致,否则不能正常使用
17 | */
18 |
19 | /**
20 | *获取当前地图API cloud组件 的版本号
21 | *当前cloud组件版本 : 3.3.0
22 | *return 返回当前API cloud组件 的版本号
23 | */
24 | UIKIT_EXTERN NSString* BMKGetMapApiCloudComponentVersion();
25 |
26 | /**
27 | *检查cloud组件的版本号是否和base组件的版本号一致
28 | *return 版本号一致返回YES
29 | */
30 | UIKIT_EXTERN BOOL BMKCheckCloudComponentIsLegal();
31 |
32 | #endif /* BMKCloudVersion_h */
33 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Cloud.framework/readme.txt:
--------------------------------------------------------------------------------
1 | LBS云检索:包括LBS云检索(周边、区域、城市内、详情);
2 |
3 |
4 |
5 |
6 | --------------------------------------------------------------------------------------
7 |
8 | iOS 地图 SDK v3.3.0是适用于iOS系统移动设备的矢量地图开发包
9 |
10 | --------------------------------------------------------------------------------------
11 |
12 | 地图SDK功能介绍(全功能开发包):
13 |
14 | 地图:提供地图展示和地图操作功能;
15 |
16 | POI检索:支持周边检索、区域检索和城市内兴趣点检索;
17 |
18 | 地理编码:提供经纬度和地址信息相互转化的功能接口;
19 |
20 | 线路规划:支持公交、驾车、步行三种方式的线路规划;
21 |
22 | 覆盖物图层:支持在地图上添加覆盖物(标注、几何图形、热力图、地形图图层等),展示更丰富的LBS信息;
23 |
24 | 定位:获取当前位置信息,并在地图上展示(支持普通、跟随、罗盘三种模式);
25 |
26 | 离线地图:使用离线地图可节省用户流量,提供更好的地图展示效果;
27 |
28 | 调启百度地图:利用SDK接口,直接在本地打开百度地图客户端或WebApp,实现地图功能;
29 |
30 | 周边雷达:利用周边雷达功能,开发者可在App内低成本、快速实现查找周边使用相同App的用户位置的功能;
31 |
32 | LBS云检索:支持查询存储在LBS云内的自有数据;
33 |
34 | 特色功能:提供短串分享、Place详情检索、热力图等特色功能,帮助开发者搭建功能更加强大的应用;
35 |
36 |
37 | --------------------------------------------------------------------------------------
38 |
39 | 注:自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)。
40 |
41 | 新 版 提 示 】
42 | 【 注 意 】
43 | 1、自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)
44 | 添加方法:在 TARGETS->Build Phases-> Link Binary With Libaries中点击“+”按钮,在弹出的窗口中点击“Add Other”按钮,选择libssl.a和libcrypto.a添加到工程中 。
45 |
46 | 2、支持CocoaPods导入
47 | pod setup //更新CocoPods的本地库
48 | pod search BaiduMapKit //下载最新地图SDK
49 |
50 | 【 新 增 】
51 | [ 基 础 地 图 ]
52 | 3D地图下,增加显示天空效果,无需设置
53 |
54 | [ 工 具 ]
55 | 1.全面支持GCJ02坐标输入/输出,全局设置方法如下:
56 | [BMKMapManager setCoordinateTypeUsedInBaiduMapSDK:BMK_COORDTYPE_COMMON];//默认为BD09LL坐标,且此方法仅在国内生效,国外均为WGS84坐标
57 |
58 | 2. 新增调启步行AR导航接口:openBaiduMapwalkARNavigation
59 |
60 | [ LBS云]
61 | 云检索中,keywords 改为非必填项
62 |
63 | 【 优 化 】
64 | 优化个性化地图元素分类
65 |
66 | 【 修 复 】
67 | 少部分地铁线及室内图无法显示问题(v3.2.0引入的问题)。
未下载全国离线基础包时,离线状态下全国(球)地图显示异常。
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/BaiduMapAPI_Location:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/BaiduMapAPI_Location
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/Headers/BMKLocationComponent.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKLocationComponent.h
3 | // LocationComponent
4 | //
5 | // Created by Baidu on 3/31/14.
6 | // Copyright (c) 2014 baidu. All rights reserved.
7 | //
8 |
9 | #import "BMKLocationService.h"
10 | #import "BMKLocationVersion.h"
11 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/Headers/BMKLocationService.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKLocationService.h
3 | // LocationComponent
4 | //
5 | // Created by Baidu on 3/28/14.
6 | // Copyright (c) 2014 baidu. All rights reserved.
7 | //
8 |
9 | #import
10 | #import
11 | @class CLLocation;
12 | /// 定位服务Delegate,调用startUserLocationService定位成功后,用此Delegate来获取定位数据
13 | @protocol BMKLocationServiceDelegate
14 | @optional
15 | /**
16 | *在将要启动定位时,会调用此函数
17 | */
18 | - (void)willStartLocatingUser;
19 |
20 | /**
21 | *在停止定位后,会调用此函数
22 | */
23 | - (void)didStopLocatingUser;
24 |
25 | /**
26 | *用户方向更新后,会调用此函数
27 | *@param userLocation 新的用户位置
28 | */
29 | - (void)didUpdateUserHeading:(BMKUserLocation *)userLocation;
30 |
31 | /**
32 | *用户位置更新后,会调用此函数
33 | *@param userLocation 新的用户位置
34 | */
35 | - (void)didUpdateBMKUserLocation:(BMKUserLocation *)userLocation;
36 |
37 | /**
38 | *定位失败后,会调用此函数
39 | *@param error 错误号
40 | */
41 | - (void)didFailToLocateUserWithError:(NSError *)error;
42 | @end
43 |
44 | @interface BMKLocationService : NSObject
45 |
46 | /// 当前用户位置,返回坐标类型为当前设置的坐标类型
47 | @property (nonatomic, readonly) BMKUserLocation *userLocation;
48 |
49 | /// 定位服务Delegate,调用startUserLocationService定位成功后,用此Delegate来获取定位数据
50 | @property (nonatomic, weak) id delegate;
51 |
52 | /**
53 | *打开定位服务
54 | *需要在info.plist文件中添加(以下二选一,两个都添加默认使用NSLocationWhenInUseUsageDescription):
55 | *NSLocationWhenInUseUsageDescription 允许在前台使用时获取GPS的描述
56 | *NSLocationAlwaysUsageDescription 允许永远可获取GPS的描述
57 | */
58 | -(void)startUserLocationService;
59 | /**
60 | *关闭定位服务
61 | */
62 | -(void)stopUserLocationService;
63 |
64 | #pragma mark - 定位参数,具体含义可参考CLLocationManager相关属性的注释
65 |
66 | /// 设定定位的最小更新距离。默认为kCLDistanceFilterNone
67 | @property(nonatomic, assign) CLLocationDistance distanceFilter;
68 |
69 | /// 设定定位精度。默认为kCLLocationAccuracyBest。
70 | @property(nonatomic, assign) CLLocationAccuracy desiredAccuracy;
71 |
72 | /// 设定最小更新角度。默认为1度,设定为kCLHeadingFilterNone会提示任何角度改变。
73 | @property(nonatomic, assign) CLLocationDegrees headingFilter;
74 |
75 | /// 指定定位是否会被系统自动暂停。默认为YES。只在iOS 6.0之后起作用。
76 | @property(nonatomic, assign) BOOL pausesLocationUpdatesAutomatically;
77 |
78 | ///指定定位:是否允许后台定位更新。默认为NO。只在iOS 9.0之后起作用。设为YES时,Info.plist中 UIBackgroundModes 必须包含 "location"
79 | @property(nonatomic, assign) BOOL allowsBackgroundLocationUpdates;
80 |
81 |
82 | #pragma mark - 废弃接口
83 | /**
84 | * 2.9.0起废弃(使用distanceFilter属性替换),空实现
85 | *
86 | *在打开定位服务前设置
87 | *指定定位的最小更新距离(米),默认:kCLDistanceFilterNone
88 | */
89 | + (void)setLocationDistanceFilter:(CLLocationDistance) distanceFilter __deprecated_msg("废弃方法(空实现),使用distanceFilter属性替换");
90 | /**
91 | * 2.9.0起废弃(使用distanceFilter属性替换),空实现
92 | *
93 | *获取当前 定位的最小更新距离(米)
94 | */
95 | + (CLLocationDistance)getCurrentLocationDistanceFilter __deprecated_msg("废弃方法(空实现),使用distanceFilter属性替换");
96 | /**
97 | * 2.9.0起废弃(使用desiredAccuracy属性替换),空实现
98 | *
99 | *在打开定位服务前设置
100 | *设置定位精确度,默认:kCLLocationAccuracyBest
101 | */
102 | + (void)setLocationDesiredAccuracy:(CLLocationAccuracy) desiredAccuracy __deprecated_msg("废弃方法(空实现),使用desiredAccuracy属性替换");
103 | /**
104 | * 2.9.0起废弃(使用desiredAccuracy属性替换),空实现
105 | *
106 | *获取当前 定位精确度
107 | */
108 | + (CLLocationAccuracy)getCurrentLocationDesiredAccuracy __deprecated_msg("废弃方法(空实现),使用desiredAccuracy属性替换");
109 |
110 | @end
111 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/Headers/BMKLocationVersion.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKLocationVersion.h
3 | // LocationComponent
4 | //
5 | // Created by wzy on 15/9/9.
6 | // Copyright © 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKLocationVersion_h
10 | #define BMKLocationVersion_h
11 |
12 | #import
13 |
14 | /**
15 | *重要:
16 | *location组件的版本和base组件的版本必须一致,否则不能正常使用
17 | */
18 |
19 | /**
20 | *获取当前地图API location组件 的版本号
21 | *当前location组件版本 : 3.3.0
22 | *return 返回当前API location组件 的版本号
23 | */
24 | UIKIT_EXTERN NSString* BMKGetMapApiLocationComponentVersion();
25 |
26 | /**
27 | *检查location组件的版本号是否和base组件的版本号一致
28 | *return 版本号一致返回YES
29 | */
30 | UIKIT_EXTERN BOOL BMKCheckLocationComponentIsLegal();
31 |
32 | #endif /* BMKLocationVersion_h */
33 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/readme.txt:
--------------------------------------------------------------------------------
1 | 定位功能:获取当前位置信息;
2 |
3 |
4 |
5 |
6 | --------------------------------------------------------------------------------------
7 |
8 | iOS 地图 SDK v3.3.0是适用于iOS系统移动设备的矢量地图开发包
9 |
10 | --------------------------------------------------------------------------------------
11 |
12 | 地图SDK功能介绍(全功能开发包):
13 |
14 | 地图:提供地图展示和地图操作功能;
15 |
16 | POI检索:支持周边检索、区域检索和城市内兴趣点检索;
17 |
18 | 地理编码:提供经纬度和地址信息相互转化的功能接口;
19 |
20 | 线路规划:支持公交、驾车、步行三种方式的线路规划;
21 |
22 | 覆盖物图层:支持在地图上添加覆盖物(标注、几何图形、热力图、地形图图层等),展示更丰富的LBS信息;
23 |
24 | 定位:获取当前位置信息,并在地图上展示(支持普通、跟随、罗盘三种模式);
25 |
26 | 离线地图:使用离线地图可节省用户流量,提供更好的地图展示效果;
27 |
28 | 调启百度地图:利用SDK接口,直接在本地打开百度地图客户端或WebApp,实现地图功能;
29 |
30 | 周边雷达:利用周边雷达功能,开发者可在App内低成本、快速实现查找周边使用相同App的用户位置的功能;
31 |
32 | LBS云检索:支持查询存储在LBS云内的自有数据;
33 |
34 | 特色功能:提供短串分享、Place详情检索、热力图等特色功能,帮助开发者搭建功能更加强大的应用;
35 |
36 |
37 | --------------------------------------------------------------------------------------
38 |
39 | 注:自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)。
40 |
41 | 新 版 提 示 】
42 | 【 注 意 】
43 | 1、自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)
44 | 添加方法:在 TARGETS->Build Phases-> Link Binary With Libaries中点击“+”按钮,在弹出的窗口中点击“Add Other”按钮,选择libssl.a和libcrypto.a添加到工程中 。
45 |
46 | 2、支持CocoaPods导入
47 | pod setup //更新CocoPods的本地库
48 | pod search BaiduMapKit //下载最新地图SDK
49 |
50 | 【 新 增 】
51 | [ 基 础 地 图 ]
52 | 3D地图下,增加显示天空效果,无需设置
53 |
54 | [ 工 具 ]
55 | 1.全面支持GCJ02坐标输入/输出,全局设置方法如下:
56 | [BMKMapManager setCoordinateTypeUsedInBaiduMapSDK:BMK_COORDTYPE_COMMON];//默认为BD09LL坐标,且此方法仅在国内生效,国外均为WGS84坐标
57 |
58 | 2. 新增调启步行AR导航接口:openBaiduMapwalkARNavigation
59 |
60 | [ LBS云]
61 | 云检索中,keywords 改为非必填项
62 |
63 | 【 优 化 】
64 | 优化个性化地图元素分类
65 |
66 | 【 修 复 】
67 | 少部分地铁线及室内图无法显示问题(v3.2.0引入的问题)。
未下载全国离线基础包时,离线状态下全国(球)地图显示异常。
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/BaiduMapAPI_Map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/BaiduMapAPI_Map
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKActionPaopaoView.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKActionPaopaoView.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | /// 该类用于定义一个PaopaoView
11 | @interface BMKActionPaopaoView : UIView
12 |
13 | /**
14 | *初始化并返回一个BMKActionPaopaoView
15 | *@param customView 自定义View,customView=nil时返回默认的PaopaoView
16 | *@return 初始化成功则返回BMKActionPaopaoView,否则返回nil
17 | */
18 | - (id)initWithCustomView:(UIView*)customView;
19 |
20 | @end
21 |
22 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKAnnotation.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKAnnotation.h
3 | // BMapKit
4 | //
5 | // Copyright 2011 Baidu Inc. All rights reserved.
6 | //
7 |
8 | #import
9 | #import
10 | #import
11 |
12 | /// 该类为标注点的protocol,提供了标注类的基本信息函数
13 | @protocol BMKAnnotation
14 |
15 | ///标注view中心坐标.
16 | @property (nonatomic, readonly) CLLocationCoordinate2D coordinate;
17 |
18 | @optional
19 |
20 | /**
21 | *获取annotation标题
22 | *@return 返回annotation的标题信息
23 | */
24 | - (NSString *)title;
25 |
26 | /**
27 | *获取annotation副标题
28 | *@return 返回annotation的副标题信息
29 | */
30 | - (NSString *)subtitle;
31 |
32 | /**
33 | *设置标注的坐标,在拖拽时会被调用.
34 | *@param newCoordinate 新的坐标值
35 | */
36 | - (void)setCoordinate:(CLLocationCoordinate2D)newCoordinate;
37 |
38 | @end
39 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKArcline.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKArcline.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import "BMKMultiPoint.h"
10 | #import "BMKOverlay.h"
11 |
12 | /// 此类用于定义一段圆弧
13 | @interface BMKArcline : BMKMultiPoint
14 | {
15 | BMKMapRect _boundingMapRect;
16 | bool isYouArc;
17 | }
18 |
19 | /**
20 | *根据指定坐标点生成一段圆弧
21 | *@param points 指定的直角坐标点数组(需传入3个点)
22 | *@return 新生成的圆弧对象
23 | */
24 | + (BMKArcline *)arclineWithPoints:(BMKMapPoint *)points;
25 |
26 | /**
27 | *根据指定经纬度生成一段圆弧
28 | *@param coords 指定的经纬度坐标点数组(需传入3个点)
29 | *@return 新生成的圆弧对象
30 | */
31 | + (BMKArcline *)arclineWithCoordinates:(CLLocationCoordinate2D *)coords;
32 |
33 | /**
34 | *重新设置圆弧坐标
35 | *@param points 指定的直角坐标点数组(需传入3个点)
36 | *@return 是否设置成功
37 | */
38 | - (BOOL)setArclineWithPoints:(BMKMapPoint *)points;
39 |
40 | /**
41 | *重新设置圆弧坐标
42 | *@param coords 指定的经纬度坐标点数组(需传入3个点)
43 | *@param count 坐标点的个数
44 | *@return 是否设置成功
45 | */
46 | - (BOOL)setArclineWithCoordinates:(CLLocationCoordinate2D *)coords;
47 |
48 | @end
49 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKArclineView.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKArclineView.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 |
11 | #import "BMKArcline.h"
12 | #import "BMKOverlayGLBasicView.h"
13 |
14 | /// 此类用于定义一个圆弧View
15 | @interface BMKArclineView : BMKOverlayGLBasicView
16 |
17 | /**
18 | *根据指定的弧线生成一个圆弧View
19 | *@param arcline 指定的弧线数据对象
20 | *@return 新生成的弧线View
21 | */
22 | - (id)initWithArcline:(BMKArcline *)arcline;
23 |
24 | /// 该View对应的圆弧数据对象
25 | @property (nonatomic, readonly) BMKArcline *arcline;
26 |
27 | @end
28 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKBaseIndoorMapInfo.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKBaseIndoorMapInfo.h
3 | // MapComponent
4 | //
5 | // Created by wzy on 16/4/2.
6 | // Copyright © 2016年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKBaseIndoorMapInfo_h
10 | #define BMKBaseIndoorMapInfo_h
11 |
12 | #import
13 | #import
14 | #import
15 |
16 | ///此类表示室内图基础信息
17 | @interface BMKBaseIndoorMapInfo : NSObject
18 |
19 | /// 室内ID
20 | @property (nonatomic, strong) NSString* strID;
21 | /// 当前楼层
22 | @property (nonatomic, strong) NSString* strFloor;
23 | /// 所有楼层信息
24 | @property (nonatomic, strong) NSMutableArray* arrStrFloors;
25 |
26 | @end
27 |
28 | #endif /* BMKBaseIndoorMapInfo_h */
29 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKCircle.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKCircle.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import "BMKShape.h"
10 | #import "BMKMultiPoint.h"
11 | #import "BMKOverlay.h"
12 |
13 | /// 该类用于定义一个圆
14 | @interface BMKCircle : BMKMultiPoint {
15 | @package
16 | BOOL _invalidate;
17 | CLLocationCoordinate2D _coordinate;
18 | CLLocationDistance _radius;
19 | BMKMapRect _boundingMapRect;
20 | }
21 |
22 | /**
23 | *根据中心点和半径生成圆
24 | *@param coord 中心点的经纬度坐标
25 | *@param radius 半径,单位:米
26 | *@return 新生成的圆
27 | */
28 | + (BMKCircle *)circleWithCenterCoordinate:(CLLocationCoordinate2D)coord
29 | radius:(CLLocationDistance)radius;
30 |
31 | /**
32 | *根据指定的直角坐标矩形生成圆,半径由较长的那条边决定,radius = MAX(width, height)/2
33 | *@param mapRect 指定的直角坐标矩形
34 | *@return 新生成的圆
35 | */
36 | + (BMKCircle *)circleWithMapRect:(BMKMapRect)mapRect;
37 |
38 | /// 中心点坐标
39 | @property (nonatomic, assign) CLLocationCoordinate2D coordinate;
40 |
41 | /// 半径,单位:米
42 | @property (nonatomic, assign) CLLocationDistance radius;
43 |
44 | /// 该圆的外接矩形
45 | @property (nonatomic, readonly) BMKMapRect boundingMapRect;
46 |
47 | /**
48 | *设置圆的中心点和半径
49 | *@param coord 中心点的经纬度坐标
50 | *@param radius 半径,单位:米
51 | *@return 是否设置成功
52 | */
53 | - (BOOL)setCircleWithCenterCoordinate:(CLLocationCoordinate2D)coord radius:(CLLocationDistance)radius;
54 | /**
55 | *根据指定的直角坐标矩形设置圆,半径由较长的那条边决定,radius = MAX(width, height)/2
56 | *@param mapRect 指定的直角坐标矩形
57 | *@return 是否设置成功
58 | */
59 | - (BOOL)setCircleWithMapRect:(BMKMapRect)mapRect;
60 |
61 | @end
62 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKCircleView.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKCircleView.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 |
11 | #import "BMKCircle.h"
12 | #import "BMKOverlayGLBasicView.h"
13 |
14 | /// 该类用于定义圆对应的View
15 | @interface BMKCircleView : BMKOverlayGLBasicView
16 |
17 | /**
18 | *根据指定圆生成对应的View
19 | *@param circle 指定的圆
20 | *@return 生成的View
21 | */
22 | - (id)initWithCircle:(BMKCircle *)circle;
23 |
24 | /// 该View对应的圆
25 | @property (nonatomic, readonly) BMKCircle *circle;
26 |
27 | @end
28 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKGradient.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKGradient.h
3 | * BMapKit
4 | *
5 | * Copyright 2013 Baidu Inc. All rights reserved.
6 | *
7 | */
8 | #import
9 | #import
10 | ///此类表示热力图渐变色
11 | @interface BMKGradient : NSObject{
12 |
13 | }
14 | ///渐变色用到的所有颜色数组,数组成员类型为UIColor
15 | @property (nonatomic,strong) NSArray* mColors;
16 | ///每一个颜色的起始点数组,,数组成员类型为 [0,1]的double值, given as a percentage of the maximum intensity,个数和mColors的个数必须相同,数组内元素必须时递增的
17 | @property (nonatomic,strong) NSArray* mStartPoints;
18 |
19 | //渐变色的初始化方法,使用默认colorMapSize1000进行初始化
20 | - (id)initWithColors:(NSArray*)colors startPoints:(NSArray*)startPoints;
21 | @end
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKGroundOverlay.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKGroundOverlay.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 | #import "BMKMultiPoint.h"
9 | #import "BMKOverlay.h"
10 | /// 该类用于定义一个图片图层
11 | @interface BMKGroundOverlay : BMKMultiPoint
12 | {
13 | @public
14 | float zoomLevel;
15 | CLLocationCoordinate2D _pt;
16 | BMKCoordinateBounds _bound;
17 | CGPoint _anchor;
18 | UIImage* _icon;
19 | int iconID;
20 | BOOL isCenterPt;
21 | int left;
22 | int bottom;
23 | int width;
24 | int height;
25 | }
26 | /// 两种绘制GroundOverlay的方式之一:绘制的位置地理坐标,与anchor配对使用
27 | @property (nonatomic,assign) CLLocationCoordinate2D pt;
28 |
29 | /// 用位置绘制时图片的锚点,图片左上角为(0.0f,0.0f),向右向下为正
30 | /// 使用groundOverlayWithPosition初始化时生效
31 | @property (nonatomic,assign) CGPoint anchor;
32 |
33 | /// 两种绘制GroundOverlay的方式之二:绘制的地理区域范围,图片在此区域内合理缩放
34 | @property (nonatomic,assign) BMKCoordinateBounds bound;
35 |
36 | /// 绘制图片
37 | @property(nonatomic, strong) UIImage *icon;
38 |
39 | ///图片纹理透明度,最终透明度 = 纹理透明度 * alpha,取值范围为[0.0f, 1.0f],默认为1.0f
40 | @property(nonatomic) GLfloat alpha;
41 |
42 | /**
43 | *根据指定经纬度坐标生成一个groundOverlay
44 | *@param position 指定的经纬度坐标
45 | *@param zoomLevel 不损失精度绘制原始图片的地图等级
46 | *@param anchor 绘制图片的锚点
47 | *@param icon 绘制使用的图片
48 | *@return 新生成的groundOverlay对象
49 | */
50 | + (BMKGroundOverlay *)groundOverlayWithPosition:(CLLocationCoordinate2D)position
51 | zoomLevel:(CGFloat)zoomLevel
52 | anchor:(CGPoint)anchor
53 | icon:(UIImage*)icon;
54 |
55 | /**
56 | *根据指定区域生成一个groundOverlay
57 | *@param bounds 指定的经纬度区域
58 | *@param icon 绘制使用的图片
59 | *@return 新生成的groundOverlay对象
60 | */
61 | + (BMKGroundOverlay *)groundOverlayWithBounds:(BMKCoordinateBounds)bounds
62 | icon:(UIImage*)icon;
63 |
64 |
65 | @end
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKGroundOverlayView.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKGroundOverlayView.h
3 | * BMapKit
4 | *
5 | * Copyright 2013 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 |
11 | #import "BMKGroundOverlay.h"
12 | #import "BMKOverlayPathView.h"
13 |
14 | /// 该类用于定义一个BMKGroundOverlayView
15 | @interface BMKGroundOverlayView : BMKOverlayView
16 |
17 | /**
18 | *根据指定的groundOverlay生成一个View
19 | *@param groundOverlay 指定的groundOverlay数据对象
20 | *@return 新生成的View
21 | */
22 | - (id)initWithGroundOverlay:(BMKGroundOverlay *)groundOverlay;
23 |
24 | /// 该View对应的ground数据对象
25 | @property (nonatomic, readonly) BMKGroundOverlay *groundOverlay;
26 |
27 | @end
28 |
29 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKHeatMap.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKHeatMap.h
3 | * BMapKit
4 | *
5 | * Copyright 2013 Baidu Inc. All rights reserved.
6 | *
7 | */
8 | #import
9 | #import
10 | #import
11 | #import "BMKGradient.h"
12 | ///热力图节点信息
13 | @interface BMKHeatMapNode : NSObject{
14 | double _intensity;
15 | CLLocationCoordinate2D _pt;
16 | }
17 |
18 | ///点的强度权值
19 | @property (nonatomic) double intensity;
20 | ///点的位置坐标
21 | @property (nonatomic) CLLocationCoordinate2D pt;
22 |
23 | @end
24 |
25 |
26 |
27 | ///热力图的绘制数据和显示样式类
28 | @interface BMKHeatMap : NSObject
29 | {
30 | int _mRadius; //Heatmap point radius
31 | BMKGradient* _mGradient;//Gradient of the color map
32 | double _mOpacity;//Opacity of the overall heatmap overlay [0...1]
33 | NSMutableArray* _mData;
34 |
35 | }
36 | ///设置热力图点半径,默认为12ps
37 | @property (nonatomic, assign) int mRadius;
38 | ///设置热力图渐变,有默认值 DEFAULT_GRADIENT
39 | @property (nonatomic, strong) BMKGradient* mGradient;
40 | ///设置热力图层透明度,默认 0.6
41 | @property (nonatomic, assign) double mOpacity;
42 | ///用户传入的热力图数据,数组,成员类型为BMKHeatMapNode
43 | @property (nonatomic, strong) NSMutableArray* mData;
44 |
45 | @end
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKLocationViewDisplayParam.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKLocationViewDisplayParam.h
3 | * BMapKit
4 | *
5 | * Copyright 2013 Baidu Inc. All rights reserved.
6 | *
7 | */
8 | #import
9 | #import
10 |
11 |
12 | ///此类表示定位图层自定义样式参数
13 | @interface BMKLocationViewDisplayParam : NSObject
14 |
15 | ///定位图标X轴偏移量(屏幕坐标)
16 | @property (nonatomic, assign) CGFloat locationViewOffsetX;
17 | ///定位图标Y轴偏移量(屏幕坐标)
18 | @property (nonatomic, assign) CGFloat locationViewOffsetY;
19 | ///精度圈是否显示,默认YES
20 | @property (nonatomic, assign) BOOL isAccuracyCircleShow;
21 | ///精度圈 填充颜色
22 | @property (nonatomic, strong) UIColor *accuracyCircleFillColor;
23 | ///精度圈 边框颜色
24 | @property (nonatomic, strong) UIColor *accuracyCircleStrokeColor;
25 | ///跟随态旋转角度是否生效,默认YES
26 | @property (nonatomic, assign) BOOL isRotateAngleValid;
27 | ///定位图标名称,需要将该图片放到 mapapi.bundle/images 目录下
28 | @property (nonatomic, strong) NSString* locationViewImgName;
29 |
30 | @end
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKMapComponent.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKMapComponent.h
3 | * BMKMapComponent
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 | #import "BMKMapVersion.h"
9 |
10 | #import "BMKAnnotation.h"
11 | #import "BMKAnnotationView.h"
12 |
13 | #import "BMKMapView.h"
14 | #import "BMKBaseIndoorMapInfo.h"
15 | #import "BMKOfflineMap.h"
16 | #import "BMKOfflineMapType.h"
17 |
18 | #import "BMKOverlay.h"
19 | #import "BMKShape.h"
20 | #import "BMKPointAnnotation.h"
21 | #import "BMKPinAnnotationView.h"
22 | #import "BMKMultiPoint.h"
23 | #import "BMKArcline.h"
24 | #import "BMKPolyline.h"
25 | #import "BMKPolygon.h"
26 | #import "BMKCircle.h"
27 | #import "BMKOverlayView.h"
28 | #import "BMKOverlayPathView.h"
29 | #import "BMKOverlayGLBasicView.h"
30 | #import "BMKPolygonView.h"
31 | #import "BMKPolylineView.h"
32 | #import "BMKCircleView.h"
33 | #import "BMKArclineView.h"
34 | #import "BMKGroundOverlay.h"
35 | #import "BMKGroundOverlayView.h"
36 | #import "BMKGradient.h"
37 | #import "BMKTileLayer.h"
38 | #import "BMKTileLayerView.h"
39 |
40 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKMapStatus.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKMapStatus.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | #import
11 | #import
12 | //#import
13 |
14 | ///此类表示地图状态信息
15 | @interface BMKMapStatus : NSObject
16 | {
17 | float _fLevel; // 缩放比例,3-19级
18 | float _fRotation; // 旋转角度
19 | float _fOverlooking; // 俯视角度
20 |
21 | CGPoint _targetScreenPt;//屏幕坐标(中心点)
22 | CLLocationCoordinate2D _targetGeoPt;//地理坐标(中心点)
23 | }
24 | ///缩放级别:[3~19]
25 | @property (nonatomic, assign) float fLevel;
26 | ///旋转角度
27 | @property (nonatomic, assign) float fRotation;
28 | ///俯视角度:[-45~0]
29 | @property (nonatomic, assign) float fOverlooking;
30 | ///屏幕中心点坐标:在屏幕内,超过无效
31 | @property (nonatomic) CGPoint targetScreenPt;
32 | ///地理中心点坐标:经纬度
33 | @property (nonatomic) CLLocationCoordinate2D targetGeoPt;
34 | ///当前地图范围,采用直角坐标系表示,向右向下增长
35 | @property (nonatomic, assign, readonly) BMKMapRect visibleMapRect;
36 |
37 | @end
38 |
39 |
40 |
41 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKMapVersion.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKMapVersion.h
3 | // MapComponent
4 | //
5 | // Created by wzy on 15/9/9.
6 | // Copyright © 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKMapVersion_h
10 | #define BMKMapVersion_h
11 |
12 | #import
13 |
14 | /**
15 | *重要:
16 | *map组件的版本和base组件的版本必须一致,否则不能正常使用
17 | */
18 |
19 | /**
20 | *获取当前地图API map组件 的版本号
21 | *当前map组件版本 : 3.3.0
22 | *return 返回当前API map组件 的版本号
23 | */
24 | UIKIT_EXTERN NSString* BMKGetMapApiMapComponentVersion();
25 |
26 | /**
27 | *检查map组件的版本号是否和base组件的版本号一致
28 | *return 版本号一致返回YES
29 | */
30 | UIKIT_EXTERN BOOL BMKCheckMapComponentIsLegal();
31 |
32 | #endif /* BMKMapVersion_h */
33 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKMultiPoint.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKMultiPoint.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | #import
11 | #import "BMKShape.h"
12 |
13 | /// 该类定义多个点,是个由多个点组成的虚基类, 不能直接实例化对象, 要使用其子类BMKPolyline,BMKPolygon来实例化
14 | @interface BMKMultiPoint : BMKShape {
15 | @package
16 | BMKMapPoint *_points;
17 | NSUInteger _pointCount;
18 |
19 | BMKMapRect _boundingRect;
20 | }
21 |
22 | /// 坐标点数组
23 | @property (nonatomic, readonly) BMKMapPoint *points;
24 |
25 | /// 坐标点的个数
26 | @property (nonatomic, readonly) NSUInteger pointCount;
27 |
28 | /**
29 | *将内部的直角坐标数据转换为经纬度坐标点数据,并拷贝到指定的数组中
30 | *@param coords 经纬度坐标数组,转换后的坐标将存储到该数组中,该数组长度必须大于等于要拷贝的坐标点的个数(range.length)
31 | *@param range 指定要拷贝的数据段
32 | */
33 | - (void)getCoordinates:(CLLocationCoordinate2D *)coords range:(NSRange)range;
34 |
35 | @end
36 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOfflineMap.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKOfflineMap.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | #import "BMKOfflineMapType.h"
11 |
12 |
13 | @protocol BMKOfflineMapDelegate;
14 |
15 | ///离线地图事件类型
16 | enum {
17 | TYPE_OFFLINE_UPDATE = 0, ///<下载或更新
18 | TYPE_OFFLINE_ZIPCNT = 1, ///<检测到的压缩包个数
19 | TYPE_OFFLINE_UNZIP = 2, ///<当前解压的离线包
20 | TYPE_OFFLINE_ERRZIP = 3, ///<错误的离线包
21 | TYPE_OFFLINE_NEWVER = 4, ///<有新版本
22 | TYPE_OFFLINE_UNZIPFINISH = 5, ///<扫描完毕
23 | TYPE_OFFLINE_ADD = 6 ///<新增离线包
24 | };
25 |
26 | ///离线地图服务
27 | @interface BMKOfflineMap : NSObject
28 |
29 | @property (nonatomic, weak) id delegate;
30 |
31 |
32 |
33 | /**
34 | *自2.9.0起废弃,不支持扫描导入离线包
35 | *扫描离线地图压缩包,异步函数
36 | *@return 成功返回YES,否则返回NO
37 | */
38 | - (BOOL)scan:(BOOL)deleteFailedr __deprecated_msg("废弃方法(空实现),自2.9.0起废弃,不支持扫描导入离线包");
39 |
40 | /**
41 | *启动下载指定城市id的离线地图
42 | *@param cityID 指定的城市id
43 | *@return 成功返回YES,否则返回NO
44 | */
45 | - (BOOL)start:(int)cityID;
46 |
47 | /**
48 | *启动更新指定城市id的离线地图
49 | *@param cityID 指定的城市id
50 | *@return 成功返回YES,否则返回NO
51 | */
52 | - (BOOL)update:(int)cityID;
53 |
54 | /**
55 | *暂停下载指定城市id的离线地图
56 | *@param cityID 指定的城市id
57 | *@return 成功返回YES,否则返回NO
58 | */
59 | - (BOOL)pause:(int)cityID;
60 |
61 | /**
62 | *删除下载指定城市id的离线地图
63 | *@param cityID 指定的城市id
64 | *@return 成功返回YES,否则返回NO
65 | */
66 | - (BOOL)remove:(int)cityID;
67 |
68 | /**
69 | *返回热门城市列表
70 | *@return 热门城市列表,用户需要显示释放该数组,数组元素为BMKOLSearchRecord
71 | */
72 | - (NSArray*)getHotCityList;
73 |
74 | /**
75 | *返回所有支持离线地图的城市列表
76 | *@return 支持离线地图的城市列表,用户需要显示释放该数组,数组元素为BMKOLSearchRecord
77 | */
78 | - (NSArray*)getOfflineCityList;
79 |
80 | /**
81 | *根据城市名搜索该城市离线地图记录
82 | *@param cityName 城市名
83 | *@return 该城市离线地图记录,用户需要显示释放该数组,数组元素为BMKOLSearchRecord
84 | */
85 | - (NSArray*)searchCity:(NSString*)cityName;
86 |
87 | /**
88 | *返回各城市离线地图更新信息
89 | *@return 各城市离线地图更新信息,用户需要显示释放该数组,数组元素为BMKOLUpdateElement
90 | */
91 | - (NSArray*)getAllUpdateInfo;
92 |
93 | /**
94 | *返回指定城市id离线地图更新信息
95 | *@param cityID 指定的城市id
96 | *@return 指定城市id离线地图更新信息
97 | */
98 | - (BMKOLUpdateElement*)getUpdateInfo:(int)cityID;
99 |
100 | @end
101 |
102 |
103 | ///离线地图delegate,用于获取通知
104 | @protocol BMKOfflineMapDelegate
105 | /**
106 | *返回通知结果
107 | *@param type 事件类型: TYPE_OFFLINE_UPDATE,TYPE_OFFLINE_ZIPCNT,TYPE_OFFLINE_UNZIP, TYPE_OFFLINE_ERRZIP, TYPE_VER_UPDATE, TYPE_OFFLINE_UNZIPFINISH, TYPE_OFFLINE_ADD
108 | *@param state 事件状态,当type为TYPE_OFFLINE_UPDATE时,表示正在下载或更新城市id为state的离线包,当type为TYPE_OFFLINE_ZIPCNT时,表示检测到state个离线压缩包,当type为TYPE_OFFLINE_ADD时,表示新安装的离线地图数目,当type为TYPE_OFFLINE_UNZIP时,表示正在解压第state个离线包,当type为TYPE_OFFLINE_ERRZIP时,表示有state个错误包,当type为TYPE_VER_UPDATE时,表示id为state的城市离线包有更新,当type为TYPE_OFFLINE_UNZIPFINISH时,表示扫瞄完成,成功导入state个离线包
109 | */
110 | - (void)onGetOfflineMapState:(int)type withState:(int)state;
111 |
112 | @end
113 |
114 |
115 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOfflineMapType.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKOffineMapType.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | #import
11 |
12 | ///离线地图搜索城市记录结构
13 | @interface BMKOLSearchRecord : NSObject
14 | {
15 | NSString* _cityName;
16 | int _size;
17 | int _cityID;
18 | int _cityType;
19 | NSArray* _childCities;
20 | }
21 | ///城市名称
22 | @property (nonatomic, strong) NSString* cityName;
23 | ///数据包总大小
24 | @property (nonatomic) int size;
25 | ///城市ID
26 | @property (nonatomic) int cityID;
27 | ///城市类型 0:全国;1:省份;2:城市;如果是省份,可以通过childCities得到子城市列表
28 | @property (nonatomic) int cityType;
29 | ///子城市列表
30 | @property (nonatomic, strong) NSArray* childCities;
31 |
32 |
33 | @end
34 |
35 |
36 | ///离线地图更新信息
37 | @interface BMKOLUpdateElement : NSObject
38 | {
39 | NSString* _cityName;
40 | int _cityID;
41 | int _size;
42 | int _serversize;
43 | BOOL _update;
44 | int _ratio;
45 | int _status;
46 | CLLocationCoordinate2D _pt;
47 | }
48 | ///城市名称
49 | @property (nonatomic, strong) NSString* cityName;
50 | ///城市ID
51 | @property (nonatomic) int cityID;
52 | ///已下载数据大小,单位:字节
53 | @property (nonatomic) int size;
54 | ///服务端数据大小,当update为YES时有效,单位:字节
55 | @property (nonatomic) int serversize;
56 | ///下载比率,100为下载完成,下载完成后会自动导入,status为4时离线包导入完成
57 | @property (nonatomic) int ratio;
58 | ///下载状态, -1:未定义 1:正在下载 2:等待下载 3:已暂停 4:完成 5:校验失败 6:网络异常 7:读写异常 8:Wifi网络异常 9:离线包数据格式异常,需重新下载离线包 10:离线包导入中
59 | @property (nonatomic) int status;
60 | ///更新状态,离线包是否有更新(有更新需重新下载)
61 | @property (nonatomic) BOOL update;
62 | ///城市中心点
63 | @property (nonatomic) CLLocationCoordinate2D pt;
64 |
65 | @end
66 |
67 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOverlay.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKOverlay.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import "BMKAnnotation.h"
10 | #import
11 |
12 | /// 该类是地图覆盖物的基类,所有地图的覆盖物需要继承自此类
13 | @protocol BMKOverlay
14 | @required
15 |
16 | /// 返回区域中心坐标.
17 | @property (nonatomic, readonly) CLLocationCoordinate2D coordinate;
18 |
19 | /// 返回区域外接矩形
20 | @property (nonatomic, readonly) BMKMapRect boundingMapRect;
21 |
22 | @optional
23 | /**
24 | *判断指定的矩形是否与本Overlay相交,用于更精确的控制overlay view的显示.
25 | *默认使用BMKMapRectIntersectsRect([overlay boundingRect], mapRect)代替.
26 | *@param mapRect 指定的BMKMapRect
27 | *@return 如果相交返回YES,否则返回NO
28 | */
29 | - (BOOL)intersectsMapRect:(BMKMapRect)mapRect;
30 |
31 | @end
32 |
33 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOverlayGLBasicView.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKOverlayGLBasicView.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | #import "BMKOverlayView.h"
11 |
12 | /// 该类定义了一个用opengl绘制的OverlayView的基类,如果需要用gdi进行绘制请继承于BMKOverlayPathView类
13 | @interface BMKOverlayGLBasicView : BMKOverlayView {
14 |
15 | }
16 |
17 | /// 填充颜色
18 | /// 注:请使用 - (UIColor *)initWithRed:(CGFloat)red green:(CGFloat)green blue:(CGFloat)blue alpha:(CGFloat)alpha; 初始化UIColor,使用[UIColor ***Color]初始化时,个别case转换成RGB后会有问题
19 | @property (strong, nonatomic) UIColor *fillColor;
20 | /// 画笔颜色
21 | /// 注:请使用 - (UIColor *)initWithRed:(CGFloat)red green:(CGFloat)green blue:(CGFloat)blue alpha:(CGFloat)alpha; 初始化UIColor,使用[UIColor ***Color]初始化时,个别case转换成RGB后会有问题
22 | @property (strong, nonatomic) UIColor *strokeColor;
23 | /// 画笔宽度,默认为0
24 | @property (nonatomic) CGFloat lineWidth;
25 | /// path对象
26 | @property CGPathRef path;
27 | /// 是否为虚线样式,默认NO
28 | @property (nonatomic) BOOL lineDash;
29 | /// 是否纹理图片平铺绘制,默认NO
30 | @property (assign, nonatomic) BOOL tileTexture;
31 | /// 纹理图片是否缩放(tileTexture为YES时生效),默认NO
32 | @property (assign, nonatomic) BOOL keepScale;
33 |
34 | @end
35 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOverlayPathView.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKOverlayPathView.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | #import "BMKOverlayView.h"
11 |
12 | /// 该类定义了一个基本的OverlayView
13 | @interface BMKOverlayPathView : BMKOverlayView {
14 | @package
15 | UIColor *_fillColor;
16 | UIColor *_strokeColor;
17 |
18 | CGFloat _lineWidth;
19 | CGLineJoin _lineJoin;
20 | CGLineCap _lineCap;
21 | CGFloat _miterLimit;
22 | CGFloat _lineDashPhase;
23 | NSArray *_lineDashPattern;
24 |
25 | CGPathRef _path;
26 | }
27 |
28 | /// 填充颜色
29 | @property (strong) UIColor *fillColor;
30 | /// 画笔颜色
31 | @property (strong) UIColor *strokeColor;
32 |
33 | /// 画笔宽度,默认为0
34 | @property CGFloat lineWidth;
35 | /// LineJoin,默认为kCGLineJoinRound
36 | @property CGLineJoin lineJoin;
37 | /// LineCap,默认为kCGLineCapRound
38 | @property CGLineCap lineCap;
39 | /// miterLimit,在样式为kCGLineJoinMiter时有效,默认为10
40 | @property CGFloat miterLimit;
41 | /// lineDashPhase, 默认为0
42 | @property CGFloat lineDashPhase;
43 | /// lineDashPattern,一个NSNumbers的数组,默认为nil
44 | @property (copy) NSArray *lineDashPattern;
45 |
46 | /**
47 | *生成要绘制的path,子类需要重写此函数,并且对path属性赋值:self.path = newPath;
48 | */
49 | - (void)createPath;
50 | /// path对象
51 | @property CGPathRef path;
52 |
53 | /**
54 | *刷新path,调用该函数将会使已经缓存的path失效,将会重新调用createPath来生成新的path对象
55 | */
56 | - (void)invalidatePath;
57 |
58 |
59 | /**
60 | *应用画笔属性
61 | *@param context CGContext对象
62 | *@param zoomScale 当前的zoomScale
63 | */
64 | - (void)applyStrokePropertiesToContext:(CGContextRef)context
65 | atZoomScale:(BMKZoomScale)zoomScale;
66 |
67 | /**
68 | *应用画刷属性
69 | *@param context CGContext对象
70 | *@param zoomScale 当前的zoomScale
71 | */
72 | - (void)applyFillPropertiesToContext:(CGContextRef)context
73 | atZoomScale:(BMKZoomScale)zoomScale;
74 | /**
75 | *绘制path
76 | *@param path 要绘制的CGPath
77 | *@param context CGContext对象
78 | */
79 | - (void)strokePath:(CGPathRef)path inContext:(CGContextRef)context;
80 |
81 | /**
82 | *填充path
83 | *@param path 要绘制的CGPath
84 | *@param context CGContext对象
85 | */
86 | - (void)fillPath:(CGPathRef)path inContext:(CGContextRef)context;
87 |
88 | @end
89 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPinAnnotationView.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKPinAnnotationView.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import "BMKAnnotationView.h"
10 | enum {
11 | BMKPinAnnotationColorRed = 0,
12 | BMKPinAnnotationColorGreen,
13 | BMKPinAnnotationColorPurple
14 | };
15 | typedef NSUInteger BMKPinAnnotationColor;
16 |
17 | ///提供类似大头针效果的annotation view
18 | @interface BMKPinAnnotationView : BMKAnnotationView
19 | {
20 | @private
21 | BMKPinAnnotationColor _pinColor;
22 | BOOL _animatesDrop;
23 | }
24 | ///大头针的颜色,有BMKPinAnnotationColorRed, BMKPinAnnotationColorGreen, BMKPinAnnotationColorPurple三种
25 | @property (nonatomic) BMKPinAnnotationColor pinColor;
26 | ///动画效果
27 | @property (nonatomic) BOOL animatesDrop;
28 |
29 |
30 | @end
31 |
32 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPointAnnotation.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKPointAnnotation.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 |
10 | #import
11 | #import "BMKShape.h"
12 | #import
13 |
14 | ///表示一个点的annotation
15 | @interface BMKPointAnnotation : BMKShape {
16 | @package
17 | CLLocationCoordinate2D _coordinate;
18 | }
19 | ///该点的坐标
20 | @property (nonatomic, assign) CLLocationCoordinate2D coordinate;
21 |
22 | @end
23 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPolygon.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKPolygon.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 | #import
9 |
10 | #import "BMKMultiPoint.h"
11 | #import "BMKOverlay.h"
12 |
13 | /// 此类用于定义一个多边形区域
14 | @interface BMKPolygon : BMKMultiPoint
15 | /**
16 | *根据多个点生成多边形
17 | *@param points 直角坐标点数组,这些点将被拷贝到生成的多边形对象中
18 | *@param count 点的个数
19 | *@return 新生成的多边形对象
20 | */
21 | + (BMKPolygon *)polygonWithPoints:(BMKMapPoint *)points count:(NSUInteger)count;
22 |
23 | /**
24 | *根据多个点生成多边形
25 | *@param coords 经纬度坐标点数组,这些点将被拷贝到生成的多边形对象中
26 | *@param count 点的个数
27 | *@return 新生成的多边形对象
28 | */
29 | + (BMKPolygon *)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
30 |
31 | /**
32 | *重新设置多边形顶点
33 | *@param points 指定的直角坐标点数组
34 | *@param count 坐标点的个数
35 | *@return 是否设置成功
36 | */
37 | - (BOOL)setPolygonWithPoints:(BMKMapPoint *)points count:(NSInteger) count;
38 |
39 | /**
40 | *重新设置多边形顶点
41 | *@param coords 指定的经纬度坐标点数组
42 | *@param count 坐标点的个数
43 | *@return 是否设置成功
44 | */
45 | - (BOOL)setPolygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger) count;
46 |
47 |
48 | @end
49 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPolygonView.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKPolygonView.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 |
11 | #import "BMKPolygon.h"
12 | #import "BMKOverlayGLBasicView.h"
13 |
14 | /// 此类用于定义一个多边形View
15 | @interface BMKPolygonView : BMKOverlayGLBasicView
16 |
17 | /**
18 | *根据指定的多边形生成一个多边形View
19 | *@param polygon 指定的多边形数据对象
20 | *@return 新生成的多边形View
21 | */
22 | - (id)initWithPolygon:(BMKPolygon *)polygon;
23 |
24 | /// 该View对应的多边形数据
25 | @property (nonatomic, readonly) BMKPolygon *polygon;
26 |
27 | @end
28 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPolyline.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKPolyline.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import "BMKMultiPoint.h"
10 | #import "BMKOverlay.h"
11 |
12 | /// 此类用于定义一段折线
13 | @interface BMKPolyline : BMKMultiPoint
14 |
15 | /**
16 | *根据指定坐标点生成一段折线
17 | *@param points 指定的直角坐标点数组
18 | *@param count 坐标点的个数
19 | *@return 新生成的折线对象
20 | */
21 | + (BMKPolyline *)polylineWithPoints:(BMKMapPoint *)points count:(NSUInteger)count;
22 |
23 | /**
24 | *根据指定坐标点生成一段折线
25 | *@param coords 指定的经纬度坐标点数组
26 | *@param count 坐标点的个数
27 | *@return 新生成的折线对象
28 | */
29 | + (BMKPolyline *)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
30 |
31 | /**
32 | *重新设置折线坐标点
33 | *@param points 指定的直角坐标点数组
34 | *@param count 坐标点的个数
35 | *@return 是否设置成功
36 | */
37 | - (BOOL)setPolylineWithPoints:(BMKMapPoint *)points count:(NSInteger) count;
38 |
39 | /**
40 | *重新设置折线坐标点
41 | *@param coords 指定的经纬度坐标点数组
42 | *@param count 坐标点的个数
43 | *@return 是否设置成功
44 | */
45 | - (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger) count;
46 |
47 |
48 | #pragma mark - 以下方法和属性只适用于分段纹理绘制和分段颜色绘制
49 |
50 | ///纹理索引数组(颜色索引数组)
51 | @property (nonatomic, strong) NSArray *textureIndex;
52 |
53 | /**
54 | *分段纹理绘制/分段颜色绘制,根据指定坐标点生成一段折线
55 | *
56 | *分段纹理绘制:其对应的BMKPolylineView必须使用 - (BOOL)loadStrokeTextureImages:(NSArray *)textureImages; 加载纹理图片;否则使用默认的灰色纹理绘制
57 | *分段颜色绘制:其对应的BMKPolylineView必须设置colors属性
58 | *
59 | *@param points 指定的直角坐标点数组
60 | *@param count 坐标点的个数
61 | *@param textureIndex 纹理索引数组(颜色索引数组),成员为NSNumber,且为非负数,负数按0处理
62 | *@return 新生成的折线对象
63 | */
64 | + (BMKPolyline *)polylineWithPoints:(BMKMapPoint *)points count:(NSUInteger)count textureIndex:(NSArray*) textureIndex;
65 |
66 | /**
67 | *根据指定坐标点生成一段折线
68 | *
69 | *分段纹理绘制:其对应的BMKPolylineView必须使用 - (BOOL)loadStrokeTextureImages:(NSArray *)textureImages; 加载纹理图片;否则使用默认的灰色纹理绘制
70 | *分段颜色绘制:其对应的BMKPolylineView必须设置colors属性
71 | *
72 | *@param coords 指定的经纬度坐标点数组
73 | *@param count 坐标点的个数
74 | *@param textureIndex 纹理索引数组(颜色索引数组),成员为NSNumber,且为非负数,负数按0处理
75 | *@return 新生成的折线对象
76 | */
77 | + (BMKPolyline *)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count textureIndex:(NSArray*) textureIndex;
78 |
79 | /**
80 | *重新设置折线坐标点 和 纹理索引
81 | *@param points 指定的直角坐标点数组
82 | *@param count 坐标点的个数
83 | *@param textureIndex 纹理索引数组(颜色索引数组),成员为NSNumber,且为非负数,负数按0处理
84 | *@return 是否设置成功
85 | */
86 | - (BOOL)setPolylineWithPoints:(BMKMapPoint *)points count:(NSInteger) count textureIndex:(NSArray*) textureIndex;
87 |
88 | /**
89 | *重新设置折线坐标点
90 | *@param coords 指定的经纬度坐标点数组
91 | *@param count 坐标点的个数
92 | *@param textureIndex 纹理索引数组(颜色索引数组),成员为NSNumber,且为非负数,负数按0处理
93 | *@return 是否设置成功
94 | */
95 | - (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger) count textureIndex:(NSArray*) textureIndex;
96 |
97 | @end
98 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPolylineView.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKPolylineView.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 |
11 | #import "BMKPolyline.h"
12 | #import "BMKOverlayGLBasicView.h"
13 |
14 | /// 此类用于定义一个折线View
15 | @interface BMKPolylineView : BMKOverlayGLBasicView
16 |
17 | /**
18 | *根据指定的折线生成一个折线View
19 | *@param polyline 指定的折线数据对象
20 | *@return 新生成的折线View
21 | */
22 | - (id)initWithPolyline:(BMKPolyline *)polyline;
23 |
24 | /// 该View对应的折线数据对象
25 | @property (nonatomic, readonly) BMKPolyline *polyline;
26 |
27 |
28 | #pragma mark - 以下方法和属性只适用于分段纹理绘制/分段颜色绘制
29 |
30 | /// 是否分段纹理/分段颜色绘制(突出显示),默认YES,YES:使用分段纹理绘制 NO:使用默认的灰色纹理绘制
31 | @property (nonatomic, assign) BOOL isFocus;
32 |
33 | @end
34 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKShape.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKShape.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | #import"BMKAnnotation.h"
11 |
12 | /// 该类为一个抽象类,定义了基于BMKAnnotation的BMKShape类的基本属性和行为,不能直接使用,必须子类化之后才能使用
13 | @interface BMKShape : NSObject {
14 | }
15 |
16 | /// 要显示的标题
17 | @property (copy) NSString *title;
18 | /// 要显示的副标题
19 | @property (copy) NSString *subtitle;
20 |
21 | @end
22 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKTileLayer.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKTileLayer.h
3 | // MapComponent
4 | //
5 | // Created by wzy on 15/8/7.
6 | // Copyright © 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKTileLayer_h
10 | #define BMKTileLayer_h
11 | #import "BMKOverlay.h"
12 |
13 | /**
14 | @brief 该类是覆盖在球面墨卡托投影上的图片tiles的数据源,是抽象类,不能直接使用该类添加瓦片图,需要使用其子类(BMKURLTileLayer或BMKSyncTileLayer)
15 | *瓦片图片是jpeg或者png格式,size为256x256
16 | */
17 | @interface BMKTileLayer : NSObject
18 |
19 | /// tileLayer的可见最小Zoom值,默认3
20 | @property (nonatomic, assign) NSInteger minZoom;
21 |
22 | /// tileLayer的可见最大Zoom值,默认21,且不能小于minZoom
23 | @property (nonatomic, assign) NSInteger maxZoom;
24 |
25 | /// tileOverlay的可渲染区域,默认世界范围
26 | @property (nonatomic) BMKMapRect visibleMapRect;
27 |
28 | @end
29 |
30 | /**
31 | @brief 通过提供url模板的方法,提供数据源。不应该继承该类,且必须通过 initWithURLTemplate: 来初始化
32 | *瓦片图片是jpeg或者png格式,size为256x256
33 | */
34 | @interface BMKURLTileLayer : BMKTileLayer
35 |
36 | /// 同initWithURLTemplate:中的URLTemplate
37 | @property (readonly) NSString *URLTemplate;
38 |
39 | /*!
40 | @brief 根据指定的URLTemplate生成tileOverlay
41 | @param URLTemplate是一个包含"{x}","{y}","{z}"的字符串,"{x}","{y}"表示tile的坐标,"{z}"表示当tile显示的级别。"{x}","{y}","{z}"会被tile的坐标值所替换,并生成用来加载tile图片数据的URL 。例如: http://server/path?x={x}&y={y}&z={z}。
42 | @return 以指定的URLTemplate字符串生成tileOverlay
43 | */
44 | - (id)initWithURLTemplate:(NSString *)URLTemplate;
45 |
46 | /**
47 | @brief 清除当前瓦片图层缓存图片
48 | */
49 | - (BOOL)cleanTileDataCache;
50 |
51 | @end
52 |
53 | /**
54 | @brief 通过同步方法获取瓦片数据,是一个抽象类,需要通过继承该类,并重载 tileForX:y:zoom: 方法
55 | *瓦片图片是jpeg或者png格式,size为256x256
56 | */
57 | @interface BMKSyncTileLayer : BMKTileLayer
58 |
59 | /**
60 | @brief 通过同步方法获取瓦片数据,子类必须实现该方法
61 | 这个方法会在多个线程中调用,需要考虑线程安全
62 | @param (x, y, zoom)瓦片坐标
63 | @return (x, y, zoom)所对应瓦片的UIImage对象
64 | */
65 | - (UIImage *)tileForX:(NSInteger)x y:(NSInteger)y zoom:(NSInteger)zoom;
66 |
67 | @end
68 |
69 | /**
70 | @brief 通过异步方法获取瓦片数据,是一个抽象类,需要通过继承该类,并重载 loadTileForX:y:zoom:result: 方法
71 | *瓦片图片是jpeg或者png格式,size为256x256
72 | */
73 | @interface BMKAsyncTileLayer : BMKTileLayer
74 |
75 | /**
76 | @brief 通过异步方法获取瓦片数据,子类必须实现该方法
77 | @param (x, y, zoom)瓦片坐标
78 | @return result 用来传入瓦片数据或加载瓦片失败的error访问的回调block
79 | */
80 | - (void)loadTileForX:(NSInteger)x y:(NSInteger)y zoom:(NSInteger)zoom result:(void (^)(UIImage *tileImage, NSError *error))result;
81 |
82 | @end
83 |
84 | #endif /* BMKTileLayer_h */
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKTileLayerView.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKTileLayerView.h
3 | // MapComponent
4 | //
5 | // Created by wzy on 15/8/7.
6 | // Copyright © 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKTileLayerView_h
10 | #define BMKTileLayerView_h
11 |
12 | #import "BMKOverlayView.h"
13 | #import "BMKTileLayer.h"
14 |
15 | /// 该类用于定义一个BMKTileLayerView
16 | @interface BMKTileLayerView : BMKOverlayView
17 |
18 | /**
19 | *@brief 根据指定的tileLayer生成将tiles显示在地图上的View
20 | *@param tileLayer 制定了覆盖图片,以及图片的覆盖区域
21 | *@return 以tileLayer新生成View
22 | */
23 | - (id)initWithTileLayer:(BMKTileLayer*) tileLayer;
24 |
25 | /// 该View对应的tileLayer数据对象
26 | @property (nonatomic, readonly) BMKTileLayer *tileLayer;
27 |
28 | @end
29 |
30 | #endif /* BMKTileLayerView_h */
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/DVDirectory.cfg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/DVDirectory.cfg
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/DVHotcity.cfg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/DVHotcity.cfg
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/DVVersion.cfg:
--------------------------------------------------------------------------------
1 | {"std": 10, "c": 522, "stg": 11, "assets": [{"path": "mode_1/bus.sty", "version": 54}, {"path": "mode_1/car.sty", "version": 48}, {"path": "mode_1/cycle.sty", "version": 301}, {"path": "mode_1/map.rs", "version": 36}, {"path": "mode_1/map.sty", "version": 496}, {"path": "mode_1/reduct.rs", "version": 12}, {"path": "mode_1/reduct.sty", "version": 323}, {"path": "mode_1/traffic.rs", "version": 291}, {"path": "mode_1/traffic.sty", "version": 1116}, {"path": "mode_2/map.sty", "version": 35}, {"path": "mode_4/map.rs", "version": 9}, {"path": "mode_4/map.sty", "version": 476}], "stc": 1253, "h": 456, "idrresver": 133, "sc": 20160613, "gd": 79, "didr": 1194, "idrcfgver": 1135, "idrs": 14, "d": 522}
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/bus.sty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/bus.sty
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/car.sty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/car.sty
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/cycle.sty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/cycle.sty
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/map.rs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/map.rs
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/map.sty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/map.sty
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/reduct.rs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/reduct.rs
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/reduct.sty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/reduct.sty
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/traffic.rs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/traffic.rs
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/traffic.sty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_1/traffic.sty
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_2/map.sty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_2/map.sty
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_4/map.rs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_4/map.rs
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_4/map.sty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/mode_4/map.sty
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/street.sty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/a/street.sty
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/idrres/ResPackIndoorMap.rs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/idrres/ResPackIndoorMap.rs
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/idrres/baseindoormap.sty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/files/cfg/idrres/baseindoormap.sty
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/baidumap_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/baidumap_logo.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/baidumap_logo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/baidumap_logo@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/bnavi_icon_location_fixed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/bnavi_icon_location_fixed.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/bnavi_icon_location_fixed@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/bnavi_icon_location_fixed@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/direction_wheel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/direction_wheel.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/direction_wheel@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/direction_wheel@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left_highlighted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left_highlighted.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left_highlighted@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left_highlighted@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right_highlighted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right_highlighted.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right_highlighted@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right_highlighted@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_cellphone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_cellphone.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_cellphone2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_cellphone2.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_cellphone2@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_cellphone2@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_cellphone@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_cellphone@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_center_point.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_center_point.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_center_point@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_center_point@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_compass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_compass.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_compass@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_compass@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_compass_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_compass_background.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_compass_background@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_compass_background@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_direction.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_direction.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_direction@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_direction@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_line_nofocus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_line_nofocus.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_bus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_bus.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_bus@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_bus@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_end.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_end.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_end@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_end@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_rail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_rail.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_rail@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_rail@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_start.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_start.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_start@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_start@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_waypoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_waypoint.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_waypoint@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_nav_waypoint@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left_highlighted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left_highlighted.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left_highlighted@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left_highlighted@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right_highlighted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right_highlighted.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right_highlighted@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right_highlighted@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/lineDashTexture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/lineDashTexture.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/line_texture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/line_texture.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/pin_green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/pin_green.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/pin_green@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/pin_green@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/pin_purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/pin_purple.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/pin_purple@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/pin_purple@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/pin_red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/pin_red.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/pin_red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle/images/pin_red@2x.png
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/readme.txt:
--------------------------------------------------------------------------------
1 | 基础地图:包括基本矢量地图、卫星图、实时路况图和各种地图覆盖物,此外还包括各种与地图相关的操作和事件监听;
2 |
3 |
4 |
5 |
6 | --------------------------------------------------------------------------------------
7 |
8 | iOS 地图 SDK v3.3.0是适用于iOS系统移动设备的矢量地图开发包
9 |
10 | --------------------------------------------------------------------------------------
11 |
12 | 地图SDK功能介绍(全功能开发包):
13 |
14 | 地图:提供地图展示和地图操作功能;
15 |
16 | POI检索:支持周边检索、区域检索和城市内兴趣点检索;
17 |
18 | 地理编码:提供经纬度和地址信息相互转化的功能接口;
19 |
20 | 线路规划:支持公交、驾车、步行三种方式的线路规划;
21 |
22 | 覆盖物图层:支持在地图上添加覆盖物(标注、几何图形、热力图、地形图图层等),展示更丰富的LBS信息;
23 |
24 | 定位:获取当前位置信息,并在地图上展示(支持普通、跟随、罗盘三种模式);
25 |
26 | 离线地图:使用离线地图可节省用户流量,提供更好的地图展示效果;
27 |
28 | 调启百度地图:利用SDK接口,直接在本地打开百度地图客户端或WebApp,实现地图功能;
29 |
30 | 周边雷达:利用周边雷达功能,开发者可在App内低成本、快速实现查找周边使用相同App的用户位置的功能;
31 |
32 | LBS云检索:支持查询存储在LBS云内的自有数据;
33 |
34 | 特色功能:提供短串分享、Place详情检索、热力图等特色功能,帮助开发者搭建功能更加强大的应用;
35 |
36 |
37 | --------------------------------------------------------------------------------------
38 |
39 | 注:自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)。
40 |
41 | 新 版 提 示 】
42 | 【 注 意 】
43 | 1、自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)
44 | 添加方法:在 TARGETS->Build Phases-> Link Binary With Libaries中点击“+”按钮,在弹出的窗口中点击“Add Other”按钮,选择libssl.a和libcrypto.a添加到工程中 。
45 |
46 | 2、支持CocoaPods导入
47 | pod setup //更新CocoPods的本地库
48 | pod search BaiduMapKit //下载最新地图SDK
49 |
50 | 【 新 增 】
51 | [ 基 础 地 图 ]
52 | 3D地图下,增加显示天空效果,无需设置
53 |
54 | [ 工 具 ]
55 | 1.全面支持GCJ02坐标输入/输出,全局设置方法如下:
56 | [BMKMapManager setCoordinateTypeUsedInBaiduMapSDK:BMK_COORDTYPE_COMMON];//默认为BD09LL坐标,且此方法仅在国内生效,国外均为WGS84坐标
57 |
58 | 2. 新增调启步行AR导航接口:openBaiduMapwalkARNavigation
59 |
60 | [ LBS云]
61 | 云检索中,keywords 改为非必填项
62 |
63 | 【 优 化 】
64 | 优化个性化地图元素分类
65 |
66 | 【 修 复 】
67 | 少部分地铁线及室内图无法显示问题(v3.2.0引入的问题)。
未下载全国离线基础包时,离线状态下全国(球)地图显示异常。
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Radar.framework/BaiduMapAPI_Radar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Radar.framework/BaiduMapAPI_Radar
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Radar.framework/Headers/BMKRadarComponent.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKRadarComponent.h
3 | // RadarComponent
4 | //
5 | // Created by wzy on 15/4/21.
6 | // Copyright (c) 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef RadarComponent_BMKRadarComponent_h
10 | #define RadarComponent_BMKRadarComponent_h
11 |
12 | #import "BMKRadarManager.h"
13 | #import "BMKRadarOption.h"
14 | #import "BMKRadarResult.h"
15 | #import "BMKRadarVersion.h"
16 |
17 | #endif
18 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Radar.framework/Headers/BMKRadarManager.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKRadarManager.h
3 | // RadarComponent
4 | //
5 | // Created by wzy on 15/4/22.
6 | // Copyright (c) 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef RadarComponent_BMKRadarManager_h
10 | #define RadarComponent_BMKRadarManager_h
11 |
12 | #import "BMKRadarOption.h"
13 | #import "BMKRadarResult.h"
14 |
15 | ///雷达delegate
16 | @protocol BMKRadarManagerDelegate
17 |
18 | @optional
19 | /*
20 | *开启自动上传,需实现该回调
21 | */
22 | - (BMKRadarUploadInfo*)getRadarAutoUploadInfo;
23 |
24 | /**
25 | *返回雷达 上传结果
26 | *@param error 错误号,@see BMKRadarErrorCode
27 | */
28 | - (void)onGetRadarUploadResult:(BMKRadarErrorCode) error;
29 |
30 | /**
31 | *返回雷达 清除我的信息结果
32 | *@param error 错误号,@see BMKRadarErrorCode
33 | */
34 | - (void)onGetRadarClearMyInfoResult:(BMKRadarErrorCode) error;
35 |
36 | /**
37 | *返回雷达 查询周边的用户信息结果
38 | *@param result 结果,类型为@see BMKRadarNearbyResult
39 | *@param error 错误号,@see BMKRadarErrorCode
40 | */
41 | - (void)onGetRadarNearbySearchResult:(BMKRadarNearbyResult*) result error:(BMKRadarErrorCode) error;
42 |
43 | @end
44 |
45 |
46 | ///周边雷达管理类
47 | @interface BMKRadarManager : NSObject
48 |
49 | /// 上传时用,上传前需设置,不设置自动生成userId;切换用户时,需手动清除原先用户的位置信息
50 | @property (nonatomic, strong) NSString* userId;
51 |
52 | /**
53 | *获取周边雷达实例,使用引用计数管理该实例内存
54 | */
55 | + (BMKRadarManager*)getRadarManagerInstance;
56 | /**
57 | *release周边雷达实例,使用引用计数管理该实例内存
58 | */
59 | + (void)releaseRadarManagerInstance;
60 |
61 | /**
62 | *添加周边雷达delegate,用于结果回调
63 | *不需要时,需要使用removeRadarManagerDelegate:移除,否则影响内存释放
64 | *@param delegate, 添加的id对象
65 | */
66 | - (void)addRadarManagerDelegate:(id) delegate;
67 |
68 | /**
69 | *移除周边雷达delegate,取消结果回调
70 | *@param delegate, 需要移除的id对象
71 | */
72 | - (void)removeRadarManagerDelegate:(id) delegate;
73 |
74 | /**
75 | *启动自动上传用户位置信息
76 | *必须实现回调方法@see getRadarAutoUploadInfo,获取@see BMKRadarUploadInfo
77 | *@param interval 时间间隔,不小于5s(小于强制设为5s)
78 | */
79 | - (void)startAutoUpload:(NSTimeInterval) interval;
80 |
81 | /**
82 | *停止自动上传用户位置信息
83 | */
84 | - (void)stopAutoUpload;
85 |
86 | /**
87 | *单次上传用户位置信息
88 | *上传时间间隔不小于5s,否则return NO
89 | *返回结果回调:@see onGetRadarUploadResult:
90 | *@param info 位置信息
91 | */
92 | - (BOOL)uploadInfoRequest:(BMKRadarUploadInfo*) info;
93 |
94 | /**
95 | *清除我的位置信息
96 | *返回结果回调:@see onGetRadarClearMyInfoResult:
97 | */
98 | - (BOOL)clearMyInfoRequest;
99 |
100 | /**
101 | *查询周边的用户信息
102 | *返回结果回调:@see onGetRadarNearbySearchResult:error:
103 | *@param option 查询参数: 类型为@see BMKRadarNearbySearchOption
104 | */
105 | - (BOOL)getRadarNearbySearchRequest:(BMKRadarNearbySearchOption*) option;
106 |
107 | @end
108 | #endif
109 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Radar.framework/Headers/BMKRadarOption.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKRadarOption.h
3 | // RadarComponent
4 | //
5 | // Created by wzy on 15/4/22.
6 | // Copyright (c) 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef RadarComponent_BMKRadarOption_h
10 | #define RadarComponent_BMKRadarOption_h
11 |
12 | #import
13 |
14 | ///用户信息类
15 | @interface BMKRadarUploadInfo : NSObject
16 |
17 | ///地址坐标,百度经纬度坐标 (必须)
18 | @property (nonatomic, assign) CLLocationCoordinate2D pt;
19 |
20 | ///扩展信息,和该用户相关的信息(可选)
21 | @property (nonatomic, strong) NSString* extInfo;
22 |
23 | @end
24 |
25 | typedef enum{
26 | BMK_RADAR_SORT_TYPE_DISTANCE_FROM_NEAR_TO_FAR = 0,//距离由近及远排序
27 | BMK_RADAR_SORT_TYPE_DISTANCE_FROM_FAR_TO_NEAR,//距离由远及近排序
28 | BMK_RADAR_SORT_TYPE_TIME_FROM_PAST_TO_RECENT,//时间由过去到现在排序
29 | BMK_RADAR_SORT_TYPE_TIME_FROM_RECENT_TO_PAST,//时间由现在到过去排序
30 | }BMKRadarSortType;
31 |
32 | ///时间区间
33 | @interface BMKDateRange : NSObject
34 |
35 | ///起始时间
36 | @property (nonatomic, strong) NSDate* startDate;
37 | ///终止时间
38 | @property (nonatomic, strong) NSDate* endDate;
39 |
40 | @end
41 |
42 | ///查询周边的用户信息参数类
43 | @interface BMKRadarNearbySearchOption : NSObject
44 |
45 | ///地址坐标,百度经纬度坐标 (不设置,默认使用最后一次上传的坐标)
46 | @property (nonatomic, assign) CLLocationCoordinate2D centerPt;
47 | ///检索半径,单位米,默认1000
48 | @property (nonatomic, assign) NSUInteger radius;
49 | ///分页索引,可选,默认为0
50 | @property (nonatomic, assign) NSInteger pageIndex;
51 | ///页容量,可选,默认为50
52 | @property (nonatomic, assign) NSInteger pageCapacity;
53 | ///排序类型:默认按距离由近及远排序,BMK_RADAR_SORT_TYPE_DISTANCE_FROM_NEAR_TO_FAR
54 | @property (nonatomic, assign) BMKRadarSortType sortType;
55 | ///时间区间,可选,获取该时间区间内的用户信息
56 | @property (nonatomic, strong) BMKDateRange* dateRange;
57 |
58 |
59 | @end
60 |
61 | #endif
62 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Radar.framework/Headers/BMKRadarResult.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKRadarResult.h
3 | // RadarComponent
4 | //
5 | // Created by wzy on 15/4/22.
6 | // Copyright (c) 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef RadarComponent_BMKRadarResult_h
10 | #define RadarComponent_BMKRadarResult_h
11 |
12 | #import "BMKRadarOption.h"
13 |
14 | ///雷达结果码
15 | typedef enum {
16 | BMK_RADAR_NO_ERROR = 0,///<成功
17 | BMK_RADAR_NO_RESULT,///<无结果
18 | BMK_RADAR_AK_NOT_BIND,///
13 |
14 | /**
15 | *重要:
16 | *radar组件的版本和base组件的版本必须一致,否则不能正常使用
17 | */
18 |
19 | /**
20 | *获取当前地图API radar组件 的版本号
21 | *当前radar组件版本 : 3.3.0
22 | *return 返回当前API radar组件 的版本号
23 | */
24 | UIKIT_EXTERN NSString* BMKGetMapApiRadarComponentVersion();
25 |
26 | /**
27 | *检查radar组件的版本号是否和base组件的版本号一致
28 | *return 版本号一致返回YES
29 | */
30 | UIKIT_EXTERN BOOL BMKCheckRadarComponentIsLegal();
31 |
32 | #endif /* BMKRadarVersion_h */
33 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Radar.framework/readme.txt:
--------------------------------------------------------------------------------
1 | 周边雷达:包含位置信息上传和检索周边相同应用的用户位置信息功能;
2 |
3 |
4 |
5 |
6 | --------------------------------------------------------------------------------------
7 |
8 | iOS 地图 SDK v3.3.0是适用于iOS系统移动设备的矢量地图开发包
9 |
10 | --------------------------------------------------------------------------------------
11 |
12 | 地图SDK功能介绍(全功能开发包):
13 |
14 | 地图:提供地图展示和地图操作功能;
15 |
16 | POI检索:支持周边检索、区域检索和城市内兴趣点检索;
17 |
18 | 地理编码:提供经纬度和地址信息相互转化的功能接口;
19 |
20 | 线路规划:支持公交、驾车、步行三种方式的线路规划;
21 |
22 | 覆盖物图层:支持在地图上添加覆盖物(标注、几何图形、热力图、地形图图层等),展示更丰富的LBS信息;
23 |
24 | 定位:获取当前位置信息,并在地图上展示(支持普通、跟随、罗盘三种模式);
25 |
26 | 离线地图:使用离线地图可节省用户流量,提供更好的地图展示效果;
27 |
28 | 调启百度地图:利用SDK接口,直接在本地打开百度地图客户端或WebApp,实现地图功能;
29 |
30 | 周边雷达:利用周边雷达功能,开发者可在App内低成本、快速实现查找周边使用相同App的用户位置的功能;
31 |
32 | LBS云检索:支持查询存储在LBS云内的自有数据;
33 |
34 | 特色功能:提供短串分享、Place详情检索、热力图等特色功能,帮助开发者搭建功能更加强大的应用;
35 |
36 |
37 | --------------------------------------------------------------------------------------
38 |
39 | 注:自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)。
40 |
41 | 新 版 提 示 】
42 | 【 注 意 】
43 | 1、自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)
44 | 添加方法:在 TARGETS->Build Phases-> Link Binary With Libaries中点击“+”按钮,在弹出的窗口中点击“Add Other”按钮,选择libssl.a和libcrypto.a添加到工程中 。
45 |
46 | 2、支持CocoaPods导入
47 | pod setup //更新CocoPods的本地库
48 | pod search BaiduMapKit //下载最新地图SDK
49 |
50 | 【 新 增 】
51 | [ 基 础 地 图 ]
52 | 3D地图下,增加显示天空效果,无需设置
53 |
54 | [ 工 具 ]
55 | 1.全面支持GCJ02坐标输入/输出,全局设置方法如下:
56 | [BMKMapManager setCoordinateTypeUsedInBaiduMapSDK:BMK_COORDTYPE_COMMON];//默认为BD09LL坐标,且此方法仅在国内生效,国外均为WGS84坐标
57 |
58 | 2. 新增调启步行AR导航接口:openBaiduMapwalkARNavigation
59 |
60 | [ LBS云]
61 | 云检索中,keywords 改为非必填项
62 |
63 | 【 优 化 】
64 | 优化个性化地图元素分类
65 |
66 | 【 修 复 】
67 | 少部分地铁线及室内图无法显示问题(v3.2.0引入的问题)。
未下载全国离线基础包时,离线状态下全国(球)地图显示异常。
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/BaiduMapAPI_Search:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/BaiduMapAPI_Search
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKBusLineSearch.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKBusLineSearch.h
3 | * BMapKit
4 | *
5 | * Copyright 2014 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | #import "BMKPoiSearchType.h"
11 | #import
12 | #import "BMKBusLineSearchOption.h"
13 | #import "BMKRouteSearchType.h"
14 | #import "BMKSearchBase.h"
15 |
16 | @protocol BMKBusLineSearchDelegate;
17 | ///busline搜索服务
18 | @interface BMKBusLineSearch : BMKSearchBase
19 | /// 检索模块的Delegate,此处记得不用的时候需要置nil,否则影响内存的释放
20 | @property (nonatomic, weak) id delegate;
21 |
22 | /**
23 | *公交详情检索
24 | *异步函数,返回结果在BMKBusLineSearchDelegate的onGetBusDetailResult通知
25 | *@param busLineSearchOption 公交线路检索信息类
26 | *@return 成功返回YES,否则返回NO
27 | */
28 | - (BOOL)busLineSearch:(BMKBusLineSearchOption*)busLineSearchOption;
29 |
30 |
31 | @end
32 |
33 | ///搜索delegate,用于获取搜索结果
34 | @protocol BMKBusLineSearchDelegate
35 | @optional
36 | /**
37 | *返回busdetail搜索结果
38 | *@param searcher 搜索对象
39 | *@param busLineResult 搜索结果
40 | *@param error 错误号,@see BMKSearchErrorCode
41 | */
42 | - (void)onGetBusDetailResult:(BMKBusLineSearch*)searcher result:(BMKBusLineResult*)busLineResult errorCode:(BMKSearchErrorCode)error;
43 |
44 | @end
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKBusLineSearchOption.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKBusLineSearchOption.h
3 | * BMapKit
4 | *
5 | * Copyright 2014 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | /// 公交线路检索信息类
11 | @interface BMKBusLineSearchOption : NSObject
12 | {
13 | NSString *_city;
14 | NSString *_busLineUid;
15 | }
16 | ///城市名
17 | @property (nonatomic, strong) NSString *city;
18 | ///公交线路的uid
19 | @property (nonatomic, strong) NSString *busLineUid;
20 |
21 | @end
22 |
23 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKDistrictSearch.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKDistrictSearch.h
3 | // SearchComponent
4 | //
5 | // Created by wzy on 15/12/14.
6 | // Copyright © 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKDistrictSearch_h
10 | #define BMKDistrictSearch_h
11 | #import
12 | #import "BMKSearchBase.h"
13 |
14 | /// 行政区域检索信息
15 | @interface BMKDistrictSearchOption : NSObject
16 |
17 | /// 城市名字(必须)
18 | @property (nonatomic, strong) NSString *city;
19 | /// 区县名字(可选)
20 | @property (nonatomic, strong) NSString *district;
21 |
22 | @end
23 |
24 | #pragma mark -
25 |
26 | /// 行政区域检索结果
27 | @interface BMKDistrictResult : NSObject
28 |
29 | /// 行政区域编码
30 | @property (nonatomic, assign) NSInteger code;
31 | /// 行政区域名称
32 | @property (nonatomic, strong) NSString *name;
33 | /// 行政区域中心点
34 | @property (nonatomic, assign) CLLocationCoordinate2D center;
35 | /// 行政区边界直角地理坐标点数据(NSString数组,字符串数据格式为: @"x,y;x,y")
36 | @property (nonatomic, strong) NSArray *paths;
37 |
38 | @end
39 |
40 | #pragma mark -
41 |
42 | @protocol BMKDistrictSearchDelegate;
43 |
44 | /// 行政区域搜索服务
45 | @interface BMKDistrictSearch : BMKSearchBase
46 | /// 检索模块的delegate,此处记得不用的时候需要置nil,否则影响内存的释放
47 | @property (nonatomic, weak) id delegate;
48 |
49 | /**
50 | *行政区域检索
51 | *异步函数,返回结果在BMKDistrictSearchDelegate的onGetDistrictResult通知
52 | *@param DistrictSearchOption 公交线路检索信息类
53 | *@return 成功返回YES,否则返回NO
54 | */
55 | - (BOOL)districtSearch:(BMKDistrictSearchOption*)districtSearchOption;
56 |
57 | @end
58 |
59 | #pragma mark -
60 |
61 | ///搜索delegate,用于获取行政区域搜索结果
62 | @protocol BMKDistrictSearchDelegate
63 | @optional
64 | /**
65 | *返回行政区域搜索结果
66 | *@param searcher 搜索对象
67 | *@param result 搜索结BMKDistrictSearch果
68 | *@param error 错误号,@see BMKSearchErrorCode
69 | */
70 | - (void)onGetDistrictResult:(BMKDistrictSearch *)searcher result:(BMKDistrictResult *)result errorCode:(BMKSearchErrorCode)error;
71 |
72 | @end
73 |
74 | #endif /* BMKDistrictSearch_h */
75 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKGeocodeSearch.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKGeocodeSearch.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import "BMKGeocodeSearchOption.h"
10 | #import "BMKGeocodeType.h"
11 | #import "BMKSearchBase.h"
12 |
13 | @protocol BMKGeoCodeSearchDelegate;
14 | ///geo搜索服务
15 | @interface BMKGeoCodeSearch : BMKSearchBase
16 | /// 检索模块的Delegate,此处记得不用的时候需要置nil,否则影响内存的释放
17 | @property (nonatomic, weak) id delegate;
18 |
19 | /**
20 | *根据地址名称获取地理信息
21 | *异步函数,返回结果在BMKGeoCodeSearchDelegate的onGetAddrResult通知
22 | *@param geoCodeOption geo检索信息类
23 | *@return 成功返回YES,否则返回NO
24 | */
25 | - (BOOL)geoCode:(BMKGeoCodeSearchOption*)geoCodeOption;
26 | /**
27 | *根据地理坐标获取地址信息
28 | *异步函数,返回结果在BMKGeoCodeSearchDelegate的onGetAddrResult通知
29 | *@param reverseGeoCodeOption 反geo检索信息类
30 | *@return 成功返回YES,否则返回NO
31 | */
32 | - (BOOL)reverseGeoCode:(BMKReverseGeoCodeOption*)reverseGeoCodeOption;
33 |
34 |
35 | @end
36 |
37 | ///搜索delegate,用于获取搜索结果
38 | @protocol BMKGeoCodeSearchDelegate
39 | @optional
40 | /**
41 | *返回地址信息搜索结果
42 | *@param searcher 搜索对象
43 | *@param result 搜索结BMKGeoCodeSearch果
44 | *@param error 错误号,@see BMKSearchErrorCode
45 | */
46 | - (void)onGetGeoCodeResult:(BMKGeoCodeSearch *)searcher result:(BMKGeoCodeResult *)result errorCode:(BMKSearchErrorCode)error;
47 |
48 | /**
49 | *返回反地理编码搜索结果
50 | *@param searcher 搜索对象
51 | *@param result 搜索结果
52 | *@param error 错误号,@see BMKSearchErrorCode
53 | */
54 | - (void)onGetReverseGeoCodeResult:(BMKGeoCodeSearch *)searcher result:(BMKReverseGeoCodeResult *)result errorCode:(BMKSearchErrorCode)error;
55 |
56 | @end
57 |
58 |
59 |
60 |
61 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKGeocodeSearchOption.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKGeoCodeSearchOption.h
3 | * BMapKit
4 | *
5 | * Copyright 2013 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | /// geo检索信息类
11 | @interface BMKGeoCodeSearchOption : NSObject
12 | {
13 | NSString *_address;
14 | NSString *_city;
15 | }
16 | ///地址
17 | @property (nonatomic, strong) NSString *address;
18 | ///城市名
19 | @property (nonatomic, strong) NSString *city;
20 | @end
21 |
22 | ///反geo检索信息类
23 | @interface BMKReverseGeoCodeOption : NSObject {
24 | CLLocationCoordinate2D _reverseGeoPoint;
25 | }
26 | ///经纬度
27 | @property (nonatomic, assign) CLLocationCoordinate2D reverseGeoPoint;
28 | @end
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKGeocodeType.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKGeocodeType.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 |
11 | ///反地址编码结果
12 | @interface BMKReverseGeoCodeResult : NSObject
13 | {
14 | BMKAddressComponent* _addressDetail;
15 | NSString* _address;
16 | CLLocationCoordinate2D _location;
17 | NSArray* _poiList;
18 | }
19 | ///层次化地址信息
20 | @property (nonatomic, strong) BMKAddressComponent* addressDetail;
21 | ///地址名称
22 | @property (nonatomic, strong) NSString* address;
23 | ///商圈名称
24 | @property (nonatomic, strong) NSString* businessCircle;
25 | ///结合当前位置POI的语义化结果描述
26 | @property (nonatomic, strong) NSString* sematicDescription;
27 | ///地址坐标
28 | @property (nonatomic) CLLocationCoordinate2D location;
29 | ///地址周边POI信息,成员类型为BMKPoiInfo
30 | @property (nonatomic, strong) NSArray* poiList;
31 |
32 | @end
33 |
34 | ///地址编码结果
35 | @interface BMKGeoCodeResult : NSObject
36 | {
37 | CLLocationCoordinate2D _location;
38 | NSString* _address;
39 | }
40 | ///地理编码位置
41 | @property (nonatomic) CLLocationCoordinate2D location;
42 | ///地理编码地址
43 | @property (nonatomic,strong) NSString* address;
44 |
45 | @end
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKPoiSearch.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKPoiSearch.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | #import "BMKPoiSearchType.h"
11 | #import "BMKPoiSearchOption.h"
12 | #import "BMKSearchBase.h"
13 |
14 | @protocol BMKPoiSearchDelegate;
15 | ///搜索服务
16 | @interface BMKPoiSearch : BMKSearchBase
17 | /// 检索模块的Delegate,此处记得不用的时候需要置nil,否则影响内存的释放
18 | @property (nonatomic, weak) id delegate;
19 |
20 |
21 | /**
22 | *城市POI检索
23 | *异步函数,返回结果在BMKPoiSearchDelegate的onGetPoiResult通知
24 | *@param option 城市内搜索的搜索参数类(BMKCitySearchOption)
25 | *@return 成功返回YES,否则返回NO
26 | */
27 | - (BOOL)poiSearchInCity:(BMKCitySearchOption*)option;
28 |
29 | /**
30 | *根据范围和检索词发起范围检索
31 | *异步函数,返回结果在BMKPoiSearchDelegate的onGetPoiResult通知
32 | *@param option 范围搜索的搜索参数类(BMKBoundSearchOption)
33 | *@return 成功返回YES,否则返回NO
34 | */
35 | - (BOOL)poiSearchInbounds:(BMKBoundSearchOption*)option;
36 | /**
37 | *根据中心点、半径和检索词发起周边检索
38 | *异步函数,返回结果在BMKPoiSearchDelegate的onGetPoiResult通知
39 | *@param option 周边搜索的搜索参数类(BMKNearbySearchOption)
40 | *@param index 页码,如果是第一次发起搜索,填0,根据返回的结果可以去获取第n页的结果,页码从0开始
41 | *@return 成功返回YES,否则返回NO
42 | */
43 | - (BOOL)poiSearchNearBy:(BMKNearbySearchOption*)option;
44 | /**
45 | *根据poi uid 发起poi详情检索
46 | *异步函数,返回结果在BMKPoiSearchDelegate的onGetPoiDetailResult通知
47 | *@param option poi详情检索参数类(BMKPoiDetailSearchOption)
48 | *@return 成功返回YES,否则返回NO
49 | */
50 | - (BOOL)poiDetailSearch:(BMKPoiDetailSearchOption*)option;
51 | /**
52 | *poi室内检索
53 | *异步函数,返回结果在BMKPoiSearchDelegate的onGetPoiIndoorResult通知
54 | *@param option poi室内检索参数类(BMKPoiIndoorSearchOption)
55 | *@return 成功返回YES,否则返回NO
56 | */
57 | - (BOOL)poiIndoorSearch:(BMKPoiIndoorSearchOption*)option;
58 | @end
59 |
60 | ///搜索delegate,用于获取搜索结果
61 | @protocol BMKPoiSearchDelegate
62 | @optional
63 | /**
64 | *返回POI搜索结果
65 | *@param searcher 搜索对象
66 | *@param poiResult 搜索结果列表
67 | *@param errorCode 错误号,@see BMKSearchErrorCode
68 | */
69 | - (void)onGetPoiResult:(BMKPoiSearch*)searcher result:(BMKPoiResult*)poiResult errorCode:(BMKSearchErrorCode)errorCode;
70 |
71 | /**
72 | *返回POI详情搜索结果
73 | *@param searcher 搜索对象
74 | *@param poiDetailResult 详情搜索结果
75 | *@param errorCode 错误号,@see BMKSearchErrorCode
76 | */
77 | - (void)onGetPoiDetailResult:(BMKPoiSearch*)searcher result:(BMKPoiDetailResult*)poiDetailResult errorCode:(BMKSearchErrorCode)errorCode;
78 |
79 | /**
80 | *返回POI室内搜索结果
81 | *@param searcher 搜索对象
82 | *@param poiIndoorResult 搜索结果列表
83 | *@param errorCode 错误号,@see BMKSearchErrorCode
84 | */
85 | - (void)onGetPoiIndoorResult:(BMKPoiSearch*)searcher result:(BMKPoiIndoorResult*)poiIndoorResult errorCode:(BMKSearchErrorCode)errorCode;
86 | @end
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKPoiSearchOption.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKPoiSearchOption.h
3 | * BMapKit
4 | *
5 | * Copyright 2013 Baidu Inc. All rights reserved.
6 | *
7 | */
8 | #import
9 | #import
10 |
11 | typedef enum{
12 | BMK_POI_SORT_BY_COMPOSITE = 0,//综合排序
13 | BMK_POI_SORT_BY_DISTANCE,//距离由近到远排序
14 | }BMKPoiSortType;
15 |
16 | /// 检索基础信息类,所有类型Poi检索的基类
17 | @interface BMKBasePoiSearchOption : NSObject
18 | {
19 | NSString *_keyword;
20 | int _pageIndex;
21 | int _pageCapacity;
22 | }
23 | ///搜索关键字
24 | @property (nonatomic, strong) NSString *keyword;
25 | ///分页索引,可选,默认为0
26 | @property (nonatomic, assign) int pageIndex;
27 | ///分页数量,可选,默认为10,最多为50
28 | @property (nonatomic, assign) int pageCapacity;
29 |
30 | @end
31 |
32 | ///本地云检索参数信息类
33 | @interface BMKCitySearchOption : BMKBasePoiSearchOption {
34 | NSString *_city;
35 | }
36 | ///区域名称(市或区的名字,如北京市,海淀区),必选, 必须最长25个字符
37 | @property (nonatomic, strong) NSString *city;
38 | ///是否请求门址信息列表,默认为YES
39 | @property (nonatomic, assign) BOOL requestPoiAddressInfoList;
40 | @end
41 |
42 | ///周边云检索参数信息类
43 | @interface BMKNearbySearchOption : BMKBasePoiSearchOption {
44 | CLLocationCoordinate2D _location;
45 | int _radius;
46 | }
47 | ///检索的中心点,经纬度
48 | @property (nonatomic, assign) CLLocationCoordinate2D location;
49 | ///周边检索半径
50 | @property (nonatomic, assign) int radius;
51 | //搜索结果排序规则,可选,默认BMK_POI_SORT_BY_COMPOSITE
52 | @property (nonatomic, assign) BMKPoiSortType sortType;
53 |
54 | @end
55 |
56 | ///矩形云检索参数信息类
57 | @interface BMKBoundSearchOption : BMKBasePoiSearchOption {
58 | CLLocationCoordinate2D _leftBottom;
59 | CLLocationCoordinate2D _rightTop;
60 |
61 | }
62 | ///矩形区域,左下角和右上角的经纬度坐标点。
63 | @property (nonatomic, assign) CLLocationCoordinate2D leftBottom;
64 | @property (nonatomic, assign) CLLocationCoordinate2D rightTop;
65 | @end
66 |
67 | ///室内POI检索参数信息类
68 | @interface BMKPoiIndoorSearchOption : BMKBasePoiSearchOption
69 | /// 室内ID(必须)
70 | @property (nonatomic, strong) NSString *indoorId;
71 | /// 楼层(可选),设置后,会优先获取该楼层的室内POI,然后是其它楼层的
72 | @property (nonatomic, strong) NSString *floor;
73 | @end
74 |
75 | ///poi详情检索信息类
76 | @interface BMKPoiDetailSearchOption : NSObject {
77 | NSString* _poiUid;
78 | }
79 | ///poi的uid,从poi检索返回的BMKPoiResult结构中获取
80 | @property (nonatomic, strong) NSString* poiUid;
81 |
82 | @end
83 |
84 |
85 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKRouteSearchOption.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKPoiSearchOption.h
3 | * BMapKit
4 | *
5 | * Copyright 2013 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | #import "BMKRouteSearchType.h"
11 | /// 路线查询基础信息类
12 | @interface BMKBaseRoutePlanOption : NSObject
13 | {
14 | BMKPlanNode *_from;
15 | BMKPlanNode *_to;
16 | }
17 | ///检索的起点,可通过关键字、坐标两种方式指定。cityName和cityID同时指定时,优先使用cityID
18 | @property (nonatomic, strong) BMKPlanNode *from;
19 | ///检索的终点,可通过关键字、坐标两种方式指定。cityName和cityID同时指定时,优先使用cityID
20 | @property (nonatomic, strong) BMKPlanNode *to;
21 | @end
22 | /// 步行查询基础信息类
23 | @interface BMKWalkingRoutePlanOption : BMKBaseRoutePlanOption
24 | {
25 |
26 | }
27 | @end
28 | /// 驾车查询基础信息类
29 | @interface BMKDrivingRoutePlanOption : BMKBaseRoutePlanOption
30 | {
31 | NSArray* _wayPointsArray;
32 | BMKDrivingPolicy _drivingPolicy;
33 | }
34 | @property (nonatomic, strong) NSArray *wayPointsArray;
35 | ///驾车检索策略,默认使用BMK_DRIVING_TIME_FIRST
36 | @property (nonatomic) BMKDrivingPolicy drivingPolicy;
37 |
38 | ///驾车检索获取路线每一个step的路况,默认使用BMK_DRIVING_REQUEST_TRAFFICE_TYPE_NONE
39 | @property (nonatomic) BMKDrivingRequestTrafficType drivingRequestTrafficType;
40 |
41 |
42 | @end
43 | /// 公交查询基础信息类
44 | @interface BMKTransitRoutePlanOption : BMKBaseRoutePlanOption
45 | {
46 | NSString* _city;
47 | BMKTransitPolicy _transitPolicy;
48 | }
49 | ///城市名,用于在哪个城市内进行检索
50 | @property (nonatomic, strong) NSString *city;
51 | ///公交检索策略,默认使用BMK_TRANSIT_TIME_FIRST
52 | @property (nonatomic) BMKTransitPolicy transitPolicy;
53 |
54 | @end
55 |
56 | /// 公共交通路线查询基础信息类(支持市内和跨城)(注:起终点城市不支持cityId)
57 | @interface BMKMassTransitRoutePlanOption : BMKBaseRoutePlanOption
58 |
59 | ///分页索引,可选,默认为0(从0开始)
60 | @property (nonatomic, assign) NSUInteger pageIndex;
61 | ///分页数量,可选,默认为10,取值范围[1,10]
62 | @property (nonatomic, assign) NSUInteger pageCapacity;
63 | ///市内公交换乘策略策略,可选,默认使用BMK_MASS_TRANSIT_INCITY_RECOMMEND
64 | @property (nonatomic, assign) BMKMassTransitIncityPolicy incityPolicy;
65 | ///跨城公交换乘策略,可选,默认使用BMK_MASS_TRANSIT_INTERCITY_TIME_FIRST
66 | @property (nonatomic, assign) BMKMassTransitIntercityPolicy intercityPolicy;
67 | ///跨城交通方式策略,可选,默认使用BMK_MASS_TRANSIT_INTERCITY_TRANS_TRAIN_FIRST
68 | @property (nonatomic, assign) BMKMassTransitIntercityTransPolicy intercityTransPolicy;
69 |
70 | @end
71 |
72 | /// 骑行查询基础信息类
73 | @interface BMKRidingRoutePlanOption : BMKBaseRoutePlanOption
74 |
75 | @end
76 |
77 | /// 室内路线规划查询基础信息类
78 | @interface BMKIndoorRoutePlanOption : NSObject
79 | ///检索的起点
80 | @property (nonatomic, strong) BMKIndoorPlanNode *from;
81 | ///检索的终点
82 | @property (nonatomic, strong) BMKIndoorPlanNode *to;
83 |
84 | @end
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKSearchBase.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKSearchBase.h
3 | // SearchComponent
4 | //
5 | // Created by wzy on 15/9/9.
6 | // Copyright © 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKSearchBase_h
10 | #define BMKSearchBase_h
11 |
12 | ///检索服务基类
13 | @interface BMKSearchBase : NSObject
14 |
15 | @end
16 |
17 |
18 | #endif /* BMKSearchBase_h */
19 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKSearchComponent.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKSearchComponent.h
3 | // SearchComponent
4 | //
5 | // Created by baidu on 14-3-10.
6 | // Copyright (c) 2014年 baidu. All rights reserved.
7 | //
8 |
9 | #import "BMKSearchVersion.h"
10 | #import "BMKPoiSearchType.h"
11 | #import "BMKGeocodeType.h"
12 | #import "BMKRouteSearchType.h"
13 | #import "BMKPoiSearchOption.h"
14 | #import "BMKPoiSearch.h"
15 | #import "BMKGeocodeSearch.h"
16 | #import "BMKGeocodeSearchOption.h"
17 | #import "BMKShareURLSearch.h"
18 | #import "BMKShareUrlSearchOption.h"
19 | #import "BMKSuggestionSearch.h"
20 | #import "BMKSuggestionSearchOption.h"
21 | #import "BMKBusLineSearch.h"
22 | #import "BMKBusLineSearchOption.h"
23 | #import "BMKRouteSearch.h"
24 | #import "BMKRouteSearchOption.h"
25 | #import "BMKDistrictSearch.h"
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKSearchVersion.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKSearchVersion.h
3 | // SearchComponent
4 | //
5 | // Created by wzy on 15/9/9.
6 | // Copyright © 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKSearchVersion_h
10 | #define BMKSearchVersion_h
11 |
12 | #import
13 |
14 | /**
15 | *重要:
16 | *base组件的版本和search组件的版本必须一致,否则不能正常使用
17 | */
18 |
19 | /**
20 | *获取当前地图API search组件 的版本号
21 | *当前search组件版本 : 3.3.0
22 | *return 返回当前API search组件 的版本号
23 | */
24 | UIKIT_EXTERN NSString* BMKGetMapApiSearchComponentVersion();
25 |
26 | /**
27 | *检查search组件的版本号是否和base组件的版本号一致
28 | *return 版本号一致返回YES
29 | */
30 | UIKIT_EXTERN BOOL BMKCheckSearchComponentIsLegal();
31 |
32 | #endif /* BMKSearchVersion_h */
33 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKShareURLSearch.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKShareUrlSearch.h
3 | * BMapKit
4 | *
5 | * Copyright 2014 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import "BMKShareUrlSearchOption.h"
10 | #import "BMKSearchBase.h"
11 |
12 | ///分享URL结果类
13 | @interface BMKShareURLResult : NSObject
14 | {
15 | NSString * _url;
16 | }
17 | ///返回结果url
18 | @property (nonatomic,strong) NSString* url;
19 | @end
20 |
21 |
22 | @protocol BMKShareURLSearchDelegate;
23 | ///短串搜索服务
24 | @interface BMKShareURLSearch : BMKSearchBase
25 | /// 检索模块的Delegate,此处记得不用的时候需要置nil,否则影响内存的释放
26 | @property (nonatomic, weak) id delegate;
27 |
28 | /**
29 | *获取poi详情短串分享url
30 | *异步函数,返回结果在BMKShareUrlSearchDelegate的onGetPoiDetailShareURLResult通知
31 | *@param poiDetailShareUrlSearchOption poi详情短串分享检索信息类
32 | *@return 成功返回YES,否则返回NO
33 | */
34 | - (BOOL)requestPoiDetailShareURL:(BMKPoiDetailShareURLOption *) poiDetailShareUrlSearchOption;
35 |
36 | /**
37 | *获取反geo短串分享url
38 | *异步函数,返回结果在BMKShareUrlSearchDelegate的onGetLocationShareURLResult通知
39 | *@param reverseGeoShareUrlSearchOption 反geo短串分享检索信息类
40 | *@return 成功返回YES,否则返回NO
41 | */
42 | - (BOOL)requestLocationShareURL:(BMKLocationShareURLOption *)reverseGeoShareUrlSearchOption;
43 |
44 | /**
45 | *获取路线规划短串分享url
46 | *异步函数,返回结果在BMKShareUrlSearchDelegate的onGetRoutePlanShareURLResult通知
47 | *@param routePlanShareUrlSearchOption 取路线规划短串分享检索信息类
48 | *@return 成功返回YES,否则返回NO
49 | */
50 | - (BOOL)requestRoutePlanShareURL:(BMKRoutePlanShareURLOption *)routePlanShareUrlSearchOption;
51 |
52 |
53 | @end
54 |
55 | ///搜索delegate,用于获取搜索结果
56 | @protocol BMKShareURLSearchDelegate
57 | @optional
58 | /**
59 | *返回poi详情分享url
60 | *@param searcher 搜索对象
61 | *@param result 返回结果
62 | *@param error 错误号,@see BMKSearchErrorCode
63 | */
64 | - (void)onGetPoiDetailShareURLResult:(BMKShareURLSearch *)searcher result:(BMKShareURLResult *)result errorCode:(BMKSearchErrorCode)error;
65 |
66 | /**
67 | *返回位置信息分享url
68 | *@param searcher 搜索对象
69 | *@param result 返回结果
70 | *@param error 错误号,@see BMKSearchErrorCode
71 | */
72 | - (void)onGetLocationShareURLResult:(BMKShareURLSearch *)searcher result:(BMKShareURLResult *)result errorCode:(BMKSearchErrorCode)error;
73 |
74 | /**
75 | *返回路线规划分享url
76 | *@param searcher 搜索对象
77 | *@param result 返回结果
78 | *@param error 错误号,@see BMKSearchErrorCode
79 | */
80 | - (void)onGetRoutePlanShareURLResult:(BMKShareURLSearch *)searcher result:(BMKShareURLResult *)result errorCode:(BMKSearchErrorCode)error;
81 |
82 | @end
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKShareUrlSearchOption.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKShareUrlSearchOption.h
3 | * BMapKit
4 | *
5 | * Copyright 2014 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | /// poi详情短串分享检索信息类
11 | @interface BMKPoiDetailShareURLOption : NSObject
12 | {
13 | NSString *_uid;
14 | }
15 | ///poi的uid
16 | @property (nonatomic, strong) NSString *uid;
17 |
18 | @end
19 |
20 | ///反geo短串分享检索信息类
21 | @interface BMKLocationShareURLOption : NSObject {
22 | NSString *_name;
23 | NSString *_snippet;
24 | CLLocationCoordinate2D _location;
25 | }
26 | ///名称
27 | @property (nonatomic, strong) NSString *name;
28 | ///通过短URL调起客户端时作为附加信息显示在名称下面
29 | @property (nonatomic, strong) NSString *snippet;
30 | ///经纬度
31 | @property (nonatomic, assign) CLLocationCoordinate2D location;
32 | @end
33 |
34 |
35 | ///路线规划短串分享
36 | typedef enum {
37 | BMK_ROUTE_PLAN_SHARE_URL_TYPE_DRIVE = 0, //驾车路线规划短串分享
38 | BMK_ROUTE_PLAN_SHARE_URL_TYPE_WALK = 1, //步行路线规划短串分享
39 | BMK_ROUTE_PLAN_SHARE_URL_TYPE_RIDE = 2, //骑行路线规划短串分享
40 | BMK_ROUTE_PLAN_SHARE_URL_TYPE_TRANSIT = 3, //公交路线规划短串分享
41 | }BMKRoutePlanShareURLType;
42 |
43 | ///路线规划短串分享检索信息类
44 | @interface BMKRoutePlanShareURLOption : NSObject
45 |
46 | ///路线规划短串分享类型
47 | @property (nonatomic, assign) BMKRoutePlanShareURLType routePlanType;
48 | ///起点,可通过关键字、坐标两种方式指定,使用关键字时必须指定from.cityID
49 | @property (nonatomic, strong) BMKPlanNode *from;
50 | ///终点,可通过关键字、坐标两种方式指定,使用关键字时必须指定to.cityID
51 | @property (nonatomic, strong) BMKPlanNode *to;
52 | ///cityID,当进行公交路线规划短串分享且起终点通过关键字指定时,必须指定
53 | @property (nonatomic, assign) NSUInteger cityID;
54 | ///公交路线规划短串分享时使用,分享的是第几条线路
55 | @property (nonatomic, assign) NSUInteger routeIndex;
56 |
57 | @end
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKSuggestionSearch.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKSuggestionSearch.h
3 | * BMapKit
4 | *
5 | * Copyright 2014 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import "BMKSuggestionSearchOption.h"
10 | #import
11 | #import "BMKSearchBase.h"
12 |
13 | ///Suggestion结果类
14 | @interface BMKSuggestionResult : BMKSearchBase
15 | {
16 | NSArray* _keyList;
17 | NSArray* _cityList;
18 | NSArray* _districtList;
19 | }
20 | ///key列表,成员是NSString
21 | @property (nonatomic, strong) NSArray* keyList;
22 | ///city列表,成员是NSString
23 | @property (nonatomic, strong) NSArray* cityList;
24 | ///district列表,成员是NSString
25 | @property (nonatomic, strong) NSArray* districtList;
26 | ///poiId列表,成员是NSString
27 | @property (nonatomic, strong) NSArray* poiIdList;
28 | ///pt列表,成员是:封装成NSValue的CLLocationCoordinate2D
29 | @property (nonatomic, strong) NSArray* ptList;
30 |
31 | @end
32 |
33 | @protocol BMKSuggestionSearchDelegate;
34 | ///sug搜索服务
35 | @interface BMKSuggestionSearch : BMKSearchBase
36 | /// 检索模块的Delegate,此处记得不用的时候需要置nil,否则影响内存的释放
37 | @property (nonatomic, weak) id delegate;
38 |
39 | /**
40 | *搜索建议检索
41 | *@param suggestionSearchOption sug检索信息类
42 | *异步函数,返回结果在BMKSuggestionSearchDelegate的onGetSuggestionResult通知
43 | *@return 成功返回YES,否则返回NO
44 | */
45 | - (BOOL)suggestionSearch:(BMKSuggestionSearchOption*)suggestionSearchOption;
46 |
47 | @end
48 |
49 | ///搜索delegate,用于获取搜索结果
50 | @protocol BMKSuggestionSearchDelegate
51 | @optional
52 | /**
53 | *返回suggestion搜索结果
54 | *@param searcher 搜索对象
55 | *@param result 搜索结果
56 | *@param error 错误号,@see BMKSearchErrorCode
57 | */
58 | - (void)onGetSuggestionResult:(BMKSuggestionSearch*)searcher result:(BMKSuggestionResult*)result errorCode:(BMKSearchErrorCode)error;
59 |
60 |
61 | @end
62 |
63 |
64 |
65 |
66 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKSuggestionSearchOption.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKSuggestionSearchOption.h
3 | * BMapKit
4 | *
5 | * Copyright 2014 Baidu Inc. All rights reserved.
6 | *
7 | */
8 |
9 | #import
10 | /// sug检索信息类
11 | @interface BMKSuggestionSearchOption : NSObject
12 | {
13 | NSString *_keyword;
14 | NSString *_cityname;
15 |
16 | }
17 | ///搜索关键字
18 | @property (nonatomic, strong) NSString *keyword;
19 | ///城市名
20 | @property (nonatomic, strong) NSString *cityname;
21 | ///是否只返回指定城市检索结果(默认:NO)(提示:海外区域暂不支持设置cityLimit)
22 | @property (nonatomic, assign) BOOL cityLimit;
23 |
24 | @end
25 |
26 |
27 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/readme.txt:
--------------------------------------------------------------------------------
1 | 检索功能:包括POI检索,公交信息查询,路线规划,地理编码/反地理编码,在线建议查询,短串分享等;
2 |
3 |
4 |
5 |
6 | --------------------------------------------------------------------------------------
7 |
8 | iOS 地图 SDK v3.3.0是适用于iOS系统移动设备的矢量地图开发包
9 |
10 | --------------------------------------------------------------------------------------
11 |
12 | 地图SDK功能介绍(全功能开发包):
13 |
14 | 地图:提供地图展示和地图操作功能;
15 |
16 | POI检索:支持周边检索、区域检索和城市内兴趣点检索;
17 |
18 | 地理编码:提供经纬度和地址信息相互转化的功能接口;
19 |
20 | 线路规划:支持公交、驾车、步行三种方式的线路规划;
21 |
22 | 覆盖物图层:支持在地图上添加覆盖物(标注、几何图形、热力图、地形图图层等),展示更丰富的LBS信息;
23 |
24 | 定位:获取当前位置信息,并在地图上展示(支持普通、跟随、罗盘三种模式);
25 |
26 | 离线地图:使用离线地图可节省用户流量,提供更好的地图展示效果;
27 |
28 | 调启百度地图:利用SDK接口,直接在本地打开百度地图客户端或WebApp,实现地图功能;
29 |
30 | 周边雷达:利用周边雷达功能,开发者可在App内低成本、快速实现查找周边使用相同App的用户位置的功能;
31 |
32 | LBS云检索:支持查询存储在LBS云内的自有数据;
33 |
34 | 特色功能:提供短串分享、Place详情检索、热力图等特色功能,帮助开发者搭建功能更加强大的应用;
35 |
36 |
37 | --------------------------------------------------------------------------------------
38 |
39 | 注:自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)。
40 |
41 | 新 版 提 示 】
42 | 【 注 意 】
43 | 1、自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)
44 | 添加方法:在 TARGETS->Build Phases-> Link Binary With Libaries中点击“+”按钮,在弹出的窗口中点击“Add Other”按钮,选择libssl.a和libcrypto.a添加到工程中 。
45 |
46 | 2、支持CocoaPods导入
47 | pod setup //更新CocoPods的本地库
48 | pod search BaiduMapKit //下载最新地图SDK
49 |
50 | 【 新 增 】
51 | [ 基 础 地 图 ]
52 | 3D地图下,增加显示天空效果,无需设置
53 |
54 | [ 工 具 ]
55 | 1.全面支持GCJ02坐标输入/输出,全局设置方法如下:
56 | [BMKMapManager setCoordinateTypeUsedInBaiduMapSDK:BMK_COORDTYPE_COMMON];//默认为BD09LL坐标,且此方法仅在国内生效,国外均为WGS84坐标
57 |
58 | 2. 新增调启步行AR导航接口:openBaiduMapwalkARNavigation
59 |
60 | [ LBS云]
61 | 云检索中,keywords 改为非必填项
62 |
63 | 【 优 化 】
64 | 优化个性化地图元素分类
65 |
66 | 【 修 复 】
67 | 少部分地铁线及室内图无法显示问题(v3.2.0引入的问题)。
未下载全国离线基础包时,离线状态下全国(球)地图显示异常。
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/BaiduMapAPI_Utils:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/BaiduMapAPI_Utils
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKFavPoiInfo.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKFavPoiInfo.h
3 | // UtilsComponent
4 | //
5 | // Created by wzy on 15/4/8.
6 | // Copyright (c) 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef UtilsComponent_BMKFavPoiInfo_h
10 | #define UtilsComponent_BMKFavPoiInfo_h
11 |
12 | #import
13 | #import
14 |
15 | ///收藏点信息类
16 | @interface BMKFavPoiInfo : NSObject
17 |
18 | ///数据ID,自动生成
19 | @property (nonatomic, strong) NSString* favId;
20 | ///poi名称(添加或更新时,必须有)
21 | @property (nonatomic, strong) NSString* poiName;
22 | ///poi点Uid
23 | @property (nonatomic, strong) NSString* poiUid;
24 | ///poi坐标(添加或更新时,必须有)
25 | @property (nonatomic, assign) CLLocationCoordinate2D pt;
26 | ///poi地址
27 | @property (nonatomic, strong) NSString* address;
28 | ///城市名称
29 | @property (nonatomic, strong) NSString* cityName;
30 | ///添加或最后修改时间戳
31 | @property (nonatomic, assign) NSUInteger timeStamp;
32 |
33 |
34 | @end
35 |
36 | #endif
37 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKFavPoiManager.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKFavPoiManager.h
3 | // UtilsComponent
4 | //
5 | // Created by wzy on 15/4/9.
6 | // Copyright (c) 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef UtilsComponent_BMKFavPoiManager_h
10 | #define UtilsComponent_BMKFavPoiManager_h
11 |
12 | #import "BMKFavPoiInfo.h"
13 |
14 | ///收藏点管理类
15 | @interface BMKFavPoiManager : NSObject
16 |
17 | /**
18 | * 添加一个poi点
19 | * @param favPoiInfo 点信息,in/out,输出包含favId和添加时间
20 | * @return -2:收藏夹已满,-1:名称为空,0:添加失败,1:添加成功
21 | */
22 | - (NSInteger)addFavPoi:(BMKFavPoiInfo*) favPoiInfo;
23 |
24 | /**
25 | * 获取一个收藏点信息
26 | * @param favId 添加时返回的favId,也可通过getAllFavPois获取的信息中BMKFavPoiInfo的属性favId
27 | * @return 收藏点信息,没有返回nil
28 | */
29 | - (BMKFavPoiInfo*)getFavPoi:(NSString*) favId;
30 |
31 | /**
32 | * 获取所有收藏点信息
33 | * @return 点信息数组
34 | */
35 | - (NSArray*)getAllFavPois;
36 |
37 | /**
38 | * 更新一个收藏点
39 | * @param favId 添加时返回的favId,也可通过getAllFavPois获取的信息中BMKFavPoiInfo的属性favId
40 | * @param favPoiInfo 点信息,in/out,输出包含修改时间
41 | * @return 成功返回YES,失败返回NO
42 | */
43 | - (BOOL)updateFavPoi:(NSString*) favId favPoiInfo:(BMKFavPoiInfo*) favPoiInfo;
44 |
45 | /**
46 | * 删除一个收藏点
47 | * @param favId 添加时返回的favId,也可通过getAllFavPois获取的信息中BMKFavPoiInfo的属性favId
48 | * @return 成功返回YES,失败返回NO
49 | */
50 | - (BOOL)deleteFavPoi:(NSString*) favId;
51 |
52 | /**
53 | * 清空所有收藏点
54 | * @return 成功返回YES,失败返回NO
55 | */
56 | - (BOOL)clearAllFavPois;
57 |
58 | @end
59 |
60 | #endif
61 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKNavigation.h:
--------------------------------------------------------------------------------
1 | /*
2 | * BMKNavigation.h
3 | * BMapKit
4 | *
5 | * Copyright 2011 Baidu Inc. All rights reserved.
6 | *
7 | */
8 | #import
9 | #import
10 | //定义调起导航的两种类型
11 | //注:自2.8.0开始废弃,只支持调起客户端导航,在调起客户端导航时,才会调起web导航
12 | typedef enum
13 | {
14 | BMK_NAVI_TYPE_NATIVE = 0,//客户端导航
15 | BMK_NAVI_TYPE_WEB,//web导航
16 | } BMK_NAVI_TYPE;
17 |
18 | ///此类管理调起导航时传入的参数
19 | @interface BMKNaviPara : NSObject
20 | {
21 | BMKPlanNode* _startPoint;
22 | BMKPlanNode* _endPoint;
23 | BMK_NAVI_TYPE _naviType;
24 | NSString* _appScheme;
25 | NSString* _appName;
26 | }
27 | ///起点,必须包含经纬度坐标(调起地图客户端时设置起点无效,以“我的位置”为起点)
28 | @property (nonatomic, strong) BMKPlanNode* startPoint;
29 | ///终点,必须包含经纬度坐标
30 | @property (nonatomic, strong) BMKPlanNode* endPoint;
31 | ///导航类型 注:自2.8.0开始废弃,只支持调起客户端导航,在调起客户端导航时,才会调起web导航
32 | @property (nonatomic, assign) BMK_NAVI_TYPE naviType __deprecated_msg("自2.8.0开始废弃");
33 | ///应用返回scheme
34 | @property (nonatomic, strong) NSString* appScheme;
35 | ///应用名称
36 | @property (nonatomic, strong) NSString* appName;
37 | ///调起百度地图客户端驾车导航失败后(步行、骑行导航设置该参数无效),是否支持调起web地图,默认:YES
38 | @property (nonatomic, assign) BOOL isSupportWeb;
39 |
40 | @end
41 |
42 | ///调起百度地图 -- 导航(驾车、步行、骑行)
43 | @interface BMKNavigation : NSObject
44 |
45 | /**
46 | *调起百度地图客户端驾车导航页面
47 | *@param para 调起驾车导航时传入得参数
48 | */
49 | + (BMKOpenErrorCode)openBaiduMapNavigation:(BMKNaviPara*)para;
50 |
51 | /**
52 | *调起百度地图客户端步行导航页面(不支持调起web地图)
53 | *客户端v8.8以后支持
54 | *@param para 调起步行导航时传入参数
55 | */
56 | + (BMKOpenErrorCode)openBaiduMapWalkNavigation:(BMKNaviPara*)para;
57 |
58 | /**
59 | *调起百度地图客户端骑行导航页面(不支持调起web地图)
60 | *客户端v8.8以后支持
61 | *@param para 调起骑行导航时传入参数
62 | */
63 | + (BMKOpenErrorCode)openBaiduMapRideNavigation:(BMKNaviPara*)para;
64 | /**
65 | *调起百度地图AR步行导航
66 | *百度地图客户端v9.7.5以后支持AR步行导航,低于此版本,默认调用步行导航;注:客户端版本低于8.6.9,不支持步行导航。
67 | *@param para 调起AR步行导航时传入参数
68 | */
69 | + (BMKOpenErrorCode)openBaiduMapwalkARNavigation:(BMKNaviPara*)para;
70 |
71 | @end
72 |
73 |
74 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenOption.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKOpenOption.h
3 | // UtilsComponent
4 | //
5 | // Created by wzy on 15/3/26.
6 | // Copyright (c) 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef UtilsComponent_BMKOpenOption_h
10 | #define UtilsComponent_BMKOpenOption_h
11 |
12 | ///调起百度地图参数基类
13 | @interface BMKOpenOption : NSObject
14 |
15 | ///应用返回scheme,用于调起后返回,没有不能返回
16 | @property (nonatomic, strong) NSString* appScheme;
17 | ///调起百度地图客户端失败后,是否支持调起web地图,默认:YES
18 | @property (nonatomic, assign) BOOL isSupportWeb;
19 |
20 | @end
21 |
22 | #endif
23 |
24 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenPanorama.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKOpenPanorama.h
3 | // UtilsComponent
4 | //
5 | // Created by wzy on 16/5/12.
6 | // Copyright © 2016年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKOpenPanorama_h
10 | #define BMKOpenPanorama_h
11 |
12 | #import
13 | #import "BMKOpenOption.h"
14 |
15 | @protocol BMKOpenPanoramaDelegate;
16 |
17 | ///调起百度地图全景参数类
18 | @interface BMKOpenPanoramaOption : BMKOpenOption
19 |
20 | ///poi的uid
21 | @property (nonatomic, strong) NSString* poiUid;
22 |
23 | @end
24 |
25 | ///调起百度地图 -- 全景
26 | @interface BMKOpenPanorama : NSObject
27 |
28 | @property (nonatomic, weak) id delegate;
29 |
30 | /**
31 | * 调起百度地图全景页面
32 | * 异步,调起结果在BMKOpenPanoramaDelegate的onGetOpenPanoramaStatus:通知
33 | *@param option 调起百度地图全景参数类(BMKOpenPanoramaOption)
34 | */
35 | - (void)openBaiduMapPanorama:(BMKOpenPanoramaOption *) option;
36 |
37 | @end
38 |
39 | ///调起百度地图全景delegate,用于获取调起状态
40 | @protocol BMKOpenPanoramaDelegate
41 |
42 | - (void)onGetOpenPanoramaStatus:(BMKOpenErrorCode) ecode;
43 |
44 | @end
45 |
46 | #endif /* BMKOpenPanorama_h */
47 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenPoi.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKOpenPoi.h
3 | // UtilsComponent
4 | //
5 | // Created by wzy on 15/3/26.
6 | // Copyright (c) 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef UtilsComponent_BMKOpenPoi_h
10 | #define UtilsComponent_BMKOpenPoi_h
11 |
12 | #import "BMKOpenPoiOption.h"
13 | #import
14 |
15 | ///调起百度地图 -- poi
16 | ///注:从iphone百度地图 8.2.0版本开始支持
17 | @interface BMKOpenPoi : NSObject
18 |
19 | /**
20 | * 调起百度地图poi详情页面
21 | * 注:从iphone百度地图 8.2.0版本开始支持
22 | *@param option poi详情参数类(BMKOpenPoiDetailOption)
23 | *@return 调起结果
24 | */
25 | + (BMKOpenErrorCode)openBaiduMapPoiDetailPage:(BMKOpenPoiDetailOption *) option;
26 |
27 | /**
28 | * 调起百度地图poi周边检索页面
29 | * 注:从iphone百度地图 8.2.0版本开始支持
30 | *@param option poi周边参数类(BMKOpenPoiNearbyOption)
31 | *@return 调起结果
32 | */
33 | + (BMKOpenErrorCode)openBaiduMapPoiNearbySearch:(BMKOpenPoiNearbyOption *) option;
34 |
35 | @end
36 |
37 | #endif
38 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenPoiOption.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKOpenPoiOption.h
3 | // UtilsComponent
4 | //
5 | // Created by wzy on 15/3/26.
6 | // Copyright (c) 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef UtilsComponent_BMKOpenPoiOption_h
10 | #define UtilsComponent_BMKOpenPoiOption_h
11 |
12 | #import
13 | #import
14 | #import "BMKOpenOption.h"
15 |
16 | ///调起百度地图: poi详情参数类
17 | @interface BMKOpenPoiDetailOption : BMKOpenOption
18 |
19 | ///poi的uid
20 | @property (nonatomic, strong) NSString* poiUid;
21 |
22 | @end
23 |
24 |
25 | ///调起百度地图: poi周边参数类
26 | @interface BMKOpenPoiNearbyOption : BMKOpenOption
27 |
28 | ///中心点(经纬度)
29 | @property (nonatomic, assign) CLLocationCoordinate2D location;
30 | ///半径
31 | @property (nonatomic, assign) NSUInteger radius;
32 | ///关键词
33 | @property (nonatomic, strong) NSString* keyword;
34 |
35 | @end
36 |
37 |
38 | #endif
39 |
40 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenRoute.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKOpenRoute.h
3 | // UtilsComponent
4 | //
5 | // Created by wzy on 15/3/26.
6 | // Copyright (c) 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef UtilsComponent_BMKOpenRoute_h
10 | #define UtilsComponent_BMKOpenRoute_h
11 | #import "BMKOpenRouteOption.h"
12 | #import
13 |
14 | ///调起百度地图 -- 路线
15 | ///注:从iphone百度地图 8.2.0版本开始支持
16 | @interface BMKOpenRoute : NSObject
17 |
18 | /**
19 | * 调起百度地图步行路线页面
20 | * 注:从iphone百度地图 8.2.0版本开始支持
21 | *@param option 步行路线参数类(BMKOpenWalkingRouteOption)
22 | *@return 调起结果
23 | */
24 | + (BMKOpenErrorCode)openBaiduMapWalkingRoute:(BMKOpenWalkingRouteOption *) option;
25 |
26 | /**
27 | * 调起百度地图公交路线页面
28 | * 注:从iphone百度地图 8.2.0版本开始支持
29 | *@param option 公交路线参数类(BMKOpenTransitRouteOption)
30 | *@return 调起结果
31 | */
32 | + (BMKOpenErrorCode)openBaiduMapTransitRoute:(BMKOpenTransitRouteOption *) option;
33 |
34 | /**
35 | * 调起百度地图驾车路线检索页面
36 | * 注:从iphone百度地图 8.2.0版本开始支持
37 | *@param option 驾车路线参数类(BMKOpenDrivingRouteOption)
38 | *@return 调起结果
39 | */
40 | + (BMKOpenErrorCode)openBaiduMapDrivingRoute:(BMKOpenDrivingRouteOption *) option;
41 |
42 | @end
43 |
44 |
45 | #endif
46 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenRouteOption.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKOpenRouteOption.h
3 | // UtilsComponent
4 | //
5 | // Created by wzy on 15/3/26.
6 | // Copyright (c) 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef UtilsComponent_BMKOpenRouteOption_h
10 | #define UtilsComponent_BMKOpenRouteOption_h
11 |
12 | #import
13 | #import "BMKOpenOption.h"
14 | #import
15 |
16 | typedef enum
17 | {
18 | BMK_OPEN_TRANSIT_RECOMMAND = 3, //推荐
19 | BMK_OPEN_TRANSIT_TRANSFER_FIRST, //少换乘
20 | BMK_OPEN_TRANSIT_WALK_FIRST, //少步行
21 | BMK_OPEN_TRANSIT_NO_SUBWAY, //不坐地铁
22 | BMK_OPEN_TRANSIT_TIME_FIRST, //时间短
23 | }BMKOpenTransitPolicy;
24 |
25 | ///此类管理调起百度地图路线时传入的参数
26 | @interface BMKOpenRouteOption : BMKOpenOption
27 |
28 | ///起点
29 | @property (nonatomic, strong) BMKPlanNode *startPoint;
30 | ///终点
31 | @property (nonatomic, strong) BMKPlanNode *endPoint;
32 |
33 | @end
34 |
35 | ///此类管理调起百度地图步行路线时传入的参数
36 | @interface BMKOpenWalkingRouteOption : BMKOpenRouteOption
37 |
38 | @end
39 |
40 | ///此类管理调起百度地图驾车路线时传入的参数
41 | @interface BMKOpenDrivingRouteOption : BMKOpenRouteOption
42 |
43 | @end
44 |
45 | ///此类管理调起百度地图公共交通路线时传入的参数
46 | @interface BMKOpenTransitRouteOption : BMKOpenRouteOption
47 |
48 | //策略,默认:BMK_OPEN_TRANSIT_RECOMMAND(异常值,强制使用BMK_OPEN_TRANSIT_RECOMMAND)
49 | @property (nonatomic, assign) BMKOpenTransitPolicy openTransitPolicy;
50 |
51 | @end
52 |
53 |
54 | #endif
55 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKUtilsComponent.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKUtilsComponent.h
3 | // baiduMapSdk
4 | //
5 | // Created by baidu on 14-4-22.
6 | // Copyright (c) 2014年 baidu. All rights reserved.
7 | //
8 |
9 |
10 | #import "BMKGeometry.h"
11 | #import "BMKNavigation.h"
12 | #import "BMKOpenPoi.h"
13 | #import "BMKOpenRoute.h"
14 | #import "BMKOpenPoiOption.h"
15 | #import "BMKOpenRouteOption.h"
16 | #import "BMKFavPoiManager.h"
17 | #import "BMKUtilsVersion.h"
18 | #import "BMKOpenPanorama.h"
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKUtilsVersion.h:
--------------------------------------------------------------------------------
1 | //
2 | // BMKUtilsVersion.h
3 | // UtilsComponent
4 | //
5 | // Created by wzy on 15/9/9.
6 | // Copyright © 2015年 baidu. All rights reserved.
7 | //
8 |
9 | #ifndef BMKUtilsVersion_h
10 | #define BMKUtilsVersion_h
11 |
12 | #import
13 |
14 | /**
15 | *重要:
16 | *utils组件的版本和base组件的版本必须一致,否则不能正常使用
17 | */
18 |
19 | /**
20 | *获取当前地图API utils组件 的版本号
21 | *当前utils组件版本 : 3.3.0
22 | *return 返回当前API utils组件 的版本号
23 | */
24 | UIKIT_EXTERN NSString* BMKGetMapApiUtilsComponentVersion();
25 |
26 | /**
27 | *检查utils组件的版本号是否和base组件的版本号一致
28 | *return 版本号一致返回YES
29 | */
30 | UIKIT_EXTERN BOOL BMKCheckUtilsComponentIsLegal();
31 |
32 |
33 | #endif /* BMKUtilsVersion_h */
34 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/readme.txt:
--------------------------------------------------------------------------------
1 | 计算工具:包括测距(两点之间距离)、坐标转换、调起百度地图等功能;
2 |
3 |
4 |
5 |
6 | --------------------------------------------------------------------------------------
7 |
8 | iOS 地图 SDK v3.3.0是适用于iOS系统移动设备的矢量地图开发包
9 |
10 | --------------------------------------------------------------------------------------
11 |
12 | 地图SDK功能介绍(全功能开发包):
13 |
14 | 地图:提供地图展示和地图操作功能;
15 |
16 | POI检索:支持周边检索、区域检索和城市内兴趣点检索;
17 |
18 | 地理编码:提供经纬度和地址信息相互转化的功能接口;
19 |
20 | 线路规划:支持公交、驾车、步行三种方式的线路规划;
21 |
22 | 覆盖物图层:支持在地图上添加覆盖物(标注、几何图形、热力图、地形图图层等),展示更丰富的LBS信息;
23 |
24 | 定位:获取当前位置信息,并在地图上展示(支持普通、跟随、罗盘三种模式);
25 |
26 | 离线地图:使用离线地图可节省用户流量,提供更好的地图展示效果;
27 |
28 | 调启百度地图:利用SDK接口,直接在本地打开百度地图客户端或WebApp,实现地图功能;
29 |
30 | 周边雷达:利用周边雷达功能,开发者可在App内低成本、快速实现查找周边使用相同App的用户位置的功能;
31 |
32 | LBS云检索:支持查询存储在LBS云内的自有数据;
33 |
34 | 特色功能:提供短串分享、Place详情检索、热力图等特色功能,帮助开发者搭建功能更加强大的应用;
35 |
36 |
37 | --------------------------------------------------------------------------------------
38 |
39 | 注:自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)。
40 |
41 | 新 版 提 示 】
42 | 【 注 意 】
43 | 1、自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)
44 | 添加方法:在 TARGETS->Build Phases-> Link Binary With Libaries中点击“+”按钮,在弹出的窗口中点击“Add Other”按钮,选择libssl.a和libcrypto.a添加到工程中 。
45 |
46 | 2、支持CocoaPods导入
47 | pod setup //更新CocoPods的本地库
48 | pod search BaiduMapKit //下载最新地图SDK
49 |
50 | 【 新 增 】
51 | [ 基 础 地 图 ]
52 | 3D地图下,增加显示天空效果,无需设置
53 |
54 | [ 工 具 ]
55 | 1.全面支持GCJ02坐标输入/输出,全局设置方法如下:
56 | [BMKMapManager setCoordinateTypeUsedInBaiduMapSDK:BMK_COORDTYPE_COMMON];//默认为BD09LL坐标,且此方法仅在国内生效,国外均为WGS84坐标
57 |
58 | 2. 新增调启步行AR导航接口:openBaiduMapwalkARNavigation
59 |
60 | [ LBS云]
61 | 云检索中,keywords 改为非必填项
62 |
63 | 【 优 化 】
64 | 优化个性化地图元素分类
65 |
66 | 【 修 复 】
67 | 少部分地铁线及室内图无法显示问题(v3.2.0引入的问题)。
未下载全国离线基础包时,离线状态下全国(球)地图显示异常。
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/thirdlibs/libcrypto.a:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/thirdlibs/libcrypto.a
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/BaiduMapKit/thirdlibs/libssl.a:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SingGitHub/BMKMapClusterView/6cbce39cefb567ba8c8adbbf9e0073c22d395fd3/Pods/BaiduMapKit/BaiduMapKit/thirdlibs/libssl.a
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/LICENSE:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) 2015 BaiduLBS
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
23 |
--------------------------------------------------------------------------------
/Pods/BaiduMapKit/README.md:
--------------------------------------------------------------------------------
1 | # BaiduMapKit
2 |
3 | 百度地图 iOS SDK(官方)
4 |
5 |
6 |
7 | --------------------------------------------------------------------------------------
8 |
9 | iOS 地图 SDK v3.3.0是适用于iOS系统移动设备的矢量地图开发包
10 |
11 | --------------------------------------------------------------------------------------
12 |
13 | 地图SDK功能介绍(全功能开发包):
14 |
15 | 地图:提供地图展示和地图操作功能;
16 |
17 | POI检索:支持周边检索、区域检索和城市内兴趣点检索;
18 |
19 | 地理编码:提供经纬度和地址信息相互转化的功能接口;
20 |
21 | 线路规划:支持公交、驾车、步行三种方式的线路规划;
22 |
23 | 覆盖物图层:支持在地图上添加覆盖物(标注、几何图形、热力图、地形图图层等),展示更丰富的LBS信息;
24 |
25 | 定位:获取当前位置信息,并在地图上展示(支持普通、跟随、罗盘三种模式);
26 |
27 | 离线地图:使用离线地图可节省用户流量,提供更好的地图展示效果;
28 |
29 | 调启百度地图:利用SDK接口,直接在本地打开百度地图客户端或WebApp,实现地图功能;
30 |
31 | 周边雷达:利用周边雷达功能,开发者可在App内低成本、快速实现查找周边使用相同App的用户位置的功能;
32 |
33 | LBS云检索:支持查询存储在LBS云内的自有数据;
34 |
35 | 特色功能:提供短串分享、Place详情检索、热力图等特色功能,帮助开发者搭建功能更加强大的应用;
36 |
37 |
38 | --------------------------------------------------------------------------------------
39 |
40 | 注:自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)。
41 |
42 | 新 版 提 示 】
43 | 【 注 意 】
44 | 1、自v3.2.0起,百度地图iOS SDK全面支持HTTPS,需要广大开发者导入第三方openssl静态库:libssl.a和libcrypto.a(存放于thirdlib目录下)
45 | 添加方法:在 TARGETS->Build Phases-> Link Binary With Libaries中点击“+”按钮,在弹出的窗口中点击“Add Other”按钮,选择libssl.a和libcrypto.a添加到工程中 。
46 |
47 | 2、支持CocoaPods导入
48 | pod setup //更新CocoPods的本地库
49 | pod search BaiduMapKit //下载最新地图SDK
50 |
51 | 【 新 增 】
52 | [ 基 础 地 图 ]
53 | 3D地图下,增加显示天空效果,无需设置
54 |
55 | [ 工 具 ]
56 | 1.全面支持GCJ02坐标输入/输出,全局设置方法如下:
57 | [BMKMapManager setCoordinateTypeUsedInBaiduMapSDK:BMK_COORDTYPE_COMMON];//默认为BD09LL坐标,且此方法仅在国内生效,国外均为WGS84坐标
58 |
59 | 2. 新增调启步行AR导航接口:openBaiduMapwalkARNavigation
60 |
61 | [ LBS云]
62 | 云检索中,keywords 改为非必填项
63 |
64 | 【 优 化 】
65 | 优化个性化地图元素分类
66 |
67 | 【 修 复 】
68 | 少部分地铁线及室内图无法显示问题(v3.2.0引入的问题)。
69 | 未下载全国离线基础包时,离线状态下全国(球)地图显示异常。
70 |
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Base/BMKBaseComponent.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Base.framework/Headers/BMKBaseComponent.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Base/BMKGeneralDelegate.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Base.framework/Headers/BMKGeneralDelegate.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Base/BMKMapManager.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Base.framework/Headers/BMKMapManager.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Base/BMKTypes.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Base.framework/Headers/BMKTypes.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Base/BMKUserLocation.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Base.framework/Headers/BMKUserLocation.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Base/BMKVersion.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Base.framework/Headers/BMKVersion.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Cloud/BMKCloudPOIList.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Cloud.framework/Headers/BMKCloudPOIList.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Cloud/BMKCloudSearch.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Cloud.framework/Headers/BMKCloudSearch.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Cloud/BMKCloudSearchComponent.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Cloud.framework/Headers/BMKCloudSearchComponent.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Cloud/BMKCloudSearchInfo.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Cloud.framework/Headers/BMKCloudSearchInfo.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Cloud/BMKCloudVersion.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Cloud.framework/Headers/BMKCloudVersion.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Location/BMKLocationComponent.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/Headers/BMKLocationComponent.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Location/BMKLocationService.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/Headers/BMKLocationService.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Location/BMKLocationVersion.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/Headers/BMKLocationVersion.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKActionPaopaoView.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKActionPaopaoView.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKAnnotation.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKAnnotation.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKAnnotationView.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKAnnotationView.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKArcline.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKArcline.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKArclineView.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKArclineView.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKBaseIndoorMapInfo.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKBaseIndoorMapInfo.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKCircle.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKCircle.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKCircleView.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKCircleView.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKGradient.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKGradient.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKGroundOverlay.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKGroundOverlay.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKGroundOverlayView.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKGroundOverlayView.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKHeatMap.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKHeatMap.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKLocationViewDisplayParam.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKLocationViewDisplayParam.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKMapComponent.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKMapComponent.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKMapStatus.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKMapStatus.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKMapVersion.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKMapVersion.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKMapView.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKMapView.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKMultiPoint.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKMultiPoint.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKOfflineMap.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOfflineMap.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKOfflineMapType.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOfflineMapType.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKOverlay.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOverlay.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKOverlayGLBasicView.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOverlayGLBasicView.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKOverlayPathView.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOverlayPathView.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKOverlayView.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKOverlayView.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKPinAnnotationView.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPinAnnotationView.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKPointAnnotation.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPointAnnotation.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKPolygon.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPolygon.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKPolygonView.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPolygonView.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKPolyline.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPolyline.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKPolylineView.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKPolylineView.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKShape.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKShape.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKTileLayer.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKTileLayer.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Map/BMKTileLayerView.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Headers/BMKTileLayerView.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Radar/BMKRadarComponent.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Radar.framework/Headers/BMKRadarComponent.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Radar/BMKRadarManager.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Radar.framework/Headers/BMKRadarManager.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Radar/BMKRadarOption.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Radar.framework/Headers/BMKRadarOption.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Radar/BMKRadarResult.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Radar.framework/Headers/BMKRadarResult.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Radar/BMKRadarVersion.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Radar.framework/Headers/BMKRadarVersion.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKBusLineSearch.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKBusLineSearch.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKBusLineSearchOption.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKBusLineSearchOption.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKDistrictSearch.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKDistrictSearch.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKGeocodeSearch.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKGeocodeSearch.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKGeocodeSearchOption.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKGeocodeSearchOption.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKGeocodeType.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKGeocodeType.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKPoiSearch.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKPoiSearch.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKPoiSearchOption.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKPoiSearchOption.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKPoiSearchType.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKPoiSearchType.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKRouteSearch.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKRouteSearch.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKRouteSearchOption.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKRouteSearchOption.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKRouteSearchType.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKRouteSearchType.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKSearchBase.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKSearchBase.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKSearchComponent.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKSearchComponent.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKSearchVersion.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKSearchVersion.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKShareURLSearch.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKShareURLSearch.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKShareUrlSearchOption.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKShareUrlSearchOption.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKSuggestionSearch.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKSuggestionSearch.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Search/BMKSuggestionSearchOption.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/Headers/BMKSuggestionSearchOption.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Utils/BMKFavPoiInfo.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKFavPoiInfo.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Utils/BMKFavPoiManager.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKFavPoiManager.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Utils/BMKGeometry.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKGeometry.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Utils/BMKNavigation.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKNavigation.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Utils/BMKOpenOption.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenOption.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Utils/BMKOpenPanorama.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenPanorama.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Utils/BMKOpenPoi.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenPoi.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Utils/BMKOpenPoiOption.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenPoiOption.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Utils/BMKOpenRoute.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenRoute.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Utils/BMKOpenRouteOption.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenRouteOption.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Utils/BMKUtilsComponent.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKUtilsComponent.h
--------------------------------------------------------------------------------
/Pods/Headers/Public/BaiduMapKit/BaiduMapAPI_Utils/BMKUtilsVersion.h:
--------------------------------------------------------------------------------
1 | ../../../../BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKUtilsVersion.h
--------------------------------------------------------------------------------
/Pods/Manifest.lock:
--------------------------------------------------------------------------------
1 | PODS:
2 | - BaiduMapKit (3.3.0)
3 |
4 | DEPENDENCIES:
5 | - BaiduMapKit (~> 3.3.0)
6 |
7 | SPEC CHECKSUMS:
8 | BaiduMapKit: 6517f84bdca032170ee9da39985bb64eba8ed900
9 |
10 | PODFILE CHECKSUM: 1561525891c4573d0adb6638632c5a1598535b16
11 |
12 | COCOAPODS: 1.2.0
13 |
--------------------------------------------------------------------------------
/Pods/Pods.xcodeproj/xcuserdata/jiangshiying.xcuserdatad/xcschemes/Pods-BMKMapClusterView.xcscheme:
--------------------------------------------------------------------------------
1 |
2 |
5 |
8 |
9 |
15 |
21 |
22 |
23 |
24 |
25 |
30 |
31 |
32 |
33 |
43 |
44 |
45 |
46 |
52 |
53 |
55 |
56 |
59 |
60 |
61 |
--------------------------------------------------------------------------------
/Pods/Pods.xcodeproj/xcuserdata/jiangshiying.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SchemeUserState
6 |
7 | Pods-BMKMapClusterView.xcscheme
8 |
9 | isShown
10 |
11 |
12 |
13 | SuppressBuildableAutocreation
14 |
15 | C5FC78216B080CC4A1D656B1A22B24B3
16 |
17 | primary
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/Pods/Target Support Files/Pods-BMKMapClusterView/Pods-BMKMapClusterView-acknowledgements.markdown:
--------------------------------------------------------------------------------
1 | # Acknowledgements
2 | This application makes use of the following third party libraries:
3 |
4 | ## BaiduMapKit
5 |
6 | The MIT License (MIT)
7 |
8 | Copyright (c) 2015 BaiduLBS
9 |
10 | Permission is hereby granted, free of charge, to any person obtaining a copy
11 | of this software and associated documentation files (the "Software"), to deal
12 | in the Software without restriction, including without limitation the rights
13 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14 | copies of the Software, and to permit persons to whom the Software is
15 | furnished to do so, subject to the following conditions:
16 |
17 | The above copyright notice and this permission notice shall be included in all
18 | copies or substantial portions of the Software.
19 |
20 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26 | SOFTWARE.
27 |
28 |
29 | Generated by CocoaPods - https://cocoapods.org
30 |
--------------------------------------------------------------------------------
/Pods/Target Support Files/Pods-BMKMapClusterView/Pods-BMKMapClusterView-acknowledgements.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | PreferenceSpecifiers
6 |
7 |
8 | FooterText
9 | This application makes use of the following third party libraries:
10 | Title
11 | Acknowledgements
12 | Type
13 | PSGroupSpecifier
14 |
15 |
16 | FooterText
17 | The MIT License (MIT)
18 |
19 | Copyright (c) 2015 BaiduLBS
20 |
21 | Permission is hereby granted, free of charge, to any person obtaining a copy
22 | of this software and associated documentation files (the "Software"), to deal
23 | in the Software without restriction, including without limitation the rights
24 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25 | copies of the Software, and to permit persons to whom the Software is
26 | furnished to do so, subject to the following conditions:
27 |
28 | The above copyright notice and this permission notice shall be included in all
29 | copies or substantial portions of the Software.
30 |
31 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37 | SOFTWARE.
38 |
39 |
40 | License
41 | MIT
42 | Title
43 | BaiduMapKit
44 | Type
45 | PSGroupSpecifier
46 |
47 |
48 | FooterText
49 | Generated by CocoaPods - https://cocoapods.org
50 | Title
51 |
52 | Type
53 | PSGroupSpecifier
54 |
55 |
56 | StringsTable
57 | Acknowledgements
58 | Title
59 | Acknowledgements
60 |
61 |
62 |
--------------------------------------------------------------------------------
/Pods/Target Support Files/Pods-BMKMapClusterView/Pods-BMKMapClusterView-dummy.m:
--------------------------------------------------------------------------------
1 | #import
2 | @interface PodsDummy_Pods_BMKMapClusterView : NSObject
3 | @end
4 | @implementation PodsDummy_Pods_BMKMapClusterView
5 | @end
6 |
--------------------------------------------------------------------------------
/Pods/Target Support Files/Pods-BMKMapClusterView/Pods-BMKMapClusterView.debug.xcconfig:
--------------------------------------------------------------------------------
1 | FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/BaiduMapKit/BaiduMapKit"
2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
3 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BaiduMapKit"
4 | LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/thirdlibs"
5 | OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/BaiduMapKit"
6 | OTHER_LDFLAGS = $(inherited) -ObjC -l"crypto" -l"sqlite3.0" -l"ssl" -l"stdc++.6.0.9" -framework "BaiduMapAPI_Base" -framework "BaiduMapAPI_Cloud" -framework "BaiduMapAPI_Location" -framework "BaiduMapAPI_Map" -framework "BaiduMapAPI_Radar" -framework "BaiduMapAPI_Search" -framework "BaiduMapAPI_Utils" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "OpenGLES" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration"
7 | PODS_BUILD_DIR = $BUILD_DIR
8 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
9 | PODS_ROOT = ${SRCROOT}/Pods
10 |
--------------------------------------------------------------------------------
/Pods/Target Support Files/Pods-BMKMapClusterView/Pods-BMKMapClusterView.release.xcconfig:
--------------------------------------------------------------------------------
1 | FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/BaiduMapKit/BaiduMapKit"
2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
3 | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BaiduMapKit"
4 | LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/thirdlibs"
5 | OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/BaiduMapKit"
6 | OTHER_LDFLAGS = $(inherited) -ObjC -l"crypto" -l"sqlite3.0" -l"ssl" -l"stdc++.6.0.9" -framework "BaiduMapAPI_Base" -framework "BaiduMapAPI_Cloud" -framework "BaiduMapAPI_Location" -framework "BaiduMapAPI_Map" -framework "BaiduMapAPI_Radar" -framework "BaiduMapAPI_Search" -framework "BaiduMapAPI_Utils" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "OpenGLES" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration"
7 | PODS_BUILD_DIR = $BUILD_DIR
8 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
9 | PODS_ROOT = ${SRCROOT}/Pods
10 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # BMKMapClusterView
--------------------------------------------------------------------------------