buildExpression(_:)
Builds an expression within the map content builder.
Declaration
static func buildExpression<Content>(_ content: Content) -> Content where Content : MapContentParameters
- content:
The map builder content the expression builder operates on.
Return Value
Returns the conditional map content that meets the conditions the content builder expresses.