CLGeocoder

open class CLGeocoder : NSObject

An object that provides services for converting between a coordinate and user-friendly location information. Apple Documentation

Properties

  • A Boolean value indicating whether the geocoder is actively processing a request. Apple Documentation

    Declaration

    Swift

    open var isGeocoding: Bool { get }

Initialization

  • Creates a geocoder instance for converting between geographic coordinates and user-friendly location information.

    Declaration

    Swift

    public override init()

    Parameters

    implementation

    The geocoding implementation to use. Defaults to OpenStreetMapGeocoder. Apple Documentation

Forward Geocoding (Address → Coordinates)

Reverse Geocoding (Coordinates → Address)

Cancel Requests

Postal Address Geocoding (Postal Address → Coordinates)