This commit is contained in:
Hamza-Ayed
2023-08-24 18:29:47 +03:00
parent c1869d2725
commit 63770619d6
48 changed files with 400 additions and 206 deletions

View File

@@ -63,15 +63,16 @@ GetBuilder<MapController> formSearchPlaces() {
title: 'Confirm'.tr,
onPressed: () {
controller.clearpolyline();
controller.data = [];
controller.getMap(
'${controller.mylocation.latitude.toString()},${controller.mylocation.longitude.toString()}',
"${res['geometry']['location']['lat']},${res['geometry']['location']['lng']}");
controller.places = [];
controller.placeController.clear();
controller.showBottomSheet1();
Get.back();
controller.changeButtomSheetShown();
controller.bottomSheet();
controller.showBottomSheet1();
controller.changeMainBottomMenuMap();
}),
);