v1.0.1
geocoder_buddy
किसी भी apikey के बिना अग्रगामी, प्रतिगामी भूस्थानीयकरण और पता खोज करें।
29लाइक 13130-दिन डाउनलोड130Pub अंक
AndroidiOSWebmacOSWindowsLinux
किसी भी apikey के बिना अग्रगामी, प्रतिगामी भूस्थानीयकरण और पता खोज करें।
{"sdk":"flutter"}>=0.13.4 <2.0.0{"sdk":"flutter"}^2.0.0यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
https://raw.githubusercontent.com/flutterbuddy1/geocoder_buddy/main/banner.png
Run This Command in Terminal or Install in Your Way
flutter pub get geocoder_buddy
// GBSearchData Class Porvided By geocoder_buddy
List<GBSearchData> data = await GeocoderBuddy.query(query);
int placeId;
int id;
List<String> boundingbox;
String lat;
String lon;
String displayName;
int placeRank;
double importance;
// GBData Class Porvided By geocoder_buddy
GBData data = await GeocoderBuddy.searchToGBData(GBSearchData data);
GBLatLng position = GBLatLng(38.8951,-77.0364);
GBData data = await GeocoderBuddy.findDetails(position);
int placeId;
String osmType;
int id;
String lat;
String lon;
int placeRank;
double importance;
String displayName;
// Address Class Porvided By geocoder_buddy
Address address;
List<String> boundingbox;
String road;
String houseNumber;
String village;
String city;
String municipality;
String county;
String stateDistrict;
String state;
String iso31662Lvl4;
String postcode;
String country;
String countryCode;
See LICENSE