IosForwardGeocoder

iOS ForwardGeocoder via Compass's mobile geocoder, itself CLGeocoder underneath — the same OS geocoder IosLocationNameResolver wraps for the reverse direction. Needs no context, same as IosLocationNameResolver.

Every failure path — no result or any exception — resolves to an empty list, matching LocationNameResolver.resolve's never-throws contract.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun forward(address: String): List<GeoCoordinates>