street property

street property

Gets or sets the street. The street must be specified without a house number. This field is only used for structured addresses and is optional.

Definition:

@property
def street(self):
    ...
@street.setter
def street(self, value):
    ...

See Also