[charter]

[3.2.0]
[轨迹计算]
This commit is contained in:
yangyakun
2023-05-19 10:49:20 +08:00
parent 371efda990
commit b9596ca2fa
2 changed files with 3 additions and 3 deletions

View File

@@ -666,8 +666,8 @@ object CharterPassengerModel {
mogoLocation.latitude = orderLonLat.latitude mogoLocation.latitude = orderLonLat.latitude
lastSumLength = CoordinateUtils.calculateLineDistance( lastSumLength = CoordinateUtils.calculateLineDistance(
orderLonLat.longitude, it.longitude,
orderLonLat.latitude, it.latitude,
mogoLocation.longitude, mogoLocation.longitude,
mogoLocation.latitude mogoLocation.latitude
) )

View File

@@ -76,7 +76,7 @@ internal interface PassengerServiceApi {
): Observable<BaseData> ): Observable<BaseData>
/** /**
* 06结束订单 03 * 06到达目的地 03
*/ */
@POST("/och-rental-cabin/api/flow/v1/driver/arriveDest") @POST("/och-rental-cabin/api/flow/v1/driver/arriveDest")
fun arriveDest( fun arriveDest(