Interface ServiceAreaService
-
- All Known Implementing Classes:
ServiceAreaServiceImpl
public interface ServiceAreaService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoordinateBounds
getServiceArea()
boolean
hasDefaultServiceArea()
-
-
-
Method Detail
-
hasDefaultServiceArea
boolean hasDefaultServiceArea()
-
getServiceArea
CoordinateBounds getServiceArea()
-
-