Table of Contents

Class CloudReverseGeocodingOptions

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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

DistanceUnit

Lang

The language in which to express the result.

public string Lang { get; set; }

Property Value

string

LocationCategories

The categories of places to include in the result set. The default value is "Common".

public CloudLocationCategories LocationCategories { get; set; }

Property Value

CloudLocationCategories

LocationTypes

Specified the types that should be included in the results. Defautls to empty.

public Collection<string> LocationTypes { get; }

Property Value

Collection<string>

MaxResults

The maximun number of results to return. Defaults to 20.

public int MaxResults { get; set; }

Property Value

int

ResultDetail

Specified that whether the reverse geocoding results should be verbose or not.

public CloudReverseGeocodingResultDetail ResultDetail { get; set; }

Property Value

CloudReverseGeocodingResultDetail