Contents

init(coordinate:tint:)

Creates a map pin at the map location that you specify.

Declaration

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

Parameters

  • coordinate:

    The location of the specified pin.

  • tint:

    The color of the pin.