Class PlaceDetails.AlternatePlaceIds

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PlaceDetails

    public static class PlaceDetails.AlternatePlaceIds
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • 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.
    • Constructor Detail

      • AlternatePlaceIds

        public AlternatePlaceIds()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object