Class CloudReverseGeocodingOptions
A class provides the options for the ReverseGeocoder APIs.
[Obfuscation(Exclude = true)]
public class CloudReverseGeocodingOptions
- Inheritance
-
CloudReverseGeocodingOptions
- Inherited Members
Remarks
A class provides the options for the ReverseGeocoder APIs.
Constructors
CloudReverseGeocodingOptions()
public CloudReverseGeocodingOptions()
Properties
DistanceUnit
The unit of measure in which the distance is expressed. Defaults to "Meter".
public DistanceUnit DistanceUnit { get; set; }
Property Value
Lang
The language in which to express the result.
public string Lang { get; set; }
Property Value
LocationCategories
The categories of places to include in the result set. The default value is "Common".
public CloudLocationCategories LocationCategories { get; set; }
Property Value
LocationTypes
Specified the types that should be included in the results. Defautls to empty.
public Collection<string> LocationTypes { get; }
Property Value
MaxResults
The maximun number of results to return. Defaults to 20.
public int MaxResults { get; set; }
Property Value
ResultDetail
Specified that whether the reverse geocoding results should be verbose or not.
public CloudReverseGeocodingResultDetail ResultDetail { get; set; }