Group
Extension

Matches 2

WebService-Wikimapia ( M/MA/MANWAR/WebService-Wikimapia-0.14.tar.gz, MANWAR, 2019; MetaCPAN )
WebService-Wikimapia/lib/WebService/Wikimapia.pm ( view source; MetaCPAN )
vice::Wikimapia - Interface to Wikimapia API.

=head1 VERSION

Version 0.14

=cut

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

use WebService::Wikimapia::UserAgent;
use WebService::Wikimapia::Category;
us
ub { return 'none'; });
has 'format'   => (is => 'ro', isa => $Format,   default => sub { return 'json'; });

=head1 DESCRIPTION

Wikimapia API is a system that allows you to receive data from Wikimap
('place.getbyid', $fields, $params);
    my $response = $self->get($url);
    my $contents = from_json($response->{content});

    return WebService::Wikimapia::Place->new($contents);
}

=head2 place_
WebService-Wikimapia ( M/MA/MANWAR/WebService-Wikimapia-0.14.tar.gz, MANWAR, 2019; MetaCPAN )
WebService-Wikimapia/lib/WebService/Wikimapia/Params.pm ( view source; MetaCPAN )
};
sub check_disable { return exists $DISABLE->{lc($_[0])}; }

our $FORMAT = { 'xml' => 1, 'json' => 1, 'jsonp' => 1, 'kml'=> 1, 'binary' => 1 };
our $Format = sub { die "ERROR: Invalid data type 'for

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