summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLCompassDirection.m
blob: 14d41a118bd22c0e4ef52d0f36eba6cf4097bc27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//  SDLCompassDirection.m
//


#import "SDLCompassDirection.h"

SDLCompassDirection const SDLCompassDirectionNorth = @"NORTH";
SDLCompassDirection const SDLCompassDirectionNorthwest = @"NORTHWEST";
SDLCompassDirection const SDLCompassDirectionWest = @"WEST";
SDLCompassDirection const SDLCompassDirectionSouthwest = @"SOUTHWEST";
SDLCompassDirection const SDLCompassDirectionSouth = @"SOUTH";
SDLCompassDirection const SDLCompassDirectionSoutheast = @"SOUTHEAST";
SDLCompassDirection const SDLCompassDirectionEast = @"EAST";
SDLCompassDirection const SDLCompassDirectionNortheast = @"NORTHEAST";