Skip to main content

SearchBoundingBox Members

The rectangular area bounding the region containing a search result.

Constructors

Name Description
SearchBoundingBox() Initializes a new instance of the SearchBoundingBox class with default settings.

Fields

Name Description
EastLongitudeProperty static Identifies the SearchBoundingBox.EastLongitude dependency property.
NorthLatitudeProperty static Identifies the SearchBoundingBox.NorthLatitude dependency property.
SouthLatitudeProperty static Identifies the SearchBoundingBox.SouthLatitude dependency property.
WestLongitudeProperty static Identifies the SearchBoundingBox.WestLongitude dependency property.

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.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also