Group
Extension

Matches 1

Google-GeoCoder-Smart ( T/TT/TTG/GoogleGeoCoderSmart/Google-GeoCoder-Smart-1.16.tar.gz, TTG, 2012; MetaCPAN )
Google-GeoCoder-Smart/lib/Google/GeoCoder/Smart.pm ( view source; MetaCPAN )


package Google::GeoCoder::Smart;

require Exporter;

use LWP::Simple qw(!head);

use JSON;

our @ISA = qw(Exporter);

our @EXPORT = qw(geocode parse);

our $VERSION = 1.16;

=head1 NAME

Smart - Goo
ing. 

This module only depends on LWP::Simple and JSON. 

This version removes the depriciated homemade xml parsing and goes completely with the JSON format. 

If you need the old xml version, the ol
}{lng};

It is helpful to know the format of the json returns of the api. 

A good example can be found at http://www.google.com/maps/apis/geocode/json?address=1600+Amphitheatre+Parkway+Mountain+View,

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.