fix text display issue
This commit is contained in:
@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user