Specifies a rectangular area in a geographic coordinate system.
Namespace: MindFusion.Mapping
File: LatLongRect.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe 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 |
Inheritance HierarchyMindFusion.Mapping.LatLongRect
See Also