fix text display issue

This commit is contained in:
Mohamed Nouffer
2023-05-19 16:27:00 +05:30
parent 67a52c6f84
commit 08332d45d4
6 changed files with 8 additions and 7 deletions

View File

@ -607,7 +607,7 @@ class BottomSheetNew extends GetView<BottomSheetController> {
GeoJsonMultiPoint mp = indexController.currentFeature[0].geometry as GeoJsonMultiPoint;
LatLng pt = LatLng(mp.geoSerie!.geoPoints[0].latitude, mp.geoSerie!.geoPoints[0].longitude);
//print("----- ${indexController.currentFeature[0].properties} -----");
print("----- want to go sub location is ---- ${indexController.currentFeature[0].properties!["sub_loc_id"]} -----");
Destination dest = Destination(
name: indexController.currentFeature[0].properties!["location_name"],