google_map_location_picker_flutter 0.0.104 copy "google_map_location_picker_flutter: ^0.0.104" to clipboard
google_map_location_picker_flutter: ^0.0.104 copied to clipboard

outdated

This package for pick or search on google map.

Usage #

    AddressResult result = await  showGoogleMapLocationPicker(
        pinWidget: Icon(Icons.location_pin,color: Colors.red,size: 55,),
        pinColor: Colors.blue,
        context: context,
        addressPlaceHolder: "حرك الخريطة",
        addressTitle: "عنوان التوصيل",
        apiKey: "",
        appBarTitle: "حدد موقع التوصيل",
        confirmButtonColor: Colors.blue,
        confirmButtonText: "تأكيد الموقع",
        confirmButtonTextColor: Colors.black,
        country:"sa",
        language:"ar" ,
        searchHint: "ابحث عن موقع", initialLocation: LatLng(26,39)
    );
    if(result!=null){
     print(result.address)
    }
34
likes
0
points
122
downloads

Publisher

unverified uploader

Weekly Downloads

This package for pick or search on google map.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_google_places, google_maps_flutter, google_maps_webservice, http, uuid

More

Packages that depend on google_map_location_picker_flutter