RMLocationFilter

public struct RMLocationFilter

Struct to store location filter properties.

Properties

  • name: The name of the location.
  • type: The type of the location.
  • dimension: The dimension of the location.
  • query: URL query for HTTP request.
  • Undocumented

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public let type: String
  • Undocumented

    Declaration

    Swift

    public let dimension: String
  • Undocumented

    Declaration

    Swift

    public let query: String