pl-api
    Preparing search index...

    Type Alias Location

    Location: {
        country: string;
        description: string;
        geom: { coordinates: [number, number] | null; srid: string } | null;
        locality: string;
        origin_id: string;
        origin_provider: string;
        postal_code: string;
        region: string;
        street: string;
        timezone: string;
        type: string;
        url: string;
    }

    Type Declaration

    • country: string
    • description: string
    • geom: { coordinates: [number, number] | null; srid: string } | null
    • locality: string
    • origin_id: string
    • origin_provider: string
    • postal_code: string
    • region: string
    • street: string
    • timezone: string
    • type: string
    • url: string