Class PlusCode

java.lang.Object
ai.nextbillion.maps.model.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

    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 Details

    • 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 Details

  • Method Details

    • toString

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