qiuxiang / react-native-amap3d

react-native 高德地图组件,使用最新 3D SDK,支持 Android + iOS
https://qiuxiang.github.io/react-native-amap3d/api/
MIT License
1.28k stars 331 forks source link

集成高德定位模块 #149

Closed qiuxiang closed 6 years ago

qiuxiang commented 6 years ago

本来没有打算单独封装定位模块,鉴于现在也没有比较靠谱的开源项目,索性把这个列入计划吧。

kevinchensd commented 6 years ago

接口开放了吗?

qiuxiang commented 6 years ago

没有,只是计划,短期内没时间实现

faxinter commented 6 years ago

亲,同样需求,要赶紧啊,还有一个问题,我们的库能分开么,我看现在 android 编译后的 apk 很大,如果只需要定位功能,或者2D,不需要3D

qiuxiang commented 6 years ago

定位模块在另一个项目 react-native-amap-geolocation