Geo::Coder::Bing::Bulk

Geocode addresses in bulk with the Bing Spatial Data Services API
Download

Geo::Coder::Bing::Bulk Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • gray
  • Publisher web site:
  • http://search.cpan.org/~gray/

Geo::Coder::Bing::Bulk Tags


Geo::Coder::Bing::Bulk Description

Geocode addresses in bulk with the Bing Spatial Data Services API Geo::Coder::Bing::Bulk is a Perl module that provides an interface to the Bing Spatial Data Services API.SYNOPSIS use Geo::Coder::Bing::Bulk; my $bulk = Geo::Coder::Bing::Bulk->new(key => 'Your Bing Maps key'); my $id = $bulk->upload(\@locations); sleep 30 while $bulk->is_pending; my $data = $bulk->download; my $failed = $bulk->failed; Requirements: · Perl


Geo::Coder::Bing::Bulk Related Software