Add methods to interface. #221
This commit is contained in:
parent
fc75f14464
commit
c980b30e64
1 changed files with 12 additions and 0 deletions
|
|
@ -9,4 +9,16 @@ interface MapManagerInterface
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function jsDisplayMap();
|
public function jsDisplayMap();
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Return a map with polygons to show coverage areas
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
//public function jsGeofence();
|
||||||
|
|
||||||
|
//public function jsJobOrderDetails();
|
||||||
|
|
||||||
|
//public function jsOutlet();
|
||||||
|
|
||||||
|
//public function jsHub();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue