SearchBoundingBox Members
The rectangular area bounding the region containing a search result.Constructors
| Name | Description |
|---|---|
| SearchBoundingBox(Double, Double, Double, Double) | Initializes a new instance of the SearchBoundingBox class with the specified coordinates of its corners. |
Properties
| Name | Description |
|---|---|
| EastLongitude | Returns the value of the east longitude of the SearchBoundingBox. |
| NorthLatitude | Returns the value of the north latitude of the SearchBoundingBox. |
| SouthLatitude | Returns the value of the south latitude of the SearchBoundingBox. |
| WestLongitude | Returns the value of the west longitude of the SearchBoundingBox. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the textual representation of the SearchBoundingBox. |
See Also