Uses of Interface
com.broadleafcommerce.fulfillment.service.geo.GeoCoordinateService
Package
Description
-
Uses of GeoCoordinateService in com.broadleafcommerce.fulfillment.provider
Modifier and TypeMethodDescriptionprotected GeoCoordinateService
DBFulfillmentCalculatorProvider.getGeoCoordinateService()
Modifier and TypeMethodDescriptionvoid
DBFulfillmentCalculatorProvider.setGeoCoordinateService
(GeoCoordinateService geoCoordinateService) -
Uses of GeoCoordinateService in com.broadleafcommerce.fulfillment.service.autoconfigure
-
Uses of GeoCoordinateService in com.broadleafcommerce.fulfillment.service.dto.calculator
Modifier and TypeMethodDescriptionprotected GeoCoordinateService
DBFulfillmentCalculator.getGeoCoordinateService()
Modifier and TypeMethodDescriptionvoid
DBFulfillmentCalculator.setGeoCoordinateService
(GeoCoordinateService geoCoordinateService) ModifierConstructorDescriptionDBFulfillmentCalculator
(FulfillmentCalculatorConfig fulfillmentCalculatorConfig, GeoCoordinateService geoCoordinateService, WeightCalculationHelper weightCalculationHelper, DistanceCalculationHelper distanceCalculationHelper) -
Uses of GeoCoordinateService in com.broadleafcommerce.fulfillment.service.geo
Modifier and TypeClassDescriptionclass
This default implementation is capable of calculating the distance between Addresses that have their latitude and longitude set.