Package ai.nextbillion.maps.model
Class AutocompletePrediction.MatchedSubstring
java.lang.Object
ai.nextbillion.maps.model.AutocompletePrediction.MatchedSubstring
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AutocompletePrediction
public static class AutocompletePrediction.MatchedSubstring
extends java.lang.Object
implements java.io.Serializable
Describes the location of the entered term in the prediction result text, so that the term can
be highlighted if desired.
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MatchedSubstring() -
Method Summary
Modifier and Type Method Description java.lang.StringtoString()
-
Field Details
-
Constructor Details
-
MatchedSubstring
public MatchedSubstring()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-