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.
Creates a map pin at the map location that you specify.
init(coordinate: CLLocationCoordinate2D, tint: Color? = nil)The location of the specified pin.
The color of the pin.