Interface ProviderReverseMatchExperimental

Normalized reverse-geocode result.

interface ProviderReverseMatch {
    address: string;
    attributes: Record<string, null | string>;
    latitude: number;
    longitude: number;
    provenance: GeocodingProvenance;
}

Properties

address: string
attributes: Record<string, null | string>
latitude: number
longitude: number