lat_lng_to_timezone 0.1.0 copy "lat_lng_to_timezone: ^0.1.0" to clipboard
lat_lng_to_timezone: ^0.1.0 copied to clipboard

outdated

Lat/long to timezone mapper in Dart. Does not require web services or data files

example/example.dart

import 'package:lat_lng_to_timezone/lat_lng_to_timezone.dart' as tzmap;

void main() {
  // Montreal
  double latitude = 45.5017;
  double longitude = -73.5673;

  String tz = tzmap.latLngToTimezoneString(latitude, longitude);
  print('Montreal is in the $tz time zone.');
}
24
likes
0
points
6.28k
downloads

Publisher

unverified uploader

Weekly Downloads

Lat/long to timezone mapper in Dart. Does not require web services or data files

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on lat_lng_to_timezone