RegionData Methods |
The RegionData type exposes the following members.
Name | Description | |
---|---|---|
CompareTo |
Compares the region name of the current instance with another object of the same type.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetBoundingBoxes |
An array of bounding boxes covering this region.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetParentRegions |
Get the immediate parent region of this region. (e.g if this is
Los Angeles you get the county of Los Angeles back)
| |
GetRegions(Int32) |
Searches for subregions of a specified level.
| |
GetRegions(Int32, String) |
Searches for subregions matching a specified search string.
| |
GetStreets |
Get streets in the given region
| |
GetSubregion |
Get all sub-regions that exist within the given region.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MatchesQuery |
Compares a region name with a query string.
| |
ToString |
Prints the identity of this region for debugging purposes
(Overrides ObjectToString.) |