Contents

init(coordinate:tint:)

Creates a marker annotation at the map location you specify.

Declaration

init(coordinate: CLLocationCoordinate2D, tint: Color? = nil)

Parameters

  • coordinate:

    The location of the specified marker.

  • tint:

    The color of the marker.