Show in Maps / ShowinMaps (internally is.workflow.actions.searchmaps)
description
summary
Opens your choice of Maps, Google Maps, or Waze and searches for the location, place, or text that was passed into the action.
usage
ShowinMaps ("Maps" | "Google Maps" | "Waze")
arguments
app: Maps App (Docs)
Default Value: "Maps"
Allows Variables: true
Only enabled if: This action is always disabled inside Shortcutslang.
Accepts a string or variable containing one of the options:
- Maps
- Google Maps
- Waze
source json (for developers)
{
	"ActionClass": "WFSearchMapsAction",
	"ActionKeywords": [
		"maps",
		"search",
		"query",
		"places",
		"waze",
		"google"
	],
	"Category": "Location",
	"Description": {
		"DescriptionSummary": "Opens your choice of Maps, Google Maps, or Waze and searches for the location, place, or text that was passed into the action."
	},
	"Input": {
		"Multiple": false,
		"Required": true,
		"Types": [
			"NSString",
			"CLLocation",
			"MKMapItem"
		]
	},
	"InputPassthrough": true,
	"Name": "Show in Maps",
	"Parameters": [
		{
			"Class": "WFMapsAppPickerParameter",
			"DefaultValue": "Maps",
			"Hidden": true,
			"Key": "WFSearchMapsActionApp",
			"Label": "App",
			"SupportedApps": [
				"Maps",
				"Google Maps",
				"Waze"
			]
		}
	],
	"ShortName": "Show Map",
	"Subcategory": "Maps",
	"UserInterfaces": [
		"UIKit",
		"WatchKit"
	]
}