AddressSearchRequest

class AddressSearchRequest

Request for an address search

  • Creates a new instance of the search request.

    Declaration

    Swift

    public init()
  • Preferred language order for showing search results, overrides the value specified in the “Accept-Language” HTTP header. Either uses standard rfc2616 accept-language string or a simple comma separated list of language codes.

    Declaration

    Swift

    open var acceptLanguage: [String]
  • Query string to search for

    Declaration

    Swift

    open var text: String?
  • The preferred area to find search results. Any two corner points of the box are accepted in any order as long as they span a real box.

    Declaration

    Swift

    open var locationBias: CLLocationCoordinate2D?
  • Limit the number of returned results. Default is 10.

    Declaration

    Swift

    open var limit: Int
  • Undocumented

    Declaration

    Swift

    open var includeKeys: [String]
  • Undocumented

    Declaration

    Swift

    open var excludeValues: [String]