Last updated:
0 purchases
locale latlng
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}');
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.