MNBuildingSearchEntities

public extension MNBuildingSearchEntities
  • Function to get all Search Entity objects

    Declaration

    Swift

    @objc
    func searchEntities() -> [MNSearchEntity]

    Return Value

    A list of all available SearchEntity objects, or nil if none are found

  • Function to get a Search Entity object corresponding to a given Search entity ID

    Declaration

    Swift

    @objc
    func searchEntity(entityId: Int) -> MNSearchEntity?

    Return Value

    A matching SearchEntity object, or nil if no matches found

  • Function to get all Search Entity objects

    Declaration

    Swift

    func searchEntitiesGrouped(matching homeEntities: [HomeEntity]? = nil) -> [SearchEntity]

    Return Value

    A list of all available SearchEntity objects, or nil if none are found