You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
MGLSphericalPosition.radial has the type CLLocationDistance, which is documented to be measured in meters. However, mbgl actually interprets radial to be measured in some sort of non-physical unit. It isn’t meters, but I’m not really sure what it is. We should change the type from CLLocationDistance to CGFloat to remove the misleading semantics.
MGLSphericalPosition.radial
has the typeCLLocationDistance
, which is documented to be measured in meters. However, mbgl actually interpretsradial
to be measured in some sort of non-physical unit. It isn’t meters, but I’m not really sure what it is. We should change the type fromCLLocationDistance
toCGFloat
to remove the misleading semantics./ref #9043 (comment)
/cc @lbud @fabian-guerra
The text was updated successfully, but these errors were encountered: