tkrajina/gpxpy

Wrong type annotation for radians in method elevation angle?

Opened this issue · 0 comments

Shouldn't the argument radians be a bool?

def elevation_angle(location1: "Location", location2: "Location", radians: float=False) -> Optional[float]: