我正在尝试从迁移mapbox-sdk-3.7
到mapbox-sdk-4.0
.
我不明白如何将此语法转换为MGLConstantStyleValue
to NSExpression
。
let layer = style.layer(withIdentifier: "milestones") as? MGLSymbolStyleLayer
let styledValues: [String: MGLStyleValue<NSString>] = ...
layer.iconImageName = MGLConstantStyleValue(interpolationMode: .identity,
sourceStops: styledValues,
attributeName: "imageId")