MapSceneMapPickFilter constructor

MapSceneMapPickFilter(
  1. List<MapSceneMapPickFilterContentType> filter
)

Creates a new instance of MapSceneMapPickFilter.

  • filter List of pickable map content. For an empty list all of the content will be picked.

Implementation

factory MapSceneMapPickFilter(List<MapSceneMapPickFilterContentType> filter) => $prototype.$init(filter);