Values.IpGeoLocationSourceProvides geographic coordinates that indicate where a specified IP address originated from.
type nonrec t = {lat : float option;The latitude coordinate of the location, rounded to four decimal places.
*)lon : float option;The longitude coordinate of the location, rounded to four decimal places.
*)}