MapPickFilter

public class MapPickFilter
extension MapScene.MapPickFilter: NativeBase
extension MapScene.MapPickFilter: Hashable

Filter for the map content to be picked.

  • Creates a new instance of MapScene.MapPickFilter.

    Declaration

    Swift

    public init(filter: [MapScene.MapPickFilter.ContentType])

    Parameters

    filter

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

  • Type of the map content to be picked.

    See more

    Declaration

    Swift

    public enum ContentType : UInt32, CaseIterable, Codable