Gets the minimum latitude of the area.
Namespace: MindFusion.Mapping
File: LatLongRect.js
JavaScript Copy Code |
---|
get minLatitude() {} |
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) |