public class AutocompleteStructuredFormatting
extends java.lang.Object
implements java.io.Serializable
AutocompletePrediction
.Modifier and Type | Field and Description |
---|---|
java.lang.String |
mainText
The main text of a prediction, usually the name of the place.
|
AutocompletePrediction.MatchedSubstring[] |
mainTextMatchedSubstrings
Where the query matched the returned main text.
|
java.lang.String |
secondaryText
The secondary text of a prediction, usually the location of the place.
|
Constructor and Description |
---|
AutocompleteStructuredFormatting() |
public java.lang.String mainText
public AutocompletePrediction.MatchedSubstring[] mainTextMatchedSubstrings
public java.lang.String secondaryText