Class AsyncRawDriverClient


  • public class AsyncRawDriverClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncRawDriverClient

        public AsyncRawDriverClient​(ClientOptions clientOptions)
    • Method Detail

      • updateV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<DriverUpdateRes>> updateV1​(LocationFeature request)
        Records driver location updates. Updates driver's last seen timestamp and location. Automatically records tracking data for all IN_PROGRESS task groups and their associated IN_TRANSIT cargos (cargo_by_driver). | (LocationFeature) -> (DriverUpdateRes)
      • updateV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<DriverUpdateRes>> updateV1​(LocationFeature request,
                                                                                                     RequestOptions requestOptions)
        Records driver location updates. Updates driver's last seen timestamp and location. Automatically records tracking data for all IN_PROGRESS task groups and their associated IN_TRANSIT cargos (cargo_by_driver). | (LocationFeature) -> (DriverUpdateRes)