Tianyu Yao
Tianyu Yao
@178620086 对 这个只是定位 “高德安卓定位SDK”
试试初始化的时候把`needDetail`设置为`True` 对的,iOS上用原生的就行了
应该是新版RN带来的breaking changes,需要修改源代码
建议输出一下安卓的日志看看什么情况
请参照官方高德地图的信息:http://lbs.amap.com/api/android-location-sdk/guide/utilities/errorcode
对的,这是高德定位sdk,不含地图功能的,所以没有mark和点击
http://lbs.amap.com/api/android-location-sdk/guide/utilities/errorcode 缺少定位权限,大概没有开启权限??
@adailey14 the variables are set in webpack/dev.config.js and webpack/prod.config.js to build the client js, and the variables are set in bin/server.js for the Node environment.
I'm currently passing token header manually for every request that need authorization header. First, I modified the ApiClient Class, add token parameter, and set the header when token is present...