WebService::Mappoint

WebService::Mappoint is a client SOAP implementation for Mappoint, Microsoft's geographic maps web service, based on SOAP::Lite.
Download

WebService::Mappoint Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Herald van der Breggen and Claudio Garcia
  • Publisher web site:
  • http://search.cpan.org/~cgarcia/WebService-Mappoint-0.30/Mappoint.pm

WebService::Mappoint Tags


WebService::Mappoint Description

WebService::Mappoint is a client SOAP implementation for Mappoint, Microsoft's geographic maps web service, based on SOAP::Lite. WebService::Mappoint is a client SOAP implementation for Mappoint, Microsoft's geographic maps web service, based on SOAP::Lite.SYNOPSISMap fetch example for use with Mappoint 3.0 service. use WebService::Mappoint; use MIME::Base64; my $render = new WebService::Mappoint::Render(); my $map; $map = $render->GetMap( specification => , ], Views => , MapScale => 100000000 ], ], Pushpins => , ] ] ] ); my $image = decode_base64($map->result->{MapImage}{MimeData}{Bits}); open( GIF, ">san_francisco.gif" ); print( GIF $image ); Requirements: · Perl


WebService::Mappoint Related Software