Class PlusCode

  • All Implemented Interfaces:
    java.io.Serializable

    public class PlusCode
    extends java.lang.Object
    implements java.io.Serializable
    A Plus Code encoded location reference.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String compoundCode
      The compound Plus Code identifier.
      java.lang.String globalCode
      The global Plus Code identifier.
    • Constructor Summary

      Constructors 
      Constructor Description
      PlusCode()  
    • 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

      • globalCode

        public java.lang.String globalCode
        The global Plus Code identifier.
      • compoundCode

        public java.lang.String compoundCode
        The compound Plus Code identifier. May be null for locations in remote areas.
    • Constructor Detail

      • PlusCode

        public PlusCode()
    • Method Detail

      • toString

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