init(addressString:)
Initializes a new geocoder request object with the provided address string.
Declaration
init?(addressString: String)Parameters
- addressString:
An address string.
Return Value
An initialized geocoder, or nil if the provided addressString is empty.