Take me over?
NAME
WebService::StreetMapLink::Multimap - A WebService::StreetMapLink subclass for multimap.com
SYNOPSIS
use WebService::StreetMapLink;
my $map =
WebService::StreetMapLink->new
( country => 'switzerland',
address => 'rue de Paquis 25',
city => 'Geneva',
state => 'Geneve',
postal_code => '1201',
);
my $uri = $map->uri;
DESCRIPTION
This subclass generates links to multimap.com.
COUNTRIES
This subclass handles France and Switzerland.
new() PARAMETERS
This subclass requires that you provide "address", "city", and "postal_code" parameters.
AUTHOR
David Rolsky, <autarch@urth.org>
BUGS
Please report any bugs or feature requests to bug-webservice-streetmaplink@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT & LICENSE
Copyright 2004-2005 David Rolsky, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.