MapSceneMapPickFilter constructor - MapSceneMapPickFilter - mapview library - Dart API
MapSceneMapPickFilter
MapSceneMapPickFilter constructor
- List<
MapSceneMapPickFilterContentType> filter
Creates a new instance of MapSceneMapPickFilter.
filterList of pickable map content. For an empty list all of the content will be picked.
Implementation
factory MapSceneMapPickFilter(List<MapSceneMapPickFilterContentType> filter) => $prototype.$init(filter);