UserRouteSearch

public struct UserRouteSearch : SearchInputCriteria

A Search criteria for user routes.

  • Field name to a numeric range. ie minAlt: [1000,1500] - used to search a range for numeric fields

    Declaration

    Swift

    public var ranges: [String : [Double]]?
  • Route attributes to search on

    Declaration

    Swift

    public var route: UserRoute?
  • User Ids to search on

    Declaration

    Swift

    public var userIDs: [Int64]?
  • Order by fields ascending/descending

    Declaration

    Swift

    public var orderBy: [Order]?
  • ids

    Specific UserRoute id’s to include in the query

    Declaration

    Swift

    public var ids: [Int]?
  • Geobound the search - use in conjunction of the route.lat1, route.lon1 etc (meters)

    Declaration

    Swift

    public var radius: Int?
  • Undocumented

    Declaration

    Swift

    public init()