latNumber

The location latitude in decimal degrees.

Example

<script>
var loc = new kendo.dataviz.map.Location(40.7128, -74.0060);
console.log(loc.lat); // 40.7128

// Modify latitude
loc.lat = 41.8781;
console.log(loc.lat); // 41.8781
</script>
In this article
lat
Not finding the help you need?
Contact Support