Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
R
react-native-amap3d
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
放牛的园子
react-native-amap3d
Commits
390a09ad
Commit
390a09ad
authored
Aug 22, 2017
by
7c00
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
移除已废弃的代码
parent
3a4d6937
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
8 deletions
+0
-8
AMapDriveManager.m
ios/AMapDriveManager.m
+0
-1
AMapRideManager.m
ios/AMapRideManager.m
+0
-3
AMapViewManager.m
ios/AMapViewManager.m
+0
-1
AMapWalkManager.m
ios/AMapWalkManager.m
+0
-3
No files found.
ios/AMapDriveManager.m
View file @
390a09ad
#import <React/RCTUIManager.h>
#import <AMapNaviKit/AMapNaviDriveView.h>
#import <AMapNaviKit/AMapNaviDriveManager.h>
#import "AMapNavigationManager.h"
#import "AMapDrive.h"
...
...
ios/AMapRideManager.m
View file @
390a09ad
#import <React/RCTUIManager.h>
#import <AMapNaviKit/AMapNaviRideView.h>
#import <AMapNaviKit/AMapNaviRideManager.h>
#import "AMapNavigationManager.h"
#import "AMapRide.h"
#pragma ide diagnostic ignored "OCUnusedClassInspection"
@interface
AMapRideManager
:
RCTViewManager
<
AMapNaviRideManagerDelegate
>
+
(
AMapRide
*
)
navigationView
;
+
(
AMapNaviRideManager
*
)
navigationManager
;
...
...
ios/AMapViewManager.m
View file @
390a09ad
...
...
@@ -17,7 +17,6 @@ RCT_EXPORT_MODULE()
-
(
UIView
*
)
view
{
AMapView
*
mapView
=
[
AMapView
new
];
mapView
.
runLoopMode
=
NSDefaultRunLoopMode
;
mapView
.
allowsAnnotationViewSorting
=
YES
;
mapView
.
centerCoordinate
=
CLLocationCoordinate2DMake
(
39
.
9042
,
116
.
4074
);
mapView
.
zoomLevel
=
10
;
mapView
.
delegate
=
self
;
...
...
ios/AMapWalkManager.m
View file @
390a09ad
#import <React/RCTUIManager.h>
#import <AMapNaviKit/AMapNaviWalkView.h>
#import <AMapNaviKit/AMapNaviWalkManager.h>
#import "AMapNavigationManager.h"
#import "AMapWalk.h"
#pragma ide diagnostic ignored "OCUnusedClassInspection"
@interface
AMapWalkManager
:
RCTViewManager
<
AMapNaviWalkManagerDelegate
>
+
(
AMapWalk
*
)
navigationView
;
+
(
AMapNaviWalkManager
*
)
navigationManager
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment