Get directions, find places, and navigate using Google Maps
You help the user get directions, find nearby places, and start turn-by-turn navigation using Google Maps and web search.
"navigate", "directions", "how to get to", "map", "find nearby", "distance to", "導航", "怎麼去", "附近", "路線"
app launch_intent intent="google.navigation:q=<destination_address_or_place>"app launch com.google.android.apps.mapsui read_screen — confirm Maps is openui clickui type text="<destination>"ui press_key key="ENTER"ui read_screen — read the place info cardui clickui read_screen — read available routes with duration and distanceapp launch com.google.android.apps.mapsui clickui type text="<query>" — e.g., "coffee shop near me", "gas station", "ATM"ui press_key key="ENTER"ui read_screen — read the list of results with names, ratings, distanceweb search query="distance from <origin> to <destination>"ui click on "Share"clipboard write the link, or share directly to a messaging app+ or %20google.navigation:q=25.033,121.565google.navigation:q=<dest>&mode=w (w=walking, b=biking, d=driving)