GeocodingFeature: Feature & {
    address?: string;
    bbox: BBox;
    center: Coordinates;
    context?: FeatureHierarchy[];
    place_name: string;
    text: string;
}

Generated using TypeDoc