Gets the minimum latitude of the area.
Namespace: MindFusion.Mapping
Package: LatLongRect.js
JavaScript Copy Code |
---|
Object.defineProperty(LatLongRect.prototype, "minLatitude", { value: Number }); |
Number. The minimum latitude in degrees.
The following code uses the minLatitude of the mapBounds property of a mapView to identify location:
JavaScript Copy Code |
---|
var m = MindFusion.Mapping; // create a new instance of the mapView if(view.mapBounds.minLatitude < 56.297644) |