|
|
| List< ReverseGeoCoord
> |
Coords[get, set]
|
| |
Gets or sets the list of coordinates to reverse geocode. More...
|
| |
| bool? |
MatchNamedRoadsOnly[get, set]
|
| |
Get or sets when looking up coordinates, force reverse geocoding to match named roads
only. More...
|
| |
| double? |
MaxCleanupMiles[get, set]
|
| |
Get or sets when looking up coordinates, this sets maximum radius in which to find the
closest matching road. More...
|
| |
| bool |
IncludePostedSpeedLimit[get, set]
|
| |
Get or sets whether to include posted speed limit in the result. More...
|
| |
| CountryAbbreviationType
|
CountryAbbrevType[get, set]
|
| |
The abbreviation format for countries More...
|
| |
| Nullable< int > |
PreferredCityLanguage[get, set]
|
| |
The abbreviation format for countries More...
|
| |
| VehicleDimUnits
|
Units[get, set]
|
| |
Gets or sets the units of measure to be used for the vehicle dimensions. More...
|
| |
| bool |
SplitHouseNumber[get, set]
|
| |
Sets the flag to split house number from street name. More...
|
| |
| FPCGeocodes
|
FPCCode[get, set]
|
| |
Sets FPC Code based on API licence. default : NTBasic More...
|
| |
| bool |
IncludeTrimblePlaceIDs[get, set]
|
| |
Sets whether or not to search for trimble place ids. More...
|
| |
| long |
AccountID[get, set]
|
| |
Account ID associated with authorization More...
|
| |
| string |
AuthToken[get, set]
|
| |
Auth token More...
|
| |
Represents the request body of a ReverseGeocodeRequest.
◆ Coords
Gets or sets the list of coordinates to reverse geocode.
◆ MatchNamedRoadsOnly
| bool? MatchNamedRoadsOnly |
|
getset |
Get or sets when looking up coordinates, force reverse geocoding to match named roads only.
◆ MaxCleanupMiles
Get or sets when looking up coordinates, this sets maximum radius in which to find the closest matching
road.
◆ IncludePostedSpeedLimit
| bool IncludePostedSpeedLimit |
|
getset |
Get or sets whether to include posted speed limit in the result.
◆ CountryAbbrevType
The abbreviation format for countries
◆ PreferredCityLanguage
| Nullable<int> PreferredCityLanguage |
|
getset |
The abbreviation format for countries
◆ Units
Gets or sets the units of measure to be used for the vehicle dimensions.
◆ SplitHouseNumber
Sets the flag to split house number from street name.
◆ FPCCode
Sets FPC Code based on API licence. default : NTBasic
◆ IncludeTrimblePlaceIDs
| bool IncludeTrimblePlaceIDs |
|
getset |
Sets whether or not to search for trimble place ids.
◆ AccountID
Account ID associated with authorization
◆ AuthToken