NAME Geo::Coder::YahooJapan::Inverse - a simple wrapper for Yahoo Japan Inverse Geocoder API SYNOPSIS use Geo::Coder::YahooJapan::Inverse; $r = invlookup( $latitude, $longitude ); # coordinate in WGS84, format in degree. my $address = $r->{address}; # Return address in string with utf-8 flag. # if you want to give coordinate in TOKYO datum, specify it in option. $r = invlookup( $latitude, $longitu