-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class AdminInfo implements Parcelable
Position admin info data
-
-
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) -
-
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)
-
-
-
-