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_