Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    WebService::Mappoint 0.30

    Download button

    No screenshots available
    Downloads: 478  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Herald van der Breggen and Claudio Garcia | More programs
    Perl Artistic License / FREE
    April 2nd, 2007, 19:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    WebService::Mappoint description

    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.

    SYNOPSIS

    Map 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 => [
    DataSourceName => 'MapPoint.EU',
    Options => [
    Format => [
    Height => 320,
    Width => 320
    ],
    ],
    Views => [
    'MapView:ViewByScale' =>
    [
    CenterPoint =>
    [ Latitude => 37.7632,
    Longitude => -122.439702 ],
    MapScale => 100000000
    ],
    ],
    Pushpins => [
    Pushpin =>
    [
    IconName => '176',
    IconDataSource => 'MapPoint.Icons',
    PinID => 'san_francisco',
    Label => 'San Francisco',
    ReturnsHotArea => 'false',
    LatLong => [ Latitude => 37.7632,
    Longitude => -122.439702 ],
    ]
    ]
    ] );


    my $image = decode_base64($map->result->{MapImage}{MimeData}{Bits});
    open( GIF, ">san_francisco.gif" );
    print( GIF $image );

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    SOAP implementation | Mappoint implementation | geographic maps | WebService | Mappoint | SOAP

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM