-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class AdminInfo implements Parcelable
Position admin info data
-
-
Method Summary
Modifier and Type Method Description final StringgetCountryCode()Get ISO 3166 alpha-3 code of country final StringgetCountry()Admin item of country Note: Returned pointer could be empty final StringgetState()State info (will get abbr if we have abbr table in config file) Note: Returned pointer could be empty final StringgetCity()Admin item of city Note: Returned pointer could be empty final StringgetSubCity()Admin item of sub city Note: Returned pointer could be empty final StringgetZipCode()post code(aka zip code) -
-
Method Detail
-
getCountryCode
final String getCountryCode()
Get ISO 3166 alpha-3 code of country
-
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
-
getSubCity
final String getSubCity()
Admin item of sub city Note: Returned pointer could be empty
-
getZipCode
final String getZipCode()
post code(aka zip code)
-
-
-
-