Contents

init(_:monogram:coordinate:)

Creates a marker at the given location with a monogram displayed as the balloon’s icon.

Declaration

@MainActor @preconcurrency init(_ titleResource: LocalizedStringResource, monogram: Text, coordinate: CLLocationCoordinate2D) where Label == Label<Text, Text>

Parameters

  • titleResource:

    The localized string for the title.

  • monogram:

    Up to three characters to display on the marker’s balloon.

  • coordinate:

    The coordinate to display the marker at.