This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
MGLStyleAttributeFunction.functionType should be MGLStyleAttributeFunctionType #5969
Labels
Milestone
MGLStyleAttributeFunction.functionType
should be of typeMGLStyleAttributeFunctionType
, not NSNumber. The style specification allows thetype
property to be omitted, but the value is actuallyexponential
(MGLStyleAttributeFunctionTypeExponential
) orinterval
(MGLStyleAttributeFunctionTypeInterval
) by default, depending on the property, and it’s meaningless for a function to have no type. So there’s no need for a nullable object here./cc @frederoni
The text was updated successfully, but these errors were encountered: