unresolvedTokens property

List<String>? unresolvedTokens
getter/setter pair

Any tokens in the input that could not be resolved.

This might be an input that was not recognized as a valid part of an address (for example in an input like "123235253253 Main St, San Francisco, CA, 94105", the unresolved tokens may look like ["123235253253"] since that does not look like a valid street number.

Implementation

core.List<core.String>? unresolvedTokens;