NearByPointsOfInterest constructor
- {Key? key,
- bool noAppBar = false,
- FilterState? filterState,
- MapPosition? initialMapPosition,
- List<
Tag?> resolveTags(- dynamic item
Implementation
const NearByPointsOfInterest(
{super.key,
this.noAppBar = false,
this.filterState,
this.initialMapPosition,
this.resolveTags});