VMMSWaypathBuildingTransitionSegment

Objective-C

@interface VMMSWaypathBuildingTransitionSegment : VMMSWaypathSegment

Swift

class VMMSWaypathBuildingTransitionSegment : VMMSWaypathSegment

Segment of a waypath that represents transitioning from the inside of a building to the outside

Since

1.0

Initializers

Public Properties

  • The type of transtion (either entering the building, or leaving)

    Declaration

    Objective-C

    @property (nonatomic) int transitionType;

    Swift

    var transitionType: Int32 { get set }