</span></span><spanid="6"class="l"><aclass="l"href="#6"> 6: </a><spanclass="php-comment"> * This class provides a model for the data returned by the GeoIP2
</span></span><spanid="7"class="l"><aclass="l"href="#7"> 7: </a><spanclass="php-comment"> * City end point.
</span></span><spanid="9"class="l"><aclass="l"href="#9"> 9: </a><spanclass="php-comment"> * The only difference between the City, City/ISP/Org, and Omni model
</span></span><spanid="10"class="l"><aclass="l"href="#10"> 10: </a><spanclass="php-comment"> * classes is which fields in each record may be populated. See
</span></span><spanid="11"class="l"><aclass="l"href="#11"> 11: </a><spanclass="php-comment"> * http://dev.maxmind.com/geoip/geoip2/web-services more details.
</span></span><spanid="13"class="l"><aclass="l"href="#13"> 13: </a><spanclass="php-comment"> * @property \GeoIP2\Record\City $city City data for the requested IP
</span></span><spanid="16"class="l"><aclass="l"href="#16"> 16: </a><spanclass="php-comment"> * @property \GeoIP2\Record\Continent $continent Continent data for the
</span></span><spanid="17"class="l"><aclass="l"href="#17"> 17: </a><spanclass="php-comment"> * requested IP address.
</span></span><spanid="19"class="l"><aclass="l"href="#19"> 19: </a><spanclass="php-comment"> * @property \GeoIP2\Record\Country $country Country data for the requested
</span></span><spanid="20"class="l"><aclass="l"href="#20"> 20: </a><spanclass="php-comment"> * IP address. This object represents the country where MaxMind believes the
</span></span><spanid="21"class="l"><aclass="l"href="#21"> 21: </a><spanclass="php-comment"> * end user is located.
</span></span><spanid="23"class="l"><aclass="l"href="#23"> 23: </a><spanclass="php-comment"> * @property \GeoIP2\Record\Location $location Location data for the
</span></span><spanid="24"class="l"><aclass="l"href="#24"> 24: </a><spanclass="php-comment"> * requested IP address.
</span></span><spanid="26"class="l"><aclass="l"href="#26"> 26: </a><spanclass="php-comment"> * @property \GeoIP2\Record\MaxMind $maxmind Data related to your MaxMind
</span></span><spanid="29"class="l"><aclass="l"href="#29"> 29: </a><spanclass="php-comment"> * @property \GeoIP2\Record\Country $registeredCountry Registered country
</span></span><spanid="30"class="l"><aclass="l"href="#30"> 30: </a><spanclass="php-comment"> * data for the requested IP address. This record represents the country
</span></span><spanid="31"class="l"><aclass="l"href="#31"> 31: </a><spanclass="php-comment"> * where the ISP has registered a given IP block in and may differ from the
</span></span><spanid="35"class="l"><aclass="l"href="#35"> 35: </a><spanclass="php-comment"> * Represented country data for the requested IP address. The represented
</span></span><spanid="36"class="l"><aclass="l"href="#36"> 36: </a><spanclass="php-comment"> * country is used for things like military bases or embassies. It is only
</span></span><spanid="37"class="l"><aclass="l"href="#37"> 37: </a><spanclass="php-comment"> * present when the represented country differs from the country.
</span></span><spanid="39"class="l"><aclass="l"href="#39"> 39: </a><spanclass="php-comment"> * @property array $subdivisions An array of {@link \GeoIP2\Record\Subdivision}
</span></span><spanid="40"class="l"><aclass="l"href="#40"> 40: </a><spanclass="php-comment"> * objects representing the country subdivisions for the requested IP
</span></span><spanid="41"class="l"><aclass="l"href="#41"> 41: </a><spanclass="php-comment"> * address. The number and type of subdivisions varies by country, but a
</span></span><spanid="42"class="l"><aclass="l"href="#42"> 42: </a><spanclass="php-comment"> * subdivision is typically a state, province, county, etc. Subdivisions
</span></span><spanid="43"class="l"><aclass="l"href="#43"> 43: </a><spanclass="php-comment"> * are ordered from most general (largest) to most specific (smallest).
</span></span><spanid="44"class="l"><aclass="l"href="#44"> 44: </a><spanclass="php-comment"> * If the response did not contain any subdivisions, this method returns
</span></span><spanid="45"class="l"><aclass="l"href="#45"> 45: </a><spanclass="php-comment"> * an empty array.
</span></span><spanid="47"class="l"><aclass="l"href="#47"> 47: </a><spanclass="php-comment"> * @property \GeoIP2\Record\Subdivision $mostSpecificSubdivision An object
</span></span><spanid="48"class="l"><aclass="l"href="#48"> 48: </a><spanclass="php-comment"> * representing the most specific subdivision returned. If the response
</span></span><spanid="49"class="l"><aclass="l"href="#49"> 49: </a><spanclass="php-comment"> * did not contain any subdivisions, this method returns an empty
</span></span><spanid="52"class="l"><aclass="l"href="#52"> 52: </a><spanclass="php-comment"> * @property \GeoIP2\Record\Traits $traits Data for the traits of the
</span></span><spanid="53"class="l"><aclass="l"href="#53"> 53: </a><spanclass="php-comment"> * requested IP address.
</span><spanid="55"class="l"><aclass="l"href="#55"> 55: </a><spanclass="php-keyword1">class</span><aid="City"href="#City">City</a><spanclass="php-keyword1">extends</span> Country