The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::EFA::Coordinates - Longitude/Latitude

VERSION

Version 0.01

SYNOPSIS

Coordinates object acquired through an EFA interface

use WWW::EFA::Coordinates;

my $coord = WWW::EFA::Coordinates->new(
    longitude => 12.1234,
    latitude  => 48.1234,
    );
...

ATTRIBUTES

COPYRIGHT

Copyright 2011, Robin Clarke, Munich, Germany

AUTHOR

Robin Clarke <perl@robinclarke.net>