/// <summary> /// 获取GeoCoordString /// </summary> /// <returns> '杏花天': [676, 203]</returns> public string GetGeoCoordString() { return(Util.Format("'{0}': [{1}, {2}]", name, Geo.X, Geo.Y)); }