BEPoint

@objc
public class BEPoint : NSObject

A BEPoint object defines any point of interest that needs to be displayed on a BEView. A point of interest can be anything from a general point, room, store, etc. You can categorize a BEPoint using BECategory.

Version

1.0
  • Undocumented

    Declaration

    Swift

    @objc
    public let name: String
  • Undocumented

    Declaration

    Swift

    @objc
    public let floorName: String
  • Undocumented

    Declaration

    Swift

    @objc
    public let category: BECategory