Launch Maps from Home- Maps Widget and in a Full page

Test: https://android-build.corp.google.com/test_investigate/?invocationId=I10900010185299216&testResultId=TR43228844916624999&redirect=http://fusion2/d81500ae-debd-467a-a038-b507469844f5

BUG: b/294854093

Change-Id: I96133346ad88216cb9b94492808fe71fc038d265
diff --git a/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/IAutoMapsHelper.java b/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/IAutoMapsHelper.java
index 5742095..939ca81 100644
--- a/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/IAutoMapsHelper.java
+++ b/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/IAutoMapsHelper.java
@@ -193,4 +193,32 @@
      * <p>This method is used to verify whether Maps widget is displayed.
      */
     boolean hasMapsWidget();
+
+    /**
+     * Setup expectations: Gas station widget is displayed in maps full screen
+     *
+     * <p>This method is used to verify whether Gas Station Widget is displayed.
+     */
+    boolean hasGasStationWidget();
+
+    /**
+     * Setup expectations: Restaurant widget is displayed in maps full screen
+     *
+     * <p>This method is used to verify whether Restaurant Widget is displayed.
+     */
+    boolean hasRestaurantWidget();
+
+    /**
+     * Setup expectations: Grocery Store widget is displayed in maps full screen
+     *
+     * <p>This method is used to verify whether Grocery Store Widget is displayed.
+     */
+    boolean hasGroceryStoreWidget();
+
+    /**
+     * Setup expectations: Coffee Shop widget is displayed in maps full screen
+     *
+     * <p>This method is used to verify whether Coffee Shop Widget is displayed.
+     */
+    boolean hasCoffeeShopsWidget();
 }