Table of Contents

Class CloudGeocodingLocation

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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

RectangleShape

LocationName

The name of location.

public string LocationName { get; set; }

Property Value

string

LocationPoint

The position of location.

public PointShape LocationPoint { get; set; }

Property Value

PointShape

LocationType

The type of the location

public string LocationType { get; set; }

Property Value

string

Properties

The properties of the location

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

Property Value

Dictionary<string, string>

Shape

The spatial geometry of the returned locations in specified projection.

public BaseShape Shape { get; set; }

Property Value

BaseShape