Group
Extension

Matches 2

WWW-Google-Places ( M/MA/MANWAR/WWW-Google-Places-0.37.tar.gz, MANWAR, 2019; MetaCPAN )
WWW-Google-Places/lib/WWW/Google/Places.pm ( view source; MetaCPAN )
gle::Places - Interface to Google Places API.

=head1 VERSION

Version 0.37

=cut

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

use WWW::Google::UserAgent;
use WWW::Google::UserAgent::DataTypes qw(:all);
u
 default => sub { 'false' });
has 'output'    => (is => 'ro', isa => FileType,  default => sub { 'json'  });
has 'language'  => (is => 'ro', isa => Language,  default => sub { 'en'    });
has 'validat
tor->query_param('search', $values);
    my $response = $self->get($url);
    my $contents = from_json($response->{content});

    my @results  = map { WWW::Google::Places::SearchResult->new($_) } @{$
WWW-Google-Places ( M/MA/MANWAR/WWW-Google-Places-0.37.tar.gz, MANWAR, 2019; MetaCPAN )
WWW-Google-Places/lib/WWW/Google/Places/Params.pm ( view source; MetaCPAN )
$validator = Method::ParamValidator->new( config => dist_file('WWW-Google-Places', 'method-config.json') );
    $validator->get_field('location')->check(\&_check_location);

    return $validator;
}


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