CloudGeocodingLocation¶
Namespace: ThinkGeo.Core
A class presents the location for Geocoding.
public class CloudGeocodingLocation
Inheritance Object → CloudGeocodingLocation
Remarks:
A class presents the location for Geocoding.
Properties¶
LocationPoint¶
The position of location.
public PointShape LocationPoint { get; set; }
Property Value¶
LocationName¶
The name of location.
public string LocationName { get; set; }
Property Value¶
LocationType¶
The type of the location
public string LocationType { get; set; }
Property Value¶
BoundingBox¶
The bounding box of the location
public RectangleShape BoundingBox { get; set; }
Property Value¶
Shape¶
The spatial geometry of the returned locations in specified projection.
public BaseShape Shape { get; set; }
Property Value¶
Properties¶
The properties of the location
public Dictionary<string, string> Properties { get; set; }
Property Value¶
Constructors¶
CloudGeocodingLocation()¶
public CloudGeocodingLocation()