Table of Contents

Class CloudReverseGeocodingResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

Represents the result of the ReverseGeocoding.

[Obfuscation(Exclude = true)]
public class CloudReverseGeocodingResult
Inheritance
CloudReverseGeocodingResult
Inherited Members

Remarks

Represents the result of the ReverseGeocoding.

Constructors

CloudReverseGeocodingResult(Feature, CloudReverseGeocodingLocation, ThinkGeoCloudApplicationException)

The constructor of this class.

public CloudReverseGeocodingResult(Feature queryFeature, CloudReverseGeocodingLocation bestMatchLocation, ThinkGeoCloudApplicationException exception = null)

Parameters

queryFeature Feature

The ReverseGeocoding feature

bestMatchLocation CloudReverseGeocodingLocation

The best matching location

exception ThinkGeoCloudApplicationException

The exception when reverse geocoding

Properties

BestMatchLocation

The best matching location.

public CloudReverseGeocodingLocation BestMatchLocation { get; }

Property Value

CloudReverseGeocodingLocation

Exception

The exception when reverse geocoding

public ThinkGeoCloudApplicationException Exception { get; }

Property Value

ThinkGeoCloudApplicationException

NearbyLocations

A collection of the matching location order by the distance ASC.

public Collection<CloudReverseGeocodingLocation> NearbyLocations { get; }

Property Value

Collection<CloudReverseGeocodingLocation>

QueryFeature

The ReverseGeocoding feature.

public Feature QueryFeature { get; }

Property Value

Feature