├── .flowconfig ├── .gitignore ├── .npmignore ├── BaiduMap ├── BaiduMap.h ├── BaiduMap.m ├── BaiduMapManager.h └── BaiduMapManager.m ├── BaiduMapAPI.framework ├── BaiduMapAPI ├── Headers │ ├── BMKActionPaopaoView.h │ ├── BMKAnnotation.h │ ├── BMKAnnotationView.h │ ├── BMKArcline.h │ ├── BMKArclineView.h │ ├── BMKBaseComponent.h │ ├── BMKBusLineSearch.h │ ├── BMKBusLineSearchOption.h │ ├── BMKCircle.h │ ├── BMKCircleView.h │ ├── BMKCloudPOIList.h │ ├── BMKCloudSearch.h │ ├── BMKCloudSearchComponent.h │ ├── BMKCloudSearchInfo.h │ ├── BMKFavPoiInfo.h │ ├── BMKFavPoiManager.h │ ├── BMKGeneralDelegate.h │ ├── BMKGeocodeSearch.h │ ├── BMKGeocodeSearchOption.h │ ├── BMKGeocodeType.h │ ├── BMKGeometry.h │ ├── BMKGradient.h │ ├── BMKGroundOverlay.h │ ├── BMKGroundOverlayView.h │ ├── BMKHeatMap.h │ ├── BMKLocationComponent.h │ ├── BMKLocationService.h │ ├── BMKLocationViewDisplayParam.h │ ├── BMKMapComponent.h │ ├── BMKMapManager.h │ ├── BMKMapStatus.h │ ├── BMKMapView.h │ ├── BMKMultiPoint.h │ ├── BMKNavigation.h │ ├── BMKOfflineMap.h │ ├── BMKOfflineMapType.h │ ├── BMKOpenOption.h │ ├── BMKOpenPoi.h │ ├── BMKOpenPoiOption.h │ ├── BMKOpenRoute.h │ ├── BMKOpenRouteOption.h │ ├── BMKOverlay.h │ ├── BMKOverlayGLBasicView.h │ ├── BMKOverlayPathView.h │ ├── BMKOverlayView.h │ ├── BMKPinAnnotationView.h │ ├── BMKPoiSearch.h │ ├── BMKPoiSearchOption.h │ ├── BMKPoiSearchType.h │ ├── BMKPointAnnotation.h │ ├── BMKPolygon.h │ ├── BMKPolygonView.h │ ├── BMKPolyline.h │ ├── BMKPolylineView.h │ ├── BMKRadarComponent.h │ ├── BMKRadarManager.h │ ├── BMKRadarOption.h │ ├── BMKRadarResult.h │ ├── BMKRouteSearch.h │ ├── BMKRouteSearchOption.h │ ├── BMKRouteSearchType.h │ ├── BMKSearchComponent.h │ ├── BMKShape.h │ ├── BMKShareURLSearch.h │ ├── BMKShareUrlSearchOption.h │ ├── BMKSuggestionSearch.h │ ├── BMKSuggestionSearchOption.h │ ├── BMKTypes.h │ ├── BMKUserLocation.h │ ├── BMKUtilsComponent.h │ ├── BMKVersion.h │ └── BMapKit.h ├── Resources │ └── mapapi.bundle │ │ ├── files │ │ ├── Beijing, China.gpx │ │ ├── DVDirectory.cfg │ │ ├── DVDirectory_Retina.cfg │ │ ├── DVHotMap.cfg │ │ ├── DVHotMap_Retina.cfg │ │ ├── DVHotcity.cfg │ │ ├── DVHotcity_Retina.cfg │ │ ├── DVVersion.cfg │ │ ├── DVVersion_Retina.cfg │ │ ├── ResPack.rs │ │ ├── channel │ │ ├── mapstyle.sty │ │ ├── satellitestyle.sty │ │ └── trafficstyle.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 │ │ ├── pin_green.png │ │ ├── pin_green@2x.png │ │ ├── pin_purple.png │ │ ├── pin_purple@2x.png │ │ ├── pin_red.png │ │ └── pin_red@2x.png └── readme.txt ├── README.md ├── ReactNativeExampleBaiduMap.xcodeproj ├── project.pbxproj └── xcshareddata │ └── xcschemes │ └── ReactNativeExampleBaiduMap.xcscheme ├── index.ios.js └── package.json /.flowconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/.flowconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/.npmignore -------------------------------------------------------------------------------- /BaiduMap/BaiduMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMap/BaiduMap.h -------------------------------------------------------------------------------- /BaiduMap/BaiduMap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMap/BaiduMap.m -------------------------------------------------------------------------------- /BaiduMap/BaiduMapManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMap/BaiduMapManager.h -------------------------------------------------------------------------------- /BaiduMap/BaiduMapManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMap/BaiduMapManager.m -------------------------------------------------------------------------------- /BaiduMapAPI.framework/BaiduMapAPI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/BaiduMapAPI -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKActionPaopaoView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKActionPaopaoView.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKAnnotation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKAnnotation.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKAnnotationView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKAnnotationView.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKArcline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKArcline.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKArclineView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKArclineView.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKBaseComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKBaseComponent.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKBusLineSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKBusLineSearch.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKBusLineSearchOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKBusLineSearchOption.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKCircle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKCircle.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKCircleView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKCircleView.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKCloudPOIList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKCloudPOIList.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKCloudSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKCloudSearch.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKCloudSearchComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKCloudSearchComponent.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKCloudSearchInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKCloudSearchInfo.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKFavPoiInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKFavPoiInfo.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKFavPoiManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKFavPoiManager.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKGeneralDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKGeneralDelegate.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKGeocodeSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKGeocodeSearch.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKGeocodeSearchOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKGeocodeSearchOption.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKGeocodeType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKGeocodeType.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKGeometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKGeometry.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKGradient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKGradient.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKGroundOverlay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKGroundOverlay.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKGroundOverlayView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKGroundOverlayView.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKHeatMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKHeatMap.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKLocationComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKLocationComponent.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKLocationService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKLocationService.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKLocationViewDisplayParam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKLocationViewDisplayParam.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKMapComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKMapComponent.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKMapManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKMapManager.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKMapStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKMapStatus.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKMapView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKMapView.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKMultiPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKMultiPoint.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKNavigation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKNavigation.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKOfflineMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKOfflineMap.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKOfflineMapType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKOfflineMapType.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKOpenOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKOpenOption.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKOpenPoi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKOpenPoi.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKOpenPoiOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKOpenPoiOption.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKOpenRoute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKOpenRoute.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKOpenRouteOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKOpenRouteOption.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKOverlay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKOverlay.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKOverlayGLBasicView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKOverlayGLBasicView.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKOverlayPathView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKOverlayPathView.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKOverlayView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKOverlayView.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKPinAnnotationView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKPinAnnotationView.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKPoiSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKPoiSearch.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKPoiSearchOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKPoiSearchOption.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKPoiSearchType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKPoiSearchType.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKPointAnnotation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKPointAnnotation.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKPolygon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKPolygon.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKPolygonView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKPolygonView.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKPolyline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKPolyline.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKPolylineView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKPolylineView.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKRadarComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKRadarComponent.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKRadarManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKRadarManager.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKRadarOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKRadarOption.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKRadarResult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKRadarResult.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKRouteSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKRouteSearch.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKRouteSearchOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKRouteSearchOption.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKRouteSearchType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKRouteSearchType.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKSearchComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKSearchComponent.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKShape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKShape.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKShareURLSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKShareURLSearch.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKShareUrlSearchOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKShareUrlSearchOption.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKSuggestionSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKSuggestionSearch.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKSuggestionSearchOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKSuggestionSearchOption.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKTypes.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKUserLocation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKUserLocation.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKUtilsComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKUtilsComponent.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMKVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMKVersion.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Headers/BMapKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Headers/BMapKit.h -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/files/Beijing, China.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/files/Beijing, China.gpx -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVDirectory.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVDirectory.cfg -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVDirectory_Retina.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVDirectory_Retina.cfg -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVHotMap.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVHotMap.cfg -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVHotMap_Retina.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVHotMap_Retina.cfg -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVHotcity.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVHotcity.cfg -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVHotcity_Retina.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVHotcity_Retina.cfg -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVVersion.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVVersion.cfg -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVVersion_Retina.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/files/DVVersion_Retina.cfg -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/files/ResPack.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/files/ResPack.rs -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/files/channel: -------------------------------------------------------------------------------- 1 | 1099a -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/files/mapstyle.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/files/mapstyle.sty -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/files/satellitestyle.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/files/satellitestyle.sty -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/files/trafficstyle.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/files/trafficstyle.sty -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/baidumap_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/baidumap_logo.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/baidumap_logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/baidumap_logo@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/bnavi_icon_location_fixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/bnavi_icon_location_fixed.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/bnavi_icon_location_fixed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/bnavi_icon_location_fixed@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/direction_wheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/direction_wheel.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/direction_wheel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/direction_wheel@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left_highlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left_highlighted.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left_highlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_left_highlighted@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right_highlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right_highlighted.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right_highlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_action_paopao_middle_right_highlighted@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_cellphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_cellphone.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_cellphone2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_cellphone2.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_cellphone2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_cellphone2@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_cellphone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_cellphone@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_center_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_center_point.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_center_point@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_center_point@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_compass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_compass.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_compass@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_compass@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_compass_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_compass_background.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_compass_background@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_compass_background@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_direction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_direction.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_direction@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_direction@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_line_nofocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_line_nofocus.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_bus.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_bus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_bus@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_end.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_end@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_end@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_rail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_rail.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_rail@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_rail@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_start.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_start@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_start@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_waypoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_waypoint.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_waypoint@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_nav_waypoint@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left_highlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left_highlighted.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left_highlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_left_highlighted@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right_highlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right_highlighted.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right_highlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/icon_paopao_middle_right_highlighted@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/lineDashTexture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/lineDashTexture.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/pin_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/pin_green.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/pin_green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/pin_green@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/pin_purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/pin_purple.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/pin_purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/pin_purple@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/pin_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/pin_red.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/Resources/mapapi.bundle/images/pin_red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/Resources/mapapi.bundle/images/pin_red@2x.png -------------------------------------------------------------------------------- /BaiduMapAPI.framework/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/BaiduMapAPI.framework/readme.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/README.md -------------------------------------------------------------------------------- /ReactNativeExampleBaiduMap.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/ReactNativeExampleBaiduMap.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /ReactNativeExampleBaiduMap.xcodeproj/xcshareddata/xcschemes/ReactNativeExampleBaiduMap.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/ReactNativeExampleBaiduMap.xcodeproj/xcshareddata/xcschemes/ReactNativeExampleBaiduMap.xcscheme -------------------------------------------------------------------------------- /index.ios.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/index.ios.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VansonLeung/react-native-baidu-map/HEAD/package.json --------------------------------------------------------------------------------