Esempio n. 1
0
		public static MapProvider getInstance() {
			if (instance == null) {
				instance = new MapProvider();
			}
			return instance;
		}