행정동 (1) 썸네일형 리스트형 [C#][다음API] 좌표로 주소를 얻어내기 좌표로 주소를 얻어내기 다음 API http://apis.map.daum.net/web/sample/coord2addr/ #region " [ gps 좌표로 주소(행정동) 반환 ] " public class ToAddress { public string type { get; set; } public string code { get; set; } public string name { get; set; } public string fullName { get; set; } public string regionId { get; set; } public string name0 { get; set; } public string code1 { get; set; } public string name1 { get; se.. 이전 1 다음