StreetData Properties |
The StreetData type exposes the following members.
Name | Description | |
---|---|---|
City |
Returns the city that this street is in
null if such a thing is not present.
| |
CollatedName |
The name of the street (or streets if this object represents multiple streets).
| |
Country |
The name of the country.
| |
IndividualStreets |
If the StreetData represents multiple streets (IsSingular is false), IndividualStreets provides a StreetData object
for each of the individual streets that this StreetData describes.
| |
IsSingular |
True if this StreetData object describes a single street, False if it
describes multiple underlying streets.
| |
MaxAddress |
The largest lot number on the street.
| |
MinAddress |
The smallest lot number on the street.
| |
Names |
All the names of the street.
| |
Postcodes |
The postcodes of the street.
| |
State |
Returns the top level subdivision of a Country that this street is in
(could be state, prefecture, province, department, federal subject, district or region,
depending on the Country).
In smaller countries this could be the same as City.
| |
Suburb |
Returns the first subdivision of a city that this street is in
null if such a thing is not present. (It could be called suburb or neighborhood
depending on the Country).
|