GeocodingLocationDto¶
Namespace: ThinkGeo.Core
Represents the GeocodingLocationDto class.
public class GeocodingLocationDto
Inheritance object → GeocodingLocationDto
Properties¶
LocationPoint¶
Gets or sets the LocationPoint.
public LocationPoint LocationPoint { get; set; }
Property Value¶
Address¶
Gets or sets the Address.
public string Address { get; set; }
Property Value¶
Name¶
Gets or sets the Name.
public string Name { get; set; }
Property Value¶
LocationType¶
Gets or sets the LocationType.
public string LocationType { get; set; }
Property Value¶
BoundingBox¶
Gets or sets the BoundingBox.
public string BoundingBox { get; set; }
Property Value¶
Geometry¶
Gets or sets the Geometry.
public string Geometry { get; set; }
Property Value¶
Properties¶
Gets or sets the Properties.
public Dictionary<string, string> Properties { get; set; }
Property Value¶
AddressComponents¶
Gets or sets the AddressComponents.
public Dictionary<string, string> AddressComponents { get; set; }
Property Value¶
HouseNumber¶
Gets or sets the HouseNumber.
public string HouseNumber { get; set; }
Property Value¶
Constructors¶
GeocodingLocationDto()¶
public GeocodingLocationDto()
Methods¶
ToGeocodingLocation()¶
Converts this instance to a CloudGeocodingLocation.
public CloudGeocodingLocation ToGeocodingLocation()
Returns¶
CloudGeocodingLocation
The result of the operation.