- 博客(4)
- 资源 (4)
- 收藏
- 关注
原创 根据经纬度求方位角,以北为0,顺时针为正方向
1.传入两个经纬度坐标,计算出两个坐标之间的角度,范围是0-360。// 计算方位角,正北向为0度,以顺时针方向递增private double computeAzimuth(LatLng la1, LatLng la2) { double lat1 = la1.latitude, lon1 = la1.longitude, lat2 = la2.latitude,
2017-07-25 18:37:51 8759
原创 android map (google map ,百度 ,高德 )在路线 上画箭头
android map (google map ,百度 ,高德 )在路线 上画箭头!其实分为2步骤: 算角度,画箭头marker ,marker 画在路线两个点的中点public void drawArrow(List list) { LogUtils.show(TAG, "开始画箭头"); if (list == null || list.size() 1) {
2017-07-25 18:32:39 2982
原创 scrollview 嵌套 recycleview 问题 gridlayout
1.使用NestedScrollView2.recycle.setHasFixedSize(true); recycle.setNestedScrollingEnabled(false);
2017-06-16 17:02:57 585
原创 解决ScrollView嵌套RecyclerView的冲突,非常简单,只需要3个步骤!
1.重写LinearLayoutManagerpublic class FullyLinearLayoutManager extends LinearLayoutManager { private static final String TAG = FullyLinearLayoutManager.class.getSimpleName(); public FullyLin
2017-05-16 10:05:12 326
MPAndroidChart-master.zip
2019-09-06
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人