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