angleBetween

open fun angleBetween(@NonNull dest: MPPoint): Double

Returns the heading from this MPPoint to another MPPoint. Headings are expressed in degrees clockwise from North within the range [0,359].

Return

The heading in degrees clockwise from north.

Parameters

dest

The other MPPoint to calculate the angle between.