Location
location
Description
Allows the user to type and retrieve a geo location using a geo code API to obtain the result.
Attributes
$capture.searchOptions
: address | establishment | (regions) | (cities)
Example
{
"type": "string",
"$capture": {
"as": "location",
"searchOptions": "japan"
},
"$display": {}
}