Contents

tint(_:)

The tint shape style to apply to map content.

Declaration

@MainActor @preconcurrency func tint<S>(_ tint: S) -> some MapContent where S : ShapeStyle

Parameters

  • tint:

    The tint to apply.

Return Value

Returns MapContent with overlays drawn with the ShapeStyle you specified.

See Also

Setting the content style