Source file coordinates.ml

1
type t = {longitude: float; latitude: float} [@@deriving show]