0
이것은 http://blog.ethereal-engineering.com/2013/01/heatmaps-using-gheat-and-gmap.html이라는 명령어입니다.그리는 방법 GMap.Net을 사용하여 히트 맵
은 어떻게 GMap.NET 기준의 수업이
private decimal? weight;
private object data;
public decimal? Weight { get { return weight; } set { weight = value; } }
public object Data { get { return data; } set { data = value; } }
를 추가 할 수 있습니다.