Class CloudReverseGeocodingResult
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
FeatureThe ReverseGeocoding feature
bestMatchLocation
CloudReverseGeocodingLocationThe best matching location
exception
ThinkGeoCloudApplicationExceptionThe exception when reverse geocoding
Properties
BestMatchLocation
The best matching location.
public CloudReverseGeocodingLocation BestMatchLocation { get; }
Property Value
Exception
The exception when reverse geocoding
public ThinkGeoCloudApplicationException Exception { get; }
Property Value
NearbyLocations
A collection of the matching location order by the distance ASC.
public Collection<CloudReverseGeocodingLocation> NearbyLocations { get; }
Property Value
QueryFeature
The ReverseGeocoding feature.
public Feature QueryFeature { get; }