point.bearing(p)
Return the bearing (cardinal direction) of the line from this point to p
. The return value is one of the following strings: 'NE'
, 'E'
, 'SE'
, 'S'
, 'SW'
, 'W'
, 'NW'
and 'N'
.
The function returns 'N'
if this point is coincident with the point p
.