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.8 by root, Tue Jun 28 14:46:43 2022 UTC vs.
Revision 1.9 by root, Fri Oct 13 11:34:55 2023 UTC

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 least 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.
129 129
130If something is found, the associated data blob (always a binary string) 130If something is found, the associated data blob (always a binary string)
131is returned, otherwise you receive C<undef>. 131is returned, otherwise you receive C<undef>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines