Geo-Coder-Ovi
view release on metacpan or search on metacpan
Revision history for Geo-Coder-Ovi
0.03 Fri Nov 4 15:22:53 UTC 2011
- Added support for authentication credentials.
- Added 'raw' argument to geocode method.
- Allowed compression to be used when under debug mode.
- Updated documentation.
0.02 Sat Apr 30 00:52:48 UTC 2011
- Corrected documentation.
- Disabled compression under debug.
0.01 Sat Dec 18 16:58:00 UTC 2010
- Initial distribution.
lib/Geo/Coder/Ovi.pm view on Meta::CPAN
Creates a new geocoding object.
Accepts the following named arguments:
=over
=item * I<appid>
=item * I<token>
Authentication credentials. (optional, for now)
Credentials can be obtained here: L<https://api.developer.nokia.com/ovi-api>
Note: performance and/or access may be limited without credentials.
=item * I<compress>
Enable compression. (default: 1, unless I<debug> is enabled)
=item * I<debug>
Enable debugging. This prints the headers and content for requests and
responses. (default: 0)
( run in 0.254 second using v1.01-cache-2.11-cpan-4d50c553e7e )