Uses of Class
com.unosquare.carmigo.dto.response.DistanceResponse
Packages that use DistanceResponse
- 
Uses of DistanceResponse in com.unosquare.carmigo.controller
Methods in com.unosquare.carmigo.controller that return types with arguments of type DistanceResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DistanceResponse>JourneyController.calculateDistance(@Valid DistanceRequest distanceRequest) Enables users to search for the distance of two points. - 
Uses of DistanceResponse in com.unosquare.carmigo.service
Methods in com.unosquare.carmigo.service that return DistanceResponseModifier and TypeMethodDescriptionJourneyService.calculateDistance(DistanceRequest distanceRequest) Searches for the distance between two locations.