create
Creates a Location instance.
Parameters
a kendo.dataviz.map.Location|Array
The extent North West extreme location or a [latitude, longitude] array.
Alternatively, specify the full extent as an array of four elements ([NW lat, NW long, SE lat, SE long]) and omit the second parameter:
b kendo.dataviz.map.Location|Array
optional
The extent South East extreme location, or an [latitude, longitude] array.
Returns
kendo.dataviz.map.Extent
The Extent instance, if valid.
In this article