BECategory

@objc
public class BECategory : NSObject

BECategory represents the category to which a specific point of interest is attributed to. The point of interest on the map is required to belong to the category in order to display map icons and have category-specific features.

Version

1.0
  • Undocumented

    Declaration

    Swift

    @objc
    public let name: String
  • Undocumented

    Declaration

    Swift

    @objc
    public let color: String
  • Undocumented

    Declaration

    Swift

    @objc
    public let imageName: String
  • Undocumented

    Declaration

    Swift

    @objc
    public let textColourSelected: String