Class CloudGeocodingLocation
A class presents the location for Geocoding.
[Obfuscation(Exclude = true)]
public class CloudGeocodingLocation
- Inheritance
-
CloudGeocodingLocation
- Inherited Members
Remarks
A class presents the location for Geocoding.
Constructors
CloudGeocodingLocation()
public CloudGeocodingLocation()
Properties
BoundingBox
The bounding box of the location
public RectangleShape BoundingBox { get; set; }
Property Value
LocationName
The name of location.
public string LocationName { get; set; }
Property Value
LocationPoint
The position of location.
public PointShape LocationPoint { get; set; }
Property Value
LocationType
The type of the location
public string LocationType { get; set; }
Property Value
Properties
The properties of the location
public Dictionary<string, string> Properties { get; set; }
Property Value
Shape
The spatial geometry of the returned locations in specified projection.
public BaseShape Shape { get; set; }