public static GeoUtils GetInstance() { if (singleton == null) { singleton = new GeoUtils (); } return singleton; }