geocoder_offline icon indicating copy to clipboard operation
geocoder_offline copied to clipboard

LocationResult timezone

Open ench0 opened this issue 3 years ago • 0 comments

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.

ench0 avatar Aug 02 '22 09:08 ench0