MapScreen constructor
const
MapScreen({})
Creates a MapScreen with the given parameters.
Implementation
const MapScreen({
super.key,
required this.userkey,
this.searchfunction = false,
this.straightDistance = false,
this.routeDistance = false,
this.showRoute = false,
});