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&msn=OPENAREAKEY&posinfo=1&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.