[charter]
[3.2.0] [轨迹计算]
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user