IosPlaceAutocomplete
iOS PlaceAutocomplete via Compass's mobile autocomplete — under the hood it matches partial input against the same CLGeocoder IosForwardGeocoder uses, not a separate typeahead service, so it needs no API key. Same context-free construction as IosForwardGeocoder.
Every failure path resolves to an empty list; a matched Place with no usable label is skipped rather than surfaced blank.