类 PlaceDetails.AlternatePlaceIds

java.lang.Object
ai.nextbillion.maps.model.PlaceDetails.AlternatePlaceIds
所有已实现的接口:
java.io.Serializable
封闭类:
PlaceDetails

@Deprecated
public static class PlaceDetails.AlternatePlaceIds
extends java.lang.Object
implements java.io.Serializable
已过时。
另请参阅:
序列化表格
  • 字段概要

    字段 
    修饰符和类型 字段 说明
    java.lang.String placeId
    已过时。
    The alternative placeId.
    PlaceIdScope scope
    已过时。
    The scope of an alternative place ID will always be APP, indicating that the alternative place ID is recognised by your application only.
  • 构造器概要

    构造器 
    构造器 说明
    AlternatePlaceIds()
    已过时。
     
  • 方法概要

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

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

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

    • placeId

      public java.lang.String placeId
      已过时。
      The alternative placeId. The most likely reason for a place to have an alternative place ID is if your application adds a place and receives an application-scoped place ID, then later receives a Google-scoped place ID after passing the moderation process.
    • scope

      public PlaceIdScope scope
      已过时。
      The scope of an alternative place ID will always be APP, indicating that the alternative place ID is recognised by your application only.
  • 构造器详细资料

  • 方法详细资料

    • toString

      public java.lang.String toString()
      已过时。
      覆盖:
      toString 在类中 java.lang.Object