Specifies a rectangular area in a geographic coordinate system.
Namespace: MindFusion.Mapping
File: LatLongRect.js
JavaScript Copy Code |
---|
// class |
The following code set the mapBounds property of a mapView to a rectangle that represents the area between the geographical coordinates of London and Paris.
JavaScript Copy Code |
---|
var m = MindFusion.Mapping; // create a new instance of the mapView |
MindFusion.Mapping.LatLongRect