Gets the maximum longitude of the area.
Namespace: MindFusion.Mapping
Package: LatLongRect.js
JavaScript Copy Code |
---|
Object.defineProperty(LatLongRect.prototype, "maxLongitude", { value: Number }); |
Number. The maximum longitude in degrees.
The following code uses the maxLongitude of the mapBounds property of a mapView to identify location:
JavaScript Copy Code |
---|
// create a new instance of the mapView if(view.mapBounds.maxLongitude > 13.070254) |