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
optionalThe extent South East extreme location,
or an [latitude, longitude] array.