Index of /perl/google-latlong

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] Changes 2008-11-22 09:15 314 [CMP] google-latlong-1.0.t..> 2008-11-22 09:15 2.3K GZIP compressed docume> [CMP] google-latlong-1.1.t..> 2008-11-22 09:15 2.5K GZIP compressed docume>
NAME
    google-latlong - get the latitude and longitude for a query string

SYNOPSIS
     # prints 40.722907,-73.998565

     $> perl google-latlong '88 Spring Street New York'

DESCRIPTION
    Command-line tool to get the latitude and longitude for a query string
    from Google

IMPORTANT
    There is no magic here. This script depends entirely on the fact that
    useful XML can be teased out the Google Maps results. If, like plain
    vanilla queries, this feature is removed from the public domain this
    program will stop working.

VERSION
    1.1

DATE
    $Date: 2005/03/02 07:25:07 $

AUTHOR
    Aaron Straup Cope <ascope@cpan.org>

LICENSE
    Copyright (c) Aaron Straup Cope. All rights reserved.

    This is free software. You may redistribute it and/or modify it under
    the same terms as Perl itself.