module Services::Infrastructure::Adapters::Geocode
Geocode
Namespace for geocoding adapters. Converts addresses or place names into coordinates and optional postal data (e.g. zipcode).
Contents
-
GoogleGeocode — Adapter for the Google Geocode API. Use call with an address string; returns a GoogleGeocodeResponse.
-
GoogleGeocodeResponse — Wraps the API response: latitude, longitude, zipcode, source.
-
Error — Base exception when the request fails.
-
NotFoundError — Raised when no results are found for the given address.