package Geo::Coder::US::Census;
use strict;
use warnings;
use Carp;
use Encode;
use JSON::MaybeXS;
use HTTP::Request;
use LWP::UserAgent;
use LWP::Protocol::https;
use URI;
use Geo::StreetAddress::U
$geo_coder = Geo::Coder::US::Census->new();
# Get geocoding results (as a hash decoded from JSON)
my $location = $geo_coder->geocode(location => '4600 Silver Hill Rd., Suitland, MD');
reference -
making it easy to integrate into different codebases.
It decodes the JSON response from the API using L<JSON::MaybeXS>,
providing the result as a hash.
This allows easy extraction of latit