Class GeocodingLocationDto
- Namespace
- ThinkGeo.Core
- Assembly
- ThinkGeo.Core.dll
[Obfuscation(Exclude = true)]
public class GeocodingLocationDto
- Inheritance
-
GeocodingLocationDto
- Inherited Members
-
Constructors
GeocodingLocationDto()
public GeocodingLocationDto()
Properties
Address
public string Address { get; set; }
Property Value
- string
AddressComponents
public Dictionary<string, string> AddressComponents { get; set; }
Property Value
- Dictionary<string, string>
BoundingBox
public string BoundingBox { get; set; }
Property Value
- string
Geometry
public string Geometry { get; set; }
Property Value
- string
HouseNumber
public string HouseNumber { get; set; }
Property Value
- string
LocationPoint
public LocationPoint LocationPoint { get; set; }
Property Value
- LocationPoint
LocationType
public string LocationType { get; set; }
Property Value
- string
Name
public string Name { get; set; }
Property Value
- string
Properties
public Dictionary<string, string> Properties { get; set; }
Property Value
- Dictionary<string, string>
Methods
ToGeocodingLocation()
public CloudGeocodingLocation ToGeocodingLocation()
Returns
- CloudGeocodingLocation