ExtendedStructuredGeoCodeArgs Fields |
The ExtendedStructuredGeoCodeArgs type exposes the following members.
Name | Description | |
---|---|---|
City |
The city to be searched.
| |
Country |
The country to search.
(Inherited from GeoCodeArgs.) | |
MaxResults |
The maximum number of results to return.
(Inherited from GeoCodeArgs.) | |
Name |
A string representing the street name.
| |
Number |
An integer representing the street number.
| |
PostalCode |
The postal code to be searched.
| |
Prefix |
A string representing the street prefix, such as 'chemin' or 'north'.
| |
Region |
The region to be searched.
| |
StreetTypeAfter |
A string representing the street type (after), such as 'street', 'avenue' or 'road'.
| |
StreetTypeBefore |
A string representing the street type (before), such as 'rue' or 'boulevard'.
| |
Suffix |
A string representing the street suffix, such as 'north', 'central' or 'loop'.
| |
UseExternalGeocoder |
Use external geocoder if available
(Inherited from GeoCodeArgs.) | |
UseInternalGeocoder |
Use the built-in geocoder
(Inherited from GeoCodeArgs.) |