os_geocoder 0.0.1 copy "os_geocoder: ^0.0.1" to clipboard
os_geocoder: ^0.0.1 copied to clipboard

OS_geocoder is Package for Encode Your Lattitude and Longitude to full Address.

OS Geocoder is Package for Showing Full Addres From Your Lattitude and Longitude

Features #

  • Show Full Address Without API
  • Clear Information

Getting started #

Usage #

OctaGeoCoderEntity? result = await OctaGeocoder().getAddress(lattitude: 221.34423, longitude: -23.44231);
return result?.displayName ?? "Not Found";

Additional information #

##OctaGeoCoderEntity

  int placeId;
  String licence;
  String osmType;
  int osmId;
  String lat;
  String lon;
  int placeRank;
  String category;
  String type;
  double importance;
  String addresstype;
  String name;
  String displayName;
  Address address;
  List<String> boundingbox;

##Adress

  String road;
  String village;
  String state;
  String iso31662Lvl4;
  String postcode;
  String country;
  String countryCode;
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

OS_geocoder is Package for Encode Your Lattitude and Longitude to full Address.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on os_geocoder