MapScreen constructor
MapScreen({})
Implementation
MapScreen({
super.key,
required this.userkey,
this.searchfunction,
this.straightDistance,
this.routeDistance,
this.showRoute,
});
MapScreen({
super.key,
required this.userkey,
this.searchfunction,
this.straightDistance,
this.routeDistance,
this.showRoute,
});