using System.Collections.Generic; namespace ZeroLevel.ML.Models { /// /// Полигон из геоточек /// public class GeoPolygon { public List Points { get; set; } } }