added drawer
This commit is contained in:
@ -429,8 +429,10 @@ class BottomSheetNew extends GetView<BottomSheetController> {
|
||||
),
|
||||
ElevatedButton(
|
||||
onPressed:() async {
|
||||
print("---- go to ----");
|
||||
GeoJsonFeature<GeoJsonMultiPoint> mp = indexController.currentFeature[0] as GeoJsonFeature<GeoJsonMultiPoint>;
|
||||
Position position = await Geolocator.getCurrentPosition(desiredAccuracy: LocationAccuracy.high);
|
||||
Position position = await Geolocator.getCurrentPosition(desiredAccuracy: LocationAccuracy.best);
|
||||
print("------- position -------- ${position}");
|
||||
Destination ds = Destination(
|
||||
lat: position.latitude,
|
||||
lon: position.longitude
|
||||
|
||||
Reference in New Issue
Block a user