Uses of Enum Class
com.skava.location.constant.DistantUnit
Packages that use DistantUnit
Package
Description
Constants that are available in the Location Services are maintained here.
Rest Controllers available in the Location Services are maintained in this package.
-
Uses of DistantUnit in com.skava.location.constant
Methods in com.skava.location.constant that return DistantUnitModifier and TypeMethodDescriptionstatic DistantUnit
Returns the enum constant of this class with the specified name.static DistantUnit[]
DistantUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DistantUnit in com.skava.location.web
Methods in com.skava.location.web with parameters of type DistantUnitModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LocationsAPIResponse>
LocationController.findAllLocationByLatLong
(long collectionId, String authToken, String versionId, double latitude, double longitude, double proximity, DistantUnit distantUnit, int page, int size, String locale) This method is used to find all Locations based on given LocationRequest.