GeoIPData
in package
Data class for IP Geocoding
Table of Contents
Properties
- $city : string
- City
- $country : string
- Country
- $countryCode : string
- Country Code
- $hostName : string
- Hostname
- $ipAddress : string
- IP Address
- $latitude : float
- Latitude
- $longitude : float
- Longitude
- $postalCode : string
- Postal Code
- $provider : string
- Provider
Properties
$city
City
public
string
$city
$country
Country
public
string
$country
$countryCode
Country Code
public
string
$countryCode
$hostName
Hostname
public
string
$hostName
$ipAddress
IP Address
public
string
$ipAddress
$latitude
Latitude
public
float
$latitude
$longitude
Longitude
public
float
$longitude
$postalCode
Postal Code
public
string
$postalCode
$provider
Provider
public
string
$provider