ExperimentalReadonly ExperimentalattributionHuman-readable data attribution the host is obliged to display.
Readonly ExperimentalcapabilitiesOperations this provider supports.
Readonly ExperimentalidStable provider identifier, e.g. "nominatim".
Optional Readonly ExperimentalusageUsage/acceptable-use policy for the configured endpoint, when known.
ExperimentalForward-geocode a free-text query into candidate locations.
Optionaloptions: ProviderGeocodeOptionsExperimentalReverse-geocode a latitude/longitude pair; null when nothing is found.
ExperimentalTypeahead suggestions for a partial query.
Optionaloptions: ProviderSuggestOptions
Provider-pluggable geocoding contract. All adapters normalize into the same typed result shapes; capability differences are declared, not discovered at runtime.
Operations outside capabilities throw
HonuaCapabilityNotSupportedErrorunder the"strict"capability policy (the default) and resolve to an empty result under"degraded".