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
561ad7a7
Unverified
Commit
561ad7a7
authored
Dec 02, 2017
by
7c00
Committed by
GitHub
Dec 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
51909226
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
README.md
README.md
+2
-7
No files found.
README.md
View file @
561ad7a7
...
...
@@ -20,6 +20,7 @@ react-native 高德地图组件,使用最新 3D SDK,支持 Android + iOS,
-
热力图(HeatMap)
-
海量点(MultiPoint)
-
导航(驾车、步行、骑行)(待完善 🚧)
-
离线地图模块
<img
src=
"http://upload-images.jianshu.io/upload_images/51256-f585098064a8d9de.png?imageView2/2/w/600"
width=
"215"
>
<img
src=
"http://upload-images.jianshu.io/upload_images/51256-a2b8b7fb93738f2e.png?imageView2/2/w/600"
width=
"215"
>
<img
src=
"http://upload-images.jianshu.io/upload_images/51256-85b17548888e2bd6.png?imageView2/2/w/600"
width=
"215"
>
<img
src=
"http://upload-images.jianshu.io/upload_images/51256-8c8b685f3cfbc350.png?imageView2/2/w/600"
width=
"215"
>
...
...
@@ -38,7 +39,7 @@ $ react-native link react-native-amap3d
```
#### iOS
推荐使用 CocoaPods,在
`ios`
目录下新建文件
`Podfile`
:
推荐使用 CocoaPods,
需要注意 iOS 项目不要
`react-native link react-native-amap3d`
,
在
`ios`
目录下新建文件
`Podfile`
:
```
ruby
platform
:ios
,
'8.0'
...
...
@@ -54,7 +55,6 @@ end
```
$ pod install
```
需要注意的是,使用 CocoaPods 的 iOS 项目不需要也不能
`react-native link react-native-amap3d`
。
如果你不想使用 CocoaPods,手动配置请参考:
[
手动部署
](
http://lbs.amap.com/api/ios-sdk/guide/create-project/manual-configuration
)
。
...
...
@@ -158,11 +158,6 @@ import MapView from 'react-native-amap3d'
-
[
MultiPoint
](
https://github.com/qiuxiang/react-native-amap3d/tree/v0.7.3/components/maps/MultiPoint.js#L5
)
## 常见问题
-
由于 RN 经常改接口,该项目只能保证在最新 RN 下测试通过
-
由于 3D 地图渲染需要硬件加速,部分 Android 模拟器会因为缺少硬件加速而导致运行崩溃
## 如何进行问题反馈
进行问题反馈之前:
-
提供你正在使用的版本,以及 RN 版本
...
...
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