LocationValue: {
    city: string | null;
    country: string | null;
    state: string | null;
    street_address: string | null;
}