
Business::MaxMind::LocationVerification - Access free and paid MaxMind Location Verification services

this Module quieries the Location verification service and returns the estimated distance between the entered city, region and country and the location of the IP address

This example queries the Location Verification service and displays the results:
my $ccfs = Business::MaxMind::LocationVerification->new(isSecure => 1, debug => 0, timeout => 10);
$locv->input(
i => '24.24.24.24',
city => 'NewYork',
region => 'NY',
postal => '10011',
country => 'US')

Class method that returns a Business::MaxMind::LocationVerification object. If isSecure is set to 1, it will use a secure connection. If debug is set to 1, will print debugging output to standard error. timeout parameter is used to set timeout in seconds, if absent default value for timeout is 10 seconds.
Sets input fields. The input fields are


