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