示例#1
0
        public static GpsManager getInstance()
        {
            if (instance == null)
            {
                instance = new GpsManager();
                points = new List<GeoPosition<GeoCoordinate>>();
                readRecordedData();
            }

            return instance;
        }
示例#2
0
        public static GpsManager getInstance()
        {
            if (instance == null)
            {
                instance = new GpsManager();
                points   = new List <GeoPosition <GeoCoordinate> >();
                readRecordedData();
            }

            return(instance);
        }