Extent
Represents a geographic region defined by two extreme locations (North West and South East).
Definition
Package:@progress/kendo-angular-map
Methods
Tests if a location is contained within the extent.
The location to test for.
Returns:boolean
true if the extent contains the location, false otherwise.
Tests if any of the locations is contained within the extent.
An array of locations to test for.
Returns:boolean
true if the extent contains any of the locations, false otherwise.
Grows the extent, if required, to contain the specified location.
The location to include in the extent.
Grows the extent, if required, to contain all specified locations.
The locations to include in the extent.
Tests if the given extent overlaps with this instance.
The extent to test with.
Returns:boolean
true if the extents overlap, false otherwise.