From c980b30e64cc0a5fcc0ad098f062ef7e4034187a Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Fri, 7 Jun 2019 00:39:46 +0000 Subject: [PATCH] Add methods to interface. #221 --- src/Service/MapManagerInterface.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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(); }