示例#1
0
        public void TestGetCoordinate()
        {
            var coord = LatLongUtil.GetCoordinate(91.5);

            Assert.AreEqual(new Coordinate()
            {
                Degree = 91, Minutes = 30, Seconds = 0, Mseconds = 0
            }, coord);
        }