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
Feature request: can we have the LocationResult instance return the timezone string as well?
It currently returns: LocationResult(this.location, this.distance, this.bearing, this.searchData);
LocationResult(this.location, this.distance, this.bearing, this.searchData);
It would be convenient to have the coordinates search return this value as well. CSV files i downloaded from your links all include them.
Many thanks.
Edit: it is actually the LocationData instance that would be more suitable to have timezone together with the existing featuredata, state, lat, long.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature request: can we have the LocationResult instance return the timezone string as well?
It currently returns:
LocationResult(this.location, this.distance, this.bearing, this.searchData);
It would be convenient to have the coordinates search return this value as well. CSV files i downloaded from your links all include them.
Many thanks.
Edit: it is actually the LocationData instance that would be more suitable to have timezone together with the existing featuredata, state, lat, long.
The text was updated successfully, but these errors were encountered: