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
a6012200
Commit
a6012200
authored
Jun 30, 2017
by
Qiu Xiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新 README
parent
b9afcfbb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
40 deletions
+3
-40
README.md
README.md
+3
-40
No files found.
README.md
View file @
a6012200
...
@@ -34,7 +34,9 @@ platform :ios, '8.0'
...
@@ -34,7 +34,9 @@ platform :ios, '8.0'
target
'Your Target'
do
target
'Your Target'
do
pod
'Yoga'
,
path:
'../node_modules/react-native/ReactCommon/yoga/'
pod
'Yoga'
,
path:
'../node_modules/react-native/ReactCommon/yoga/'
pod
'React'
,
path:
'../node_modules/react-native/'
pod
'React'
,
path:
'../node_modules/react-native/'
,
:subspaces
=>
[
'jschelpers_legacy'
,
]
pod
'react-native-amap3d'
,
path:
'../node_modules/react-native-amap3d/'
pod
'react-native-amap3d'
,
path:
'../node_modules/react-native-amap3d/'
end
end
```
```
...
@@ -144,42 +146,3 @@ import MapView from 'react-native-amap3d'
...
@@ -144,42 +146,3 @@ import MapView from 'react-native-amap3d'
</View>
</View>
</Marker>
</Marker>
```
```
## 进度
### Android
-
[
x
]
各地图模式(常规、卫星、导航、夜间)
-
[
x
]
3D 建筑、路况、内置标签
-
[
x
]
室内地图
-
[
x
]
内置地图控件(指南针、比例尺、定位按钮、缩放按钮)
-
[
x
]
手势交互(平移、缩放、旋转、倾斜)
-
[
x
]
中心坐标、缩放级别、倾斜度
-
[
x
]
地图事件(onPress、onLongPress、onLocation)
-
[
x
]
地图标记(Marker)
-
[
x
]
基本属性及事件
-
[
x
]
自定义信息窗体
-
[
x
]
自定义图标
-
[
x
]
折线绘制(Polyline)
-
[
x
]
多边形绘制(Polygon)
-
[
x
]
圆形绘制(Circle)
-
[
]
POI 检索 🚀
-
[
]
地理编码转换
### iOS
-
[
x
]
各地图模式(常规、卫星、导航、夜间)
-
[
x
]
3D 建筑、路况、内置标签
-
[
x
]
室内地图
-
[
x
]
内置地图控件(指南针和比例尺通过内置接口提供支持,定位按钮、缩放按钮需要自行实现)
-
[
x
]
手势交互(平移、缩放、旋转、倾斜)
-
[
x
]
中心坐标、缩放级别、倾斜度
-
[
x
]
地图事件(onPress、onLongPress、onLocation)
-
[
x
]
地图标记(Marker)
-
[
x
]
基本属性及事件
-
[
x
]
自定义信息窗体
-
[
x
]
自定义图标
-
[
x
]
折线绘制(Polyline)
-
[
x
]
多边形绘制(Polygon)
-
[
x
]
圆形绘制(Circle)
-
[
]
POI 检索 🚀
-
[
]
地理编码转换
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