lngNumber

The location longitude in decimal degrees.

Example

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

// Modify longitude
loc.lng = -87.6298;
console.log(loc.lng); // -87.6298
</script>
In this article
lng
Not finding the help you need?
Contact Support