How much (if any) information about the street address on file to show any user when accessing a public model.
- enum AddressVisibility {
- # Show the full street address in the public details.
- # Do not show the full street address in public details.
- # Hide the model address from the public details.
- }