The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTML::MobileJp::Plugin::GPS - generate GPS tags

SYNOPSIS

    use HTML::MobileJp;
    gps_a(
        carrier => 'I',
        is_gps => 0,
        callback_url => 'http://example.com/gps/jLKJFJDSL',
    );
    # => <a href="http://w1m.docomo.ne.jp/cp/iarea?ecode=OPENAREACODE&amp;msn=OPENAREAKEY&amp;posinfo=1&amp;nl=http%3A%2F%2Fexample.com%2Fgps%2FjLKJFJDSL">

DESCRIPTION

This module generates 'A' tag and 'form' tag for sending the location information.

AUTHOR

Tokuhiro Matsuno <tokuhirom aaaatttt gmail dotottto commmmm>

SEE ALSO

HTML::MobileJp, http://www.au.kddi.com/ezfactory/tec/spec/wap_tag5.html, HTTP::MobileAgent::Plugin::Locator

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.