Пример #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);
        }