v1.0.1
geocoder_buddy
無需 API key 即可進行正向、反向地理解碼和地址搜尋。
29喜歡 131近 30 天下載130Pub 分數
AndroidiOSWebmacOSWindowsLinux
無需 API key 即可進行正向、反向地理解碼和地址搜尋。
{"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