平移点添加
This commit is contained in:
@@ -88,6 +88,8 @@ public class V2XWarningMarker implements IV2XMarker {
|
||||
List<MogoLatLng> latLngs = new ArrayList<>();
|
||||
MogoLatLng sLocation = new MogoLatLng(mMarkerEntity.getLat(), mMarkerEntity.getLon());
|
||||
MogoLatLng endLocation = new MogoLatLng(mMarkerEntity.getCollisionLat(), mMarkerEntity.getCollisionLon());
|
||||
latLngs.add(sLocation);
|
||||
latLngs.add(endLocation);
|
||||
marker.startSmoothInMs(latLngs, 15000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user