java.io.Serializable
public class AutocompleteStructuredFormatting
extends java.lang.Object
implements java.io.Serializable
AutocompletePrediction
.Modifier and Type | Field | 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 | Description |
---|---|
AutocompleteStructuredFormatting() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public java.lang.String mainText
public AutocompletePrediction.MatchedSubstring[] mainTextMatchedSubstrings
public java.lang.String secondaryText