matches property
A list of string ranges identifying where the input request matched in
text
.
The ranges can be used to format specific parts of text
. The substrings
may not be exact matches of input
if the matching was determined by
criteria other than string matching (for example, spell corrections or
transliterations). These values are Unicode character offsets of text
.
The ranges are guaranteed to be ordered in increasing offset values.
Implementation
core.List<GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStringRange>?
matches;