Table of Contents

Class CloudGeocodingResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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 ThinkGeoCloudApplicationException

The exception when geocoding

Properties

Exception

The exception when geocoding

public ThinkGeoCloudApplicationException Exception { get; }

Property Value

ThinkGeoCloudApplicationException

Locations

The geocoding locations. When exception occurs, this property will be null.

public Collection<CloudGeocodingLocation> Locations { get; }

Property Value

Collection<CloudGeocodingLocation>