Class: FMDirection

FMDirection

FMDirection 地图方向状态枚举

Members

static,readonlyfengmap.FMDirection.EAST

正东

Properties:
Name Type Description
EAST string

'e'

static,readonlyfengmap.FMDirection.NORTH

正北

Properties:
Name Type Description
NORTH string

'n'

static,readonlyfengmap.FMDirection.NORTH_EAST

东北

Properties:
Name Type Description
NORTH_EAST string

'ne'

static,readonlyfengmap.FMDirection.NORTH_WEST

西北

Properties:
Name Type Description
NORTH_WEST string

'nw'

static,readonlyfengmap.FMDirection.SOUTH

正南

Properties:
Name Type Description
SOUTH string

's'

static,readonlyfengmap.FMDirection.SOUTH_EAST

东南

Properties:
Name Type Description
SOUTH_EAST string

'se'

static,readonlyfengmap.FMDirection.SOUTH_WEST

西南

Properties:
Name Type Description
SOUTH_WEST string

'sw'

static,readonlyfengmap.FMDirection.WEST

正西

Properties:
Name Type Description
WEST string

'w'