locale_latlng 1.0.2 copy "locale_latlng: ^1.0.2" to clipboard
locale_latlng: ^1.0.2 copied to clipboard

Get latitude and longitude from a country code.

locale_latlng #

Get latitude and longitude from a country code.

Usage #

import 'package:locale_latlng/locale_latlng.dart';

final latlng = findLocation(countryCode: 'fr');
print('France: ${latlng.latitude}, ${latlng.longitude}');
3
likes
120
pub points
23%
popularity

Publisher

verified publisheraloisdeniel.com

Get latitude and longitude from a country code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on locale_latlng