Skip to content

CloudGeocodingLocation

Namespace: ThinkGeo.Core

A class presents the location for Geocoding.

public class CloudGeocodingLocation

Inheritance objectCloudGeocodingLocation

Remarks:

A class presents the location for Geocoding.

Properties

LocationPoint

The position of location.

public PointShape LocationPoint { get; set; }

Property Value

PointShape

LocationName

The name of location.

public string LocationName { get; set; }

Property Value

string

LocationType

The type of the location

public string LocationType { get; set; }

Property Value

string

BoundingBox

The bounding box of the location

public RectangleShape BoundingBox { get; set; }

Property Value

RectangleShape

Shape

The spatial geometry of the returned locations in specified projection.

public BaseShape Shape { get; set; }

Property Value

BaseShape

Properties

The properties of the location

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

Property Value

Dictionary<string, string>

Constructors

CloudGeocodingLocation()

public CloudGeocodingLocation()