Contents

CLPlacemark

A user-friendly description of a geographic coordinate, often containing the name of the place, its address, and other relevant information.

Declaration

class CLPlacemark

Mentioned in

Overview

A CLPlacemark object stores placemark data for a given latitude and longitude. Placemark data includes information such as the country or region, state, city, and street address associated with the specified coordinate. It can also include points of interest and geographically related data.

When you reverse geocode a geographic coordinate using a CLGeocoder object, you receive a CLPlacemark object containing the descriptive information for that location. You can also create CLPlacemark object and fill it with address information yourself, which you might do when you want to determine the geographic coordinate associated with the location.

Topics

Creating a placemark object

Getting the placemark’s location

Getting the placemark name

Getting the placemark details

Getting the placemark’s country

Getting the associated contact details

Getting landscape information

Getting points of interest

Getting the placemark’s time zone

Type Aliases

Type Properties

Initializers

See Also

Geocoding