package mmdb

  1. Overview
  2. Docs

Source file coordinates.ml

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