Class CloudGeocodingResult
Represents the result of the Geocoding.
[Obfuscation(Exclude = true)]
public class CloudGeocodingResult
- Inheritance
-
CloudGeocodingResult
- Inherited Members
Remarks
Represents the result of the Geocoding.
Constructors
CloudGeocodingResult(IEnumerable<CloudGeocodingLocation>, ThinkGeoCloudApplicationException)
The constructor of this class.
public CloudGeocodingResult(IEnumerable<CloudGeocodingLocation> locations, ThinkGeoCloudApplicationException exception = null)
Parameters
locations
IEnumerable<CloudGeocodingLocation>The geocoding locations
exception
ThinkGeoCloudApplicationExceptionThe exception when geocoding
Properties
Exception
The exception when geocoding
public ThinkGeoCloudApplicationException Exception { get; }
Property Value
Locations
The geocoding locations. When exception occurs, this property will be null.
public Collection<CloudGeocodingLocation> Locations { get; }