Skip to content

CloudGeocodingResult

Namespace: ThinkGeo.Core

Represents the result of the Geocoding.

public class CloudGeocodingResult

Inheritance ObjectCloudGeocodingResult

Remarks:

Represents the result of the Geocoding.

Properties

Locations

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

public Collection<CloudGeocodingLocation> Locations { get; }

Property Value

Collection<CloudGeocodingLocation>

Exception

The exception when geocoding

public ThinkGeoCloudApplicationException Exception { get; }

Property Value

ThinkGeoCloudApplicationException

Constructors

CloudGeocodingResult(IEnumerable<CloudGeocodingLocation>, ThinkGeoCloudApplicationException)

The constructor of this class.

public CloudGeocodingResult(IEnumerable<CloudGeocodingLocation> locations, ThinkGeoCloudApplicationException exception)

Parameters

locations IEnumerable<CloudGeocodingLocation>
The geocoding locations

exception ThinkGeoCloudApplicationException
The exception when geocoding