package mmdb

  1. Overview
  2. Docs

Source file coordinates.ml

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