maidenhead 0.0.3-dev copy "maidenhead: ^0.0.3-dev" to clipboard
maidenhead: ^0.0.3-dev copied to clipboard

outdated

The Maidenhead Locator System (a.k.a. QTH Locator and IARU Locator) is a geographic co-ordinate system used by amateur radio operators to succinctly describe their locations, which replaced the deprec [...]

A maidenhead library for HAM radio operators. Converting lat/lon to maidenhead locator and vice versa

license.

Usage #

A simple usage example:

import 'package:maidenhead/maidenhead.dart';

void main(List<String> arguments) {
  print(Maidenhead.to_location('JN75xu32SP')); // 45.844271  15.947917
  print(Maidenhead.to_location('JN75XU32NV')); // 45.845313 15.946181
  print(Maidenhead.to_maiden(45.844271, 15.947917, 5));
  print(Maidenhead.google_maps_maiden('JN75xu32SP'));
}

Github #

Please file feature requests and bugs at the github

Github

pub.dev #

pub.dev

73 de 9A1GS (former 9A3GOS)

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

The Maidenhead Locator System (a.k.a. QTH Locator and IARU Locator) is a geographic co-ordinate system used by amateur radio operators to succinctly describe their locations, which replaced the deprecated QRA locator.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on maidenhead