We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MMDB_get_value(&result.entry, &entry_data, "subdivisions", "iso_code", NULL); returns as type 7 (MAP) and not the expected type 2 (UTF8-STRING)
MMDB_get_value(&result.entry, &entry_data, "subdivisions", "iso_code", NULL);
The geoname_id and names for the subdivisions are correct!
The text was updated successfully, but these errors were encountered:
subdivisions is an array of subdivisions. You need to add an index.
subdivisions
That said, it does seem like we should return an error for the above query.
Sorry, something went wrong.
This was fixed by #67.
No branches or pull requests
MMDB_get_value(&result.entry, &entry_data, "subdivisions", "iso_code", NULL);
returns as type 7 (MAP) and not the expected type 2 (UTF8-STRING)The geoname_id and names for the subdivisions are correct!
The text was updated successfully, but these errors were encountered: