</span></span><spanid="6"class="l"><aclass="l"href="#6"> 6: </a><spanclass="php-comment"> * Contains data for the location record associated with an IP address
</span></span><spanid="8"class="l"><aclass="l"href="#8"> 8: </a><spanclass="php-comment"> * This record is returned by all the end points except the Country end point.
</span></span><spanid="10"class="l"><aclass="l"href="#10">10: </a><spanclass="php-comment"> * @property int $accuracyRadius The radius in kilometers around the
</span></span><spanid="11"class="l"><aclass="l"href="#11">11: </a><spanclass="php-comment"> * specified location where the IP address is likely to be. This attribute
</span></span><spanid="12"class="l"><aclass="l"href="#12">12: </a><spanclass="php-comment"> * is only available from the Omni end point.
</span></span><spanid="14"class="l"><aclass="l"href="#14">14: </a><spanclass="php-comment"> * @property float $latitude The latitude of the location as a floating
</span></span><spanid="15"class="l"><aclass="l"href="#15">15: </a><spanclass="php-comment"> * point number. This attribute is returned by all end points except the
</span></span><spanid="16"class="l"><aclass="l"href="#16">16: </a><spanclass="php-comment"> * Country end point.
</span></span><spanid="18"class="l"><aclass="l"href="#18">18: </a><spanclass="php-comment"> * @property float $longitude The longitude of the location as a
</span></span><spanid="19"class="l"><aclass="l"href="#19">19: </a><spanclass="php-comment"> * floating point number. This attribute is returned by all end points
</span></span><spanid="20"class="l"><aclass="l"href="#20">20: </a><spanclass="php-comment"> * except the Country end point.
</span></span><spanid="22"class="l"><aclass="l"href="#22">22: </a><spanclass="php-comment"> * @property int $metroCode The metro code of the location if the location
</span></span><spanid="23"class="l"><aclass="l"href="#23">23: </a><spanclass="php-comment"> * is in the US. MaxMind returns the same metro codes as the
</span></span><spanid="26"class="l"><aclass="l"href="#26">26: </a><spanclass="php-comment"> * Google AdWords API}. This attribute is returned by all end points except
</span></span><spanid="27"class="l"><aclass="l"href="#27">27: </a><spanclass="php-comment"> * the Country end point.
</span></span><spanid="29"class="l"><aclass="l"href="#29">29: </a><spanclass="php-comment"> * @property string $timeZone The time zone associated with location, as
</span></span><spanid="30"class="l"><aclass="l"href="#30">30: </a><spanclass="php-comment"> * specified by the {@link http://www.iana.org/time-zones IANA Time Zone
</span></span><spanid="31"class="l"><aclass="l"href="#31">31: </a><spanclass="php-comment"> * Database}, e.g., "America/New_York". This attribute is returned by all
</span></span><spanid="32"class="l"><aclass="l"href="#32">32: </a><spanclass="php-comment"> * end points except the Country end point.