Files
annotations/Azaion.Common/DTO/Config/GpsDeniedConfig.cs
T
Alex Bezdieniezhnykh 253f811125 switcher dataset explorer
lat lon -> geopoint
correct location for gps if small keypoints number
2025-06-23 20:47:28 +03:00

6 lines
111 B
C#

namespace Azaion.Common.DTO.Config;
public class GpsDeniedConfig
{
public int MinKeyPoints { get; set; }
}