prediction.continent // Name of the continent. Eg. "Europe"
prediction.sub_region // Name of the sub region of the continent. Eg. "Northern Europe"
prediction.country // Name of the country. Eg. "Finland"
prediction.iso2 // ISO2 code of the country. Eg. "FI"
prediction.iso3 // ISO3 code of the country. Eg. "FIN"
prediction.capital // Name of the capital. Eg. "Helsinki"
prediction.currency // Local currency. Eg. "EUR"
prediction.phone_code // Local phone prefix. Eg. "358"
prediction.state // Name of the state. Eg. "Uusimaa"
prediction.city // Name of the city. Eg. "Helsinki"