IAPOI

Objective-C


@interface IAPOI : IAGeofence <IALatLngFloorCompatible>

Swift

class IAPOI : IAGeofence, IALatLngFloorCompatible

Represents a point of interest.

  • The floor the POI is located on.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) IAFloor *floor;

    Swift

    var floor: IAFloor { get set }