类 AutocompleteStructuredFormatting
java.lang.Object
ai.nextbillion.maps.model.AutocompleteStructuredFormatting
- 所有已实现的接口:
java.io.Serializable
public class AutocompleteStructuredFormatting
extends java.lang.Object
implements java.io.Serializable
The structured formatting info for a
AutocompletePrediction.- 另请参阅:
- 序列化表格
-
字段概要
字段 修饰符和类型 字段 说明 java.lang.StringmainTextThe main text of a prediction, usually the name of the place.AutocompletePrediction.MatchedSubstring[]mainTextMatchedSubstringsWhere the query matched the returned main text.java.lang.StringsecondaryTextThe secondary text of a prediction, usually the location of the place. -
构造器概要
构造器 构造器 说明 AutocompleteStructuredFormatting() -
方法概要
修饰符和类型 方法 说明 java.lang.StringtoString()
-
字段详细资料
-
mainText
public java.lang.String mainTextThe main text of a prediction, usually the name of the place. -
mainTextMatchedSubstrings
Where the query matched the returned main text. -
secondaryText
public java.lang.String secondaryTextThe secondary text of a prediction, usually the location of the place.
-
-
构造器详细资料
-
AutocompleteStructuredFormatting
public AutocompleteStructuredFormatting()
-
-
方法详细资料
-
toString
public java.lang.String toString()- 覆盖:
toString在类中java.lang.Object
-