类 PlacesSearchResponse

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

public class PlacesSearchResponse
extends java.lang.Object
implements java.io.Serializable
The response from a Places Search request.

Please see Places Search Response for more detail.

另请参阅:
序列化表格
  • 字段概要

    字段 
    修饰符和类型 字段 说明
    java.lang.String[] htmlAttributions
    Attributions about this listing which must be displayed to the user.
    java.lang.String nextPageToken
    A token that can be used to request up to 20 additional results.
    PlacesSearchResult[] results
    The list of Search Results.
  • 构造器概要

    构造器 
    构造器 说明
    PlacesSearchResponse()  
  • 方法概要

    修饰符和类型 方法 说明
    java.lang.String toString()  

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 字段详细资料

    • results

      public PlacesSearchResult[] results
      The list of Search Results.
    • htmlAttributions

      public java.lang.String[] htmlAttributions
      Attributions about this listing which must be displayed to the user.
    • nextPageToken

      public java.lang.String nextPageToken
      A token that can be used to request up to 20 additional results. This field will be null if there are no further results. The maximum number of results that can be returned is 60.

      Note: There is a short delay between when this response is issued, and when nextPageToken will become valid to execute.

  • 构造器详细资料

  • 方法详细资料

    • toString

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