NearByPointsOfInterest constructor

const NearByPointsOfInterest(
  1. {Key? key,
  2. bool noAppBar = false,
  3. FilterState? filterState,
  4. MapPosition? initialMapPosition,
  5. List<Tag?> resolveTags(
    1. dynamic item
    )?}
)

Implementation

const NearByPointsOfInterest(
    {super.key,
    this.noAppBar = false,
    this.filterState,
    this.initialMapPosition,
    this.resolveTags});