Uses of Class
com.unosquare.carmigo.dto.request.DistanceRequest
-
Uses of DistanceRequest in com.unosquare.carmigo.controller
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DistanceResponse>
JourneyController.calculateDistance
(@Valid DistanceRequest distanceRequest) Enables users to search for the distance of two points. -
Uses of DistanceRequest in com.unosquare.carmigo.service
Modifier and TypeMethodDescriptionJourneyService.calculateDistance
(DistanceRequest distanceRequest) Searches for the distance between two locations.