geo_coord -- simple useful "geographic coordinates" abstraction
Geo::Coord is a basic class representing [latitude, longitude] pair and incapsulating related concepts and calculations. It tries to create most reasonable and useful interface while having no dependencies and very small amount of clean code.
Post a comment