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

    Interface HestiaLocationData

    interface HestiaLocationData {
        agency_id: number | null;
        approximate_property_count: number;
        center_lat?: number;
        center_lng?: number;
        country_id: number | null;
        county: HestiaCountyData;
        county_id: number;
        county_url_label?: string;
        lat: number;
        lng: number;
        location_id: number;
        location_url_label?: string;
        locations?: HestiaLocationData[];
        name: string;
        ne_point?: number[];
        nodes: {}[];
        place_id: string;
        polygon?: string;
        postcode?: string;
        resource_uri: string;
        sw_point?: number[];
        url_label: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    agency_id: number | null
    approximate_property_count: number
    center_lat?: number
    center_lng?: number
    country_id: number | null
    county_id: number
    county_url_label?: string
    lat: number
    lng: number
    location_id: number
    location_url_label?: string
    locations?: HestiaLocationData[]
    name: string
    ne_point?: number[]
    nodes: {}[]
    place_id: string
    polygon?: string
    postcode?: string
    resource_uri: string
    sw_point?: number[]
    url_label: string