You are here

protected property Location::$validAttributes in Smart IP 6.2

Same name and namespace in other branches
  1. 7.2 includes/vendor/geoip2/geoip2/src/Record/Location.php \GeoIp2\Record\Location::validAttributes

@ignore

File

includes/vendor/geoip2/geoip2/src/Record/Location.php, line 45

Class

Location
Contains data for the location record associated with an IP address

Namespace

GeoIp2\Record

Code

protected $validAttributes = array(
  'averageIncome',
  'accuracyRadius',
  'latitude',
  'longitude',
  'metroCode',
  'populationDensity',
  'postalCode',
  'postalConfidence',
  'timeZone',
);