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 was archived by the owner on Aug 8, 2023. It is now read-only.
MGLCompassDirectionFormatter currently provides the full 32 points of the mariner’s compass, which is good for maritime use cases but overly technical for the most common use case, terrestrial navigation UI. There should be a property that controls the formatter’s granularity, with the following options (naming suggestions welcome):
MGLCompassStyleCardinal (4 points)
MGLCompassStyleMainWinds (8)
MGLCompassStyleHalfWinds (16)
MGLCompassStyleQuarterWinds (32)
The default would be MGLCompassStyleMainWinds, whereas it is currently effectively MGLCompassStyleQuarterWinds.
MGLCompassDirectionFormatter currently provides the full 32 points of the mariner’s compass, which is good for maritime use cases but overly technical for the most common use case, terrestrial navigation UI. There should be a property that controls the formatter’s granularity, with the following options (naming suggestions welcome):
MGLCompassStyleCardinal(4 points)MGLCompassStyleMainWinds(8)MGLCompassStyleHalfWinds(16)MGLCompassStyleQuarterWinds(32)The default would be
MGLCompassStyleMainWinds, whereas it is currently effectivelyMGLCompassStyleQuarterWinds./cc @willwhite