diff --git a/src/Service/MapManagerInterface.php b/src/Service/MapManagerInterface.php index 67498469..fdb9bb77 100644 --- a/src/Service/MapManagerInterface.php +++ b/src/Service/MapManagerInterface.php @@ -9,4 +9,16 @@ interface MapManagerInterface * */ public function jsDisplayMap(); + + /* + * Return a map with polygons to show coverage areas + * + */ + //public function jsGeofence(); + + //public function jsJobOrderDetails(); + + //public function jsOutlet(); + + //public function jsHub(); }