[add] 乘客屏速度数据信息
This commit is contained in:
@@ -131,16 +131,16 @@ public class AMapCustomView
|
||||
sList.add(mStartLatlng);
|
||||
eList.add(mEndLatlng);
|
||||
//测试代码:路线指定路径328线路
|
||||
mWayPointList.add(new NaviLatLng(39.968847, 116.406952));
|
||||
mWayPointList.add(new NaviLatLng(39.969058, 116.407346));
|
||||
mWayPointList.add(new NaviLatLng(39.968955, 116.401767));
|
||||
mWayPointList.add(new NaviLatLng(39.968626, 116.394938));
|
||||
mWayPointList.add(new NaviLatLng(39.968433, 116.388725));
|
||||
mWayPointList.add(new NaviLatLng(39.968542, 116.383775));
|
||||
mWayPointList.add(new NaviLatLng(40.037808, 116.342539));
|
||||
mWayPointList.add(new NaviLatLng(40.037239, 116.337172));
|
||||
mWayPointList.add(new NaviLatLng(40.035897, 116.329582));
|
||||
mWayPointList.add(new NaviLatLng(40.036396, 116.322166));
|
||||
// mWayPointList.add(new NaviLatLng(39.968847, 116.406952));
|
||||
// mWayPointList.add(new NaviLatLng(39.969058, 116.407346));
|
||||
// mWayPointList.add(new NaviLatLng(39.968955, 116.401767));
|
||||
// mWayPointList.add(new NaviLatLng(39.968626, 116.394938));
|
||||
// mWayPointList.add(new NaviLatLng(39.968433, 116.388725));
|
||||
// mWayPointList.add(new NaviLatLng(39.968542, 116.383775));
|
||||
// mWayPointList.add(new NaviLatLng(40.037808, 116.342539));
|
||||
// mWayPointList.add(new NaviLatLng(40.037239, 116.337172));
|
||||
// mWayPointList.add(new NaviLatLng(40.035897, 116.329582));
|
||||
// mWayPointList.add(new NaviLatLng(40.036396, 116.322166));
|
||||
|
||||
//顺义国展路线
|
||||
// mWayPointList.add(new NaviLatLng(40.097621,116.526495));
|
||||
@@ -243,7 +243,7 @@ public class AMapCustomView
|
||||
|
||||
@Override
|
||||
public void onLocationChanged(@org.jetbrains.annotations.Nullable MogoLocation location, int from) {
|
||||
|
||||
Log.d(TAG, "高精定位onLocationChanged" + location.toString());
|
||||
}
|
||||
|
||||
private void removeLocation(Location latLng) {
|
||||
|
||||
Reference in New Issue
Block a user