MapboxCoreMaps.RenderedQueryOptions

extension MapboxCoreMaps.RenderedQueryOptions
  • Initialize a set of options to optimize feature querying

    Declaration

    Swift

    public convenience init(layerIds: [String]?, filter: Expression?)

    Parameters

    layerIds

    List of layer identifiers to limit the feature query to

    filter

    Filter to a type of feature with an expression

  • Undocumented

    Declaration

    Swift

    public var filter: Expression? { get }