open_location_code 1.0.1 copy "open_location_code: ^1.0.1" to clipboard
open_location_code: ^1.0.1 copied to clipboard

Open Location Codes are short, generated codes that can be used like street addresses, for places where street addresses don't exist.

example/example.dart

import 'package:open_location_code/open_location_code.dart';

void main() {
  final code = PlusCode.encode(
    const LatLng(51.3701125, -10.202665625),
  );

  print(code);
}
1
likes
140
pub points
59%
popularity

Publisher

verified publisherfabi.online

Open Location Codes are short, generated codes that can be used like street addresses, for places where street addresses don't exist.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

latlong2

More

Packages that depend on open_location_code