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