Implementation of a line segment that represents a line between the two geographic coordinates.
The beginning of the line segment.
The end of the line segment.
Calculates the angle (bearing) of the line segment.
Provides the geographic distance spanned by this segment.
Returns the fraction of the line segment based on the specified distance in meters.
Returns a GeoPoint between the begin and the end properties, within the specified distance from the beginning of this segment.