ReverseGeocodeRequestBody Class Reference

Properties

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...
 

Detailed Description

Represents the request body of a ReverseGeocodeRequest.

Property Documentation

◆ Coords

List<ReverseGeoCoord> Coords
getset

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

double? MaxCleanupMiles
getset

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

CountryAbbreviationType CountryAbbrevType
getset

The abbreviation format for countries

◆ PreferredCityLanguage

Nullable<int> PreferredCityLanguage
getset

The abbreviation format for countries

◆ Units

VehicleDimUnits Units
getset

Gets or sets the units of measure to be used for the vehicle dimensions.

◆ SplitHouseNumber

bool SplitHouseNumber
getset

Sets the flag to split house number from street name.

◆ FPCCode

FPCGeocodes FPCCode
getset

Sets FPC Code based on API licence. default : NTBasic

◆ IncludeTrimblePlaceIDs

bool IncludeTrimblePlaceIDs
getset

Sets whether or not to search for trimble place ids.

◆ AccountID

long AccountID
getset

Account ID associated with authorization

◆ AuthToken

string AuthToken
getset

Auth token