Websites v4 docs v5.2.4
    Preparing search index...

    Interface HestiaPostcodeData

    interface HestiaPostcodeData {
        approximate_property_count: number;
        center_lat?: number;
        center_lng?: number;
        county_id: number;
        county_url_label?: string;
        full_postcode: boolean;
        lat: number;
        lng: number;
        location_url_label?: string;
        locations?: HestiaLocationData[];
        name: string;
        ne_point?: number[];
        place_id: string;
        polygon?: string;
        postcode: string;
        resource_uri: string;
        sw_point?: number[];
        url_label: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    approximate_property_count: number
    center_lat?: number
    center_lng?: number
    county_id: number
    county_url_label?: string
    full_postcode: boolean
    lat: number
    lng: number
    location_url_label?: string
    locations?: HestiaLocationData[]
    name: string
    ne_point?: number[]
    place_id: string
    polygon?: string
    postcode: string
    resource_uri: string
    sw_point?: number[]
    url_label: string