GoogleMapsAddress: {
    address_components: google.maps.places.PlaceResult["address_components"];
    formatted_address: google.maps.places.PlaceResult["formatted_address"];
    geometry: {
        location?: google.maps.LatLngLiteral;
        viewport?: google.maps.LatLngBoundsLiteral;
    };
    place_id: google.maps.places.PlaceResult["place_id"];
}