com.google.android.gms.location.places.AutocompletePrediction.Substring |
This interface is deprecated.
Please use getFullText(CharacterStyle)
to format matches more easily
Represents a matched substring in a query suggestion's description.
Each AutocompletePrediction.Substring
contains an offset value and a length. These describe the location of
the entered term in the prediction result text, so that the term can be highlighted if
desired.