Gets the minimum latitude of the area.
Namespace: MindFusion.Mapping
File: LatLongRect.js
SyntaxJavaScript
Copy Code
|
|---|
get minLatitude() {} |
Number. The minimum latitude in degrees.
ExampleThe 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) |
See Also