geocoder_offline
geocoder_offline copied to clipboard
LocationResult timezone
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.