module Data.Geo.Accessor.Coordinate where import Data.Geo.Coord class Coordinate a where coordinate :: a -> Coord