$city
$city : \GeoIp2\Record\City
City data for the requested IP address.
Model class for the data returned by GeoIP2 Enterprise database lookups.
The only difference between the City and Enterprise model classes is which fields in each record may be populated. See https://dev.maxmind.com/geoip/geoip2/web-services for more details.
$subdivisions : array
An array \GeoIp2\Record\Subdivision objects representing the country subdivisions for the requested IP address. The number and type of subdivisions varies by country, but a subdivision is typically a state, province, county, etc. Subdivisions are ordered from most general (largest) to most specific (smallest). If the response did not contain any subdivisions, this method returns an empty array.
$representedCountry : \GeoIp2\Record\RepresentedCountry
Represented country data for the requested IP address. The represented country is used for things like military bases. It is only present when the represented country differs from the country.