Class GeolocationServiceImpl

java.lang.Object
org.broadleafcommerce.core.geolocation.GeolocationServiceImpl
All Implemented Interfaces:
GeolocationService

@Service("blGeolocationService") public class GeolocationServiceImpl extends Object implements GeolocationService
  • Field Details

    • env

      protected org.springframework.core.env.Environment env
    • geolocationMap

      @Autowired(required=false) protected Map<String,GeolocationAPI> geolocationMap
  • Constructor Details

    • GeolocationServiceImpl

      public GeolocationServiceImpl()
  • Method Details