This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Convert type assertion expressions to NSExpression #11004
Labels
GL JS parity
For feature parity with Mapbox GL JS
iOS
Mapbox Maps SDK for iOS
macOS
Mapbox Maps SDK for macOS
runtime styling
Milestone
The NSExpression-based property value implementation in #10726 should be able to express the type assertion operators defined in the style specification:
array
boolean
number
string
The coercion operators corresponding to these operators (
literal
,to-boolean
,to-number
, andto-string
) have already been implemented.Additionally,
typeof
needs to be implemented.The text was updated successfully, but these errors were encountered: