__init__(self,
number='
' ,
type='
' ,
suiteNumber='
' ,
addressGeneral='
' ,
buildingName='
' ,
name='
' ,
withinTownLimits=False,
suffix='
' ,
code='
' ,
prefix='
' ,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'StreetDetail' instance.
- Parameters:
number - Designator of the specific location on the street.
type - Type of street. Examples include: street, circle, boulevard,
avenue, road, drive, etc.
suiteNumber - Number of the apartment or suite.
addressGeneral - Additional address information, for example a mailstop.
buildingName - (if applicable) In certain cases the physical location of the
place of interest does not have a direct point of entry from the
street, but may be located inside a larger structure such as a
building, complex, office block, apartment, etc.
name - Name of the street.
withinTownLimits - True if this street is within the legal geographical boundaries
of the specified town (default).
suffix - Suffix to the street name. For example: North, South, East, West.
code - (if applicable) Utilities often make use of external reference
systems, such as those of the town-planner's department or
surveyor general's mapping system, that allocate global reference
codes to streets.
prefix - Prefix to the street name. For example: North, South, East, West.
- Overrides:
object.__init__
|