Skip to content

GeocodingLocationDto

Namespace: ThinkGeo.Core

Represents the GeocodingLocationDto class.

public class GeocodingLocationDto

Inheritance objectGeocodingLocationDto

Properties

LocationPoint

Gets or sets the LocationPoint.

public LocationPoint LocationPoint { get; set; }

Property Value

LocationPoint

Address

Gets or sets the Address.

public string Address { get; set; }

Property Value

string

Name

Gets or sets the Name.

public string Name { get; set; }

Property Value

string

LocationType

Gets or sets the LocationType.

public string LocationType { get; set; }

Property Value

string

BoundingBox

Gets or sets the BoundingBox.

public string BoundingBox { get; set; }

Property Value

string

Geometry

Gets or sets the Geometry.

public string Geometry { get; set; }

Property Value

string

Properties

Gets or sets the Properties.

public Dictionary<string, string> Properties { get; set; }

Property Value

Dictionary<string, string>

AddressComponents

Gets or sets the AddressComponents.

public Dictionary<string, string> AddressComponents { get; set; }

Property Value

Dictionary<string, string>

HouseNumber

Gets or sets the HouseNumber.

public string HouseNumber { get; set; }

Property Value

string

Constructors

GeocodingLocationDto()

public GeocodingLocationDto()

Methods

ToGeocodingLocation()

Converts this instance to a CloudGeocodingLocation.

public CloudGeocodingLocation ToGeocodingLocation()

Returns

CloudGeocodingLocation
The result of the operation.