Class MapScene.MapPickFilter
Package com.here.sdk.mapview
Class MapScene.MapPickFilter
- java.lang.Object
-
- com.here.NativeBase
-
- com.here.sdk.mapview.MapScene.MapPickFilter
-
- Enclosing class:
- MapScene
public static final class MapScene.MapPickFilter extends NativeBase
Filter for the map content to be picked.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapScene.MapPickFilter.ContentTypeType of the map content to be picked.
-
Constructor Summary
Constructors Constructor Description MapPickFilter(java.util.List<MapScene.MapPickFilter.ContentType> filter)Creates a new instance ofMapScene.MapPickFilter.
-
-
-
Constructor Detail
-
MapPickFilter
public MapPickFilter(@NonNull java.util.List<MapScene.MapPickFilter.ContentType> filter)Creates a new instance of
MapScene.MapPickFilter.- Parameters:
filter-List of pickable map content. For an empty list all of the content will be picked.
-
-