Contents

init(placemark:)

Initializes and returns a placemark object from another placemark object.

Declaration

init(placemark: CLPlacemark)

Parameters

  • placemark:

    The placemark object to use as the source of the data for the new object.

Return Value

An initialized placemark object.

Discussion

You can use this method to transfer information from one placemark object to another placemark object.