CloudReverseGeocodingOptions¶
Namespace: ThinkGeo.Core
A class provides the options for the ReverseGeocoder APIs.
public class CloudReverseGeocodingOptions
Inheritance Object → CloudReverseGeocodingOptions
Remarks:
A class provides the options for the ReverseGeocoder APIs.
Properties¶
Lang¶
The language in which to express the result.
public string Lang { get; set; }
Property Value¶
MaxResults¶
The maximun number of results to return. Defaults to 20.
public int MaxResults { 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¶
ResultDetail¶
Specified that whether the reverse geocoding results should be verbose or not.
public CloudReverseGeocodingResultDetail ResultDetail { get; set; }
Property Value¶
CloudReverseGeocodingResultDetail
DistanceUnit¶
The unit of measure in which the distance is expressed. Defaults to "Meter".
public DistanceUnit DistanceUnit { 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¶
Constructors¶
CloudReverseGeocodingOptions()¶
public CloudReverseGeocodingOptions()