- 
                  
                  
Default, map oriented upwards
Declaration
Objective-C
MBMNorthOrientationUpwardsSwift
case upwards = 0 - 
                  
                  
Map oriented righwards
Declaration
Objective-C
MBMNorthOrientationRightwardsSwift
case rightwards = 1 - 
                  
                  
Map oriented downwards
Declaration
Objective-C
MBMNorthOrientationDownwardsSwift
case downwards = 2 - 
                  
                  
Map oriented leftwards
Declaration
Objective-C
MBMNorthOrientationLeftwardsSwift
case leftwards = 3 
        MBMNorthOrientation Enumeration Reference