Contents

init(_:monogram:coordinate:)

Creates a marker at the given location with the provided title string and monogram.

Declaration

@MainActor @preconcurrency init<S>(_ title: S, monogram: Text, coordinate: CLLocationCoordinate2D) where Label == Label<Text, Text>, S : StringProtocol

Parameters

  • title:

    The title of the marker.

  • monogram:

    A Text view that contains up to three characters to display on the marker’s balloon.

  • coordinate:

    The coordinate used to display the marker.

See Also

Creating a marker