package Geo::Coder::Bing;
use strict;
use warnings;
use Carp qw(carp croak);
use Encode ();
use JSON;
use LWP::UserAgent;
use URI;
our $VERSION = '0.13';
$VERSION = eval $VERSION;
sub new {
my
es v1 geocodeservice geocodeservice.asmx Geocode
));
$uri->query_form(
format => 'json',
# Note: the quotes around the location parameter are required.
query => qq("$
return unless $res->is_success;
# Change the content type of the response from 'application/json' so
# HTTP::Message will decode the character encoding.
$res->content_type('text/plain');