public static void LoadGeofile(string geofileName, string geoJson, int inMaxValue)
        {
            int ret = CApplicationAPI.LoadGeoFile(out _mySError, geofileName, geoJson, inMaxValue);

            O("LoadGeoFile returns: " + ret);
        }