类 AutocompletePrediction

java.lang.Object
ai.nextbillion.maps.model.AutocompletePrediction
所有已实现的接口:
java.io.Serializable

public class AutocompletePrediction
extends java.lang.Object
implements java.io.Serializable
Represents a single Autocomplete result returned from the Google Places API Web Service.

Please see Query Autocomplete Responses for more detail.

另请参阅:
序列化表格
  • 字段详细资料

    • description

      public java.lang.String description
      Description of the matched prediction.
    • placeId

      public java.lang.String placeId
      The Place ID of the place.
    • types

      public java.lang.String[] types
      An array indicating the type of the address component.

      Please see supported types for a list of types that can be returned.

    • terms

      An array of terms identifying each section of the returned description. (A section of the description is generally terminated with a comma.) Each entry in the array has a value field, containing the text of the term, and an offset field, defining the start position of this term in the description, measured in Unicode characters.
    • distanceMeters

      public java.lang.Integer distanceMeters
      The distance in meters of the place from the PlaceAutocompleteRequest.origin(LatLng). Optional.
    • matchedSubstrings

      public AutocompletePrediction.MatchedSubstring[] matchedSubstrings
      The locations of the entered term in the prediction result text, so that the term can be highlighted if desired.
    • structuredFormatting

      public AutocompleteStructuredFormatting structuredFormatting
      A description of how the autocomplete query matched the returned result.
  • 构造器详细资料

  • 方法详细资料

    • toString

      public java.lang.String toString()
      覆盖:
      toString 在类中 java.lang.Object