[charter]
[3.2.0] [轨迹计算]
This commit is contained in:
@@ -666,8 +666,8 @@ object CharterPassengerModel {
|
||||
mogoLocation.latitude = orderLonLat.latitude
|
||||
|
||||
lastSumLength = CoordinateUtils.calculateLineDistance(
|
||||
orderLonLat.longitude,
|
||||
orderLonLat.latitude,
|
||||
it.longitude,
|
||||
it.latitude,
|
||||
mogoLocation.longitude,
|
||||
mogoLocation.latitude
|
||||
)
|
||||
|
||||
@@ -76,7 +76,7 @@ internal interface PassengerServiceApi {
|
||||
): Observable<BaseData>
|
||||
|
||||
/**
|
||||
* 06结束订单 03
|
||||
* 06到达目的地 03
|
||||
*/
|
||||
@POST("/och-rental-cabin/api/flow/v1/driver/arriveDest")
|
||||
fun arriveDest(
|
||||
|
||||
Reference in New Issue
Block a user