GeocodingLocationDto¶
Namespace: ThinkGeo.Core
public class GeocodingLocationDto
Inheritance Object → GeocodingLocationDto
Properties¶
LocationPoint¶
public LocationPoint LocationPoint { get; set; }
Property Value¶
Address¶
public string Address { get; set; }
Property Value¶
Name¶
public string Name { get; set; }
Property Value¶
LocationType¶
public string LocationType { get; set; }
Property Value¶
BoundingBox¶
public string BoundingBox { get; set; }
Property Value¶
Geometry¶
public string Geometry { get; set; }
Property Value¶
Properties¶
public Dictionary<string, string> Properties { get; set; }
Property Value¶
AddressComponents¶
public Dictionary<string, string> AddressComponents { get; set; }
Property Value¶
HouseNumber¶
public string HouseNumber { get; set; }
Property Value¶
Constructors¶
GeocodingLocationDto()¶
public GeocodingLocationDto()
Methods¶
ToGeocodingLocation()¶
public CloudGeocodingLocation ToGeocodingLocation()