We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望大神抽空 看下是否有这个问题?
The text was updated successfully, but these errors were encountered:
请问你用的Android吗?这个问题解决了吗
Sorry, something went wrong.
暂时解决了 暂时修改了部件的源码 private void addLocationMarker(LatLng latLng, float RADIUS, Marker mLocMarker) { addCircle(latLng, RADIUS);//添加定位精度圆 addMarker(latLng);//添加定位图标 mSensorHelper.setCurrentMarker(mLocMarker);//定位图标旋转 } 但是地图的默认触发定位 没解决
private void addLocationMarker(LatLng latLng, float RADIUS, Marker mLocMarker) { addCircle(latLng, RADIUS);//添加定位精度圆 addMarker(latLng);//添加定位图标 mSensorHelper.setCurrentMarker(mLocMarker);//定位图标旋转 }
+1
大神问一下,我用了这个插件,地图没有显示出来,Map的大小为0,你那有demo么
No branches or pull requests
希望大神抽空 看下是否有这个问题?
The text was updated successfully, but these errors were encountered: