コード例 #1
0
 internal static LocationMapping FromApi(ApiLocation location)
 => LocationMapping.Create(location.Latitude, location.Longitude);