Street Address / StreetAddress (internally is.workflow.actions.address
)
description
summary
Passes the specified address to the next action.
usage
StreetAddress line1="string" line2="string" city="string" state="string" postalCode="string" region="string"
arguments
line1: Text (Docs)
Placeholder: "One Apple Park Way"
Allows Variables: true
Accepts a string or text with the text. Does not allow newlines.
line2: Text (Docs)
Allows Variables: true
Accepts a string or text with the text. Does not allow newlines.
city: Text (Docs)
Placeholder: "Cupertino"
Allows Variables: true
Accepts a string or text with the text. Does not allow newlines.
state: Text (Docs)
Placeholder: "California"
Allows Variables: true
Accepts a string or text with the text. Does not allow newlines.
postalCode: Text (Docs)
Placeholder: "95014"
Allows Variables: true
Accepts a string or text with the text. Does not allow newlines.
region: Country (Docs)
Placeholder: "United States"
Allows Variables: true
Accepts a string or text with the text. Does not allow newlines.
source json (for developers)
{
"ActionClass": "WFAddressAction",
"ActionKeywords": [
"maps",
"search",
"query",
"place",
"location",
"find"
],
"AppIdentifier": "com.apple.Maps",
"Category": "Location",
"Description": {
"DescriptionSummary": "Passes the specified address to the next action."
},
"InputPassthrough": false,
"Name": "Street Address",
"Output": {
"Multiple": false,
"OutputName": "Street Address",
"Types": [
"WFStreetAddress"
]
},
"Parameters": [
{
"AutocapitalizationType": "Words",
"Class": "WFTextInputParameter",
"Key": "WFAddressLine1",
"Label": "Line 1",
"Placeholder": "One Apple Park Way",
"TextContentType": "StreetAddressLine1"
},
{
"AutocapitalizationType": "Words",
"Class": "WFTextInputParameter",
"Key": "WFAddressLine2",
"Label": "Line 2",
"TextContentType": "StreetAddressLine2"
},
{
"AutocapitalizationType": "Words",
"Class": "WFTextInputParameter",
"Key": "WFCity",
"Label": "City",
"Placeholder": "Cupertino",
"TextContentType": "AddressCity"
},
{
"AutocapitalizationType": "Words",
"Class": "WFTextInputParameter",
"Key": "WFState",
"Label": "State",
"Placeholder": "California",
"TextContentType": "AddressState"
},
{
"Class": "WFTextInputParameter",
"Key": "WFPostalCode",
"KeyboardType": "NumbersAndPunctuation",
"Label": "Postal Code",
"Placeholder": "95014",
"TextContentType": "PostalCode"
},
{
"AutocapitalizationType": "Words",
"Class": "WFCountryFieldParameter",
"Key": "WFCountry",
"Label": "Region",
"Placeholder": "United States"
}
]
}