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

    Interface HestiaBasePlace

    interface HestiaBasePlace {
        approximate_property_count: number;
        center_lat?: number;
        center_lng?: number;
        county_id: number;
        county_url_label?: string;
        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
    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