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
1579b6cc
Commit
1579b6cc
authored
May 27, 2017
by
Qiu Xiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
使用高德地图实现
parent
ecf4b65e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AMapViewManager.m
ios/AMapViewManager.m
+2
-2
No files found.
ios/AMapViewManager.m
View file @
1579b6cc
#import <M
apKit/
MapKit.h>
#import <M
AMapKit/MA
MapKit.h>
#import <React/RCTViewManager.h>
#import <React/RCTViewManager.h>
@interface
AMapViewManager
:
RCTViewManager
@interface
AMapViewManager
:
RCTViewManager
...
@@ -10,7 +10,7 @@ RCT_EXPORT_MODULE()
...
@@ -10,7 +10,7 @@ RCT_EXPORT_MODULE()
-
(
UIView
*
)
view
-
(
UIView
*
)
view
{
{
return
[[
M
K
MapView
alloc
]
init
];
return
[[
M
A
MapView
alloc
]
init
];
}
}
@end
@end
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