Contents

init(coordinate:)

Creates and returns a placemark object using the specified coordinate.

Declaration

init(coordinate: CLLocationCoordinate2D)

Parameters

  • coordinate:

    The geographic coordinate to associate with the placemark.

Return Value

An initialized MKPlacemark object.

Discussion

This method doesn’t fill in any of the other inherited properties describing the location.

See Also

Creating a placemark object