diff options
author | Mark Wells <mark@freeside.biz> | 2013-10-04 15:26:07 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-10-04 15:26:07 -0700 |
commit | d9896c244fffd2968899defc415487f621e345f4 (patch) | |
tree | e3f5c879f9c5dcedd275cfd9c983b6605cc09d49 /Geocoding.pm | |
parent | 91b2e8af145e64e3b1e178debecf3e0c560cb7ad (diff) |
Diffstat (limited to 'Geocoding.pm')
-rw-r--r-- | Geocoding.pm | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Geocoding.pm b/Geocoding.pm index 46d34dc..6ebe373 100644 --- a/Geocoding.pm +++ b/Geocoding.pm @@ -49,8 +49,8 @@ our $DEBUG = 0; =head2 query HASHREF Send a request to the web service. See -L<http://developer.tomtom.com/docs/read/geocoding/Request> for fields that -can be included in HASHREF. C<key> is your API key. +L<http://developer.tomtom.com/docs/read/geocoding/Request> for fields +that can be included in HASHREF. C<key> is your API key. Returns an object of class Geo::TomTom::Geocoding. @@ -124,12 +124,17 @@ For the request and response attributes, see the TomTom API documentation: L<developer.tomtom.com/docs/read/geocoding> +Commercial support for this module is available from Freeside Internet +Services: + + L<http://www.freeside.biz/> + =back =head1 LICENSE AND COPYRIGHT -Copyright 2013 Mark Wells. +Copyright (C) 2013 Freeside Internet Services, Inc. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published |