public interface Location
Modifier and Type | Method and Description |
---|---|
com.neovisionaries.i18n.CountryCode |
getCountry() |
String |
getState() |
static Location |
of(com.neovisionaries.i18n.CountryCode countryCode) |
static Location |
of(com.neovisionaries.i18n.CountryCode countryCode,
String state) |