</span></span><spanid="7"class="l"><aclass="l"href="#7"> 7: </a><spanclass="php-comment"> * Contains data for the subdivisions associated with an IP address
</span></span><spanid="9"class="l"><aclass="l"href="#9"> 9: </a><spanclass="php-comment"> * This record is returned by all the end points except the Country end point.
</span></span><spanid="11"class="l"><aclass="l"href="#11">11: </a><spanclass="php-comment"> * @property int $confidence This is a value from 0-100 indicating MaxMind's
</span></span><spanid="12"class="l"><aclass="l"href="#12">12: </a><spanclass="php-comment"> * confidence that the subdivision is correct. This attribute is only
</span></span><spanid="13"class="l"><aclass="l"href="#13">13: </a><spanclass="php-comment"> * available from the Omni end point.
</span></span><spanid="15"class="l"><aclass="l"href="#15">15: </a><spanclass="php-comment"> * @property int $geonameId This is a GeoName ID for the subdivision. This
</span></span><spanid="16"class="l"><aclass="l"href="#16">16: </a><spanclass="php-comment"> * attribute is returned by all end points except Country.
</span></span><spanid="18"class="l"><aclass="l"href="#18">18: </a><spanclass="php-comment"> * @property string $isoCode This is a string up to three characters long
</span></span><spanid="19"class="l"><aclass="l"href="#19">19: </a><spanclass="php-comment"> * contain the subdivision portion of the {@link
</span></span><spanid="20"class="l"><aclass="l"href="#20">20: </a><spanclass="php-comment"> * http://en.wikipedia.org/wiki/ISO_3166-2 ISO 3166-2 code}. This attribute
</span></span><spanid="21"class="l"><aclass="l"href="#21">21: </a><spanclass="php-comment"> * is returned by all end points except Country.
</span></span><spanid="23"class="l"><aclass="l"href="#23">23: </a><spanclass="php-comment"> * @property string $name The name of the subdivision based on the languages
</span></span><spanid="24"class="l"><aclass="l"href="#24">24: </a><spanclass="php-comment"> * list passed to the constructor. This attribute is returned by all end
</span></span><spanid="27"class="l"><aclass="l"href="#27">27: </a><spanclass="php-comment"> * @property array $names An array map where the keys are language codes and
</span></span><spanid="28"class="l"><aclass="l"href="#28">28: </a><spanclass="php-comment"> * the values are names. This attribute is returned by all end points except