-> Latlng.create ~lat ~lng
This commit is contained in:
parent
b9c6864ef1
commit
1118889253
4 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ type t
|
|||
|
||||
(** [create lat lng] is an object representing a geographical point with the
|
||||
given latitude and longitude *)
|
||||
val create : float -> float -> t
|
||||
val create : lat:float -> lng:float -> t
|
||||
|
||||
(** [lat o] is the latitude of [o] *)
|
||||
val lat : t -> float
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue