mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:56:31 +00:00
f58dd3d04f
lat lon -> geopoint correct location for gps if small keypoints number
6 lines
111 B
C#
6 lines
111 B
C#
namespace Azaion.Common.DTO.Config;
|
|
|
|
public class GpsDeniedConfig
|
|
{
|
|
public int MinKeyPoints { get; set; }
|
|
} |