Package 

Class AdminInfo

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class AdminInfo
     implements Parcelable
                        

    Position admin info data

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getCountryCode() Get ISO 3166 alpha-3 code of country
      final String getCountry() Admin item of country Note: Returned pointer could be empty
      final String getState() State info (will get abbr if we have abbr table in config file) Note: Returned pointer could be empty
      final String getCity() Admin item of city Note: Returned pointer could be empty
      final String getSubCity() Admin item of sub city Note: Returned pointer could be empty
      final String getZipCode() post code(aka zip code)
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCountry

         final String getCountry()

        Admin item of country Note: Returned pointer could be empty

      • getState

         final String getState()

        State info (will get abbr if we have abbr table in config file) Note: Returned pointer could be empty

      • getCity

         final String getCity()

        Admin item of city Note: Returned pointer could be empty

      • getSubCity

         final String getSubCity()

        Admin item of sub city Note: Returned pointer could be empty