HTML::MobileJp::Plugin::GPS - generate GPS tags
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">
This module generates 'A' tag and 'form' tag for sending the location
information.
Tokuhiro Matsuno <tokuhirom aaaatttt gmail dotottto commmmm>
HTML::MobileJp, <http://www.au.kddi.com/ezfactory/tec/spec/wap_tag5.html>,
HTTP::MobileAgent::Plugin::Locator
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.