public static MapProvider getInstance() { if (instance == null) { instance = new MapProvider(); } return instance; }