Uses of Class
com.unosquare.carmigo.dto.request.DistanceRequest
Packages that use DistanceRequest
-
Uses of DistanceRequest in com.unosquare.carmigo.controller
Methods in com.unosquare.carmigo.controller with parameters of type DistanceRequestModifier 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
Methods in com.unosquare.carmigo.service with parameters of type DistanceRequestModifier and TypeMethodDescriptionJourneyService.calculateDistance
(DistanceRequest distanceRequest) Searches for the distance between two locations.