Group
Extension

Matches 1

WWW-Google-DistanceMatrix ( M/MA/MANWAR/WWW-Google-DistanceMatrix-0.21.tar.gz, MANWAR, 2019; MetaCPAN )
WWW-Google-DistanceMatrix/lib/WWW/Google/DistanceMatrix.pm ( view source; MetaCPAN )
ix - Interface to Google Distance Matrix API.

=head1 VERSION

Version 0.21

=cut

use 5.006;
use JSON;
use Data::Dumper;

use WWW::Google::UserAgent;
use WWW::Google::DistanceMatrix::Result;
use WWW:
  default => sub { 'en'      });
has output   => (is => 'ro', isa => FileType,  default => sub { 'json'    });

=head1 DESCRIPTION

The Google Distance Matrix API  is a service that provides travel di
my $url      = $self->_url($params);
    my $response = $self->get($url);
    my $content  = from_json($response->{content});

    _check_content($content);
    return _result($content);
}

#
#
# PRIV

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.