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