YMKSearchBusinessFilterGroup

Warning

This feature is available in the Full MapKit SDK version

class YMKSearchBusinessFilterGroup : NSObject

Group of filters.

Summary

Class methods

 init(name: String?, filterIds: [String])

Properties

var name: String? { get }
Group name

var filterIds: [String] { get }
IDs for filters in the group

Class methods

init(name:filterIds:)

 init(name: String?, filterIds: [String])


Properties

name

var name: String? { get }

Group name.

Optional field, can be nil.


filterIds

var filterIds: [String] { get }

IDs for filters in the group.