Skip to content

GeocodingLocationDto

Namespace: ThinkGeo.Core

public class GeocodingLocationDto

Inheritance ObjectGeocodingLocationDto

Properties

LocationPoint

public LocationPoint LocationPoint { get; set; }

Property Value

LocationPoint

Address

public string Address { get; set; }

Property Value

String

Name

public string Name { get; set; }

Property Value

String

LocationType

public string LocationType { get; set; }

Property Value

String

BoundingBox

public string BoundingBox { get; set; }

Property Value

String

Geometry

public string Geometry { get; set; }

Property Value

String

Properties

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

Property Value

Dictionary<String, String>

AddressComponents

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

Property Value

Dictionary<String, String>

HouseNumber

public string HouseNumber { get; set; }

Property Value

String

Constructors

GeocodingLocationDto()

public GeocodingLocationDto()

Methods

ToGeocodingLocation()

public CloudGeocodingLocation ToGeocodingLocation()

Returns

CloudGeocodingLocation