ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Geo-LatLon2Place/LatLon2Place.pm
(Generate patch)

Comparing Geo-LatLon2Place/LatLon2Place.pm (file contents):
Revision 1.7 by root, Wed Mar 23 07:11:30 2022 UTC vs.
Revision 1.8 by root, Tue Jun 28 14:46:43 2022 UTC

118 my ($self) = @_; 118 my ($self) = @_;
119 119
120 cdb_free $self->[1]; 120 cdb_free $self->[1];
121} 121}
122 122
123=item $res = $lookup->lookup ($lat $lon[, $radius]) 123=item $res = $lookup->lookup ($lat, $lon[, $radius])
124 124
125Looks up the point in the database that is "nearest" to C<$lat, $lon>, 125Looks up the point in the database that is "nearest" to C<$lat, $lon>,
126search at leats up to C<$radius> kilometres. The default for C<$radius> is 126search at leats up to C<$radius> kilometres. The default for C<$radius> is
127the cell size the database is built with, and this usually works best, so 127the cell size the database is built with, and this usually works best, so
128you usually do not specify this parameter. 128you usually do not specify this parameter.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines