Returns the heading from one LatLng to another LatLng. Headings are
expressed in degrees clockwise from North within the range [-180,180).
@return The heading in degrees clockwise from north.
Returns the LatLng resulting from moving a distance from an origin
in the specified heading (expressed in degrees clockwise from north).
@param from The LatLng from which to start.
@param distance The distance to travel.
@param heading The heading in degrees clockwise from north.